Sign in
googlers
/
jrn
/
git
/
c1b0d3a010eaed0d7683fe0593132f2211467b20
/
git-sh-setup.sh
eef32a0
Merge branch 'va/i18n-even-more'
by Junio C Hamano
· 8 years ago
acefe2b
i18n: fix misconversion in shell scripts
by Junio C Hamano
· 8 years ago
1073094
git-sh-setup: be explicit where to dot-source git-sh-i18n from.
by Anders Kaseorg
· 8 years ago
43a42aa
Merge branch 'ew/build-time-pager-tweaks'
by Junio C Hamano
· 8 years ago
995bc22
pager: move pager-specific setup into the build
by Eric Wong
· 8 years ago
2703572
Merge branch 'va/i18n-even-more'
by Junio C Hamano
· 9 years ago
5220b75
Merge branch 'lc/shell-default-value-noexpand' into maint
by Junio C Hamano
· 9 years ago
5854b36
Merge branch 'lc/shell-default-value-noexpand'
by Junio C Hamano
· 9 years ago
01247e0
sh-setup: enclose setting of ${VAR=default} in double-quotes
by LE Manh Cuong
· 9 years ago
d323c6b
i18n: git-sh-setup.sh: mark strings for translation
by Vasco Almeida
· 9 years ago
71b4010
sane_grep: pass "-a" if grep accepts it
by Junio C Hamano
· 9 years ago
68a2e6a
Merge branch 'nd/multiple-work-trees'
by Junio C Hamano
· 10 years ago
8e606f9
Merge branch 'dw/shell-basename-dashdash-before-stripping-leading-dash-from-login'
by Junio C Hamano
· 10 years ago
3bc5180
git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
by Nguyễn Thái Ngọc Duy
· 10 years ago
7d665f3
git-sh-setup.sh: use dashdash with basename call
by Dan Wyand
· 10 years ago
e96e98b
Merge branch 'da/mergetool-tool-help'
by Junio C Hamano
· 10 years ago
1c7e2d2
git-sh-setup: move GIT_DIR initialization into a function
by David Aguilar
· 10 years ago
b327583
pager: remove 'S' from $LESS by default
by Matthieu Moy
· 11 years ago
51ba8ce
git-sh-setup.sh: add variable to use the stuck-long mode
by Nicolas Vigier
· 11 years ago
9fac077
Merge branch 'jn/pager-lv-default-env'
by Junio C Hamano
· 11 years ago
e54c1f2
pager: set LV=-c alongside LESS=FRSX
by Jonathan Nieder
· 11 years ago
11d6214
remove #!interpreter line from shell libraries
by Jonathan Nieder
· 11 years ago
6c2bec9
Merge branch 'jc/reflog-doc'
by Junio C Hamano
· 11 years ago
89b0230
die_with_status: use "printf '%s\n'", not "echo"
by Matthieu Moy
· 11 years ago
c3e2d18
setup_reflog_action: document the rules for using GIT_REFLOG_ACTION
by Junio C Hamano
· 12 years ago
bac1ddd
sh-setup: add new peel_committish() helper
by Ramkumar Ramachandra
· 12 years ago
183f880
Merge branch 'kb/p4merge'
by Junio C Hamano
· 12 years ago
4549162
mergetools/p4merge: create a base if none available
by Kevin Bracey
· 12 years ago
0b54366
git-sh-setup: use a lowercase "usage:" string
by David Aguilar
· 12 years ago
2e3c1f7
Merge branch 'jc/maint-fbsd-sh-ifs-workaround'
by Junio C Hamano
· 12 years ago
393050c
sh-setup: work around "unset IFS" bug in some shells
by Junio C Hamano
· 12 years ago
ce80ca5
git-sh-setup: refactor ident-parsing functions
by Jeff King
· 12 years ago
72c4dbe
Merge branch 'jc/maint-protect-sh-from-ifs'
by Junio C Hamano
· 12 years ago
785063e
sh-setup: protect from exported IFS
by Junio C Hamano
· 12 years ago
10587ce
git-sh-setup: define workaround wrappers before they are used
by Junio C Hamano
· 13 years ago
be39048
git-sh-setup.sh: Add an pwd() function for MinGW
by Ramsay Jones
· 13 years ago
87cb3b8
Merge branch 'jc/parse-date-raw' into maint
by Junio C Hamano
· 13 years ago
3d8bc74
Merge branch 'jc/parse-date-raw'
by Junio C Hamano
· 13 years ago
2c733fb
parse_date(): '@' prefix forces git-timestamp
by Junio C Hamano
· 13 years ago
87182b1
use -h for synopsis and --help for manpage consistently
by Clemens Buchacher
· 13 years ago
adb231c
git-sh-setup: add die_with_status
by Fredrik Gustafsson
· 14 years ago
e2eb527
require-work-tree wants more than what its name says
by Junio C Hamano
· 14 years ago
92c62a3
Porcelain scripts: Rewrite cryptic "needs update" error message
by Ramkumar Ramachandra
· 14 years ago
90d6bd5
Merge branch 'uk/fix-author-ident-sed-script'
by Junio C Hamano
· 14 years ago
5e9677c
git-am: fix detection of absolute paths for windows
by Pat Thoyts
· 14 years ago
9facb3b
get_author_ident_from_commit(): remove useless quoting
by Uwe Kleine-König
· 14 years ago
9317dc4
Merge branch 'gb/maint-submodule-env'
by Junio C Hamano
· 15 years ago
52ebb06
Merge branch 'jn/maint-fix-pager'
by Junio C Hamano
· 15 years ago
8acd141
Merge branch 'gf/maint-sh-setup-nongit-ok'
by Junio C Hamano
· 15 years ago
7d750f0
shell setup: clear_local_git_env() function
by Giuseppe Bilotta
· 15 years ago
ab62677
require_work_tree broken with NONGIT_OK
by Gabriel Filion
· 15 years ago
f6dff11
am: Fix launching of pager
by Jonathan Nieder
· 15 years ago
46bac90
Do not install shell libraries executable
by Jonathan Nieder
· 15 years ago
91dc602
Use $(git rev-parse --show-toplevel) in cd_to_toplevel().
by Steven Drake
· 15 years ago
ad7ace7
Merge branch 'rs/work-around-grep-opt-insanity'
by Junio C Hamano
· 15 years ago
e1622bf
Protect scripted Porcelains from GREP_OPTIONS insanity
by Junio C Hamano
· 15 years ago
b4479f0
add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"
by Jonathan Nieder
· 15 years ago
e064c17
git-sh-setup: introduce say() for quiet options
by Stephen Boyd
· 16 years ago
61dbb3c
Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/bin
by Junio C Hamano
· 16 years ago
0e0aea5
Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATH
by Junio C Hamano
· 16 years ago
2c3c395
git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work tree
by Marcel M. Cary
· 16 years ago
dd6c136
git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS X
by Marcel M. Cary
· 16 years ago
08fc060
git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dir
by Marcel M. Cary
· 16 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
87bddba
Windows: Work around incompatible sort and find.
by Johannes Sixt
· 17 years ago
4d6d6d2
Simplify setup of $GIT_DIR in git-sh-setup.sh
by Lars Hjemli
· 17 years ago
077b725
Protect get_author_ident_from_commit() from filenames in work tree
by Junio C Hamano
· 17 years ago
5d29275
shell-scripts usage(): consistently exit with non-zero
by Junio C Hamano
· 17 years ago
70087cd
git-help: add "help.format" config variable.
by Christian Couder
· 17 years ago
22c9071
git-help -w: do not require to be in git repository
by Junio C Hamano
· 17 years ago
e817e3e
sh-setup: don't let eval output to be shell-expanded.
by Pierre Habouzit
· 17 years ago
cbea86f
git-sh-setup: fix parseopt `eval` string underquoting
by Junio C Hamano
· 17 years ago
bac199b
Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseopt
by Pierre Habouzit
· 17 years ago
6b9ff1e
git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OK
by Nguyễn Thái Ngọc Duy
· 17 years ago
e598c51
git-sh-setup: typofix in comments
by Junio C Hamano
· 17 years ago
b2bc9a3
git-sh-setup.sh: make GIT_DIR absolute
by David Kastrup
· 17 years ago
0887465
git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commands
by David Kastrup
· 18 years ago
e90fdc3
Clean up work-tree handling
by Johannes Schindelin
· 18 years ago
ef0c2ab
Add GIT_EDITOR environment and core.editor configuration variables
by Adam Roben
· 18 years ago
5be6007
Rewrite "git-frotz" to "git frotz"
by Junio C Hamano
· 18 years ago
f36db54
Merge branch 'js/rebase'
by Junio C Hamano
· 18 years ago
0cae234
Move the pick_author code to git-sh-setup
by Johannes Schindelin
· 18 years ago
7ae3df8
Use new semantics of is_bare/inside_git_dir/inside_work_tree
by Matthias Lederhofer
· 18 years ago
493c774
rev-parse: introduce --is-bare-repository
by Matthias Lederhofer
· 18 years ago
6d9ba67
Commands requiring a work tree must not run in GIT_DIR
by Johannes Schindelin
· 18 years ago
e0d10e1
[PATCH] Rename git-repo-config to git-config.
by Tom Prince
· 18 years ago
9fde940
Define cd_to_toplevel shell function in git-sh-setup
by Junio C Hamano
· 18 years ago
120b0df
Explain "Not a git repository: '.git'".
by Junio C Hamano
· 18 years ago
7eff28a
Disallow working directory commands in a bare repository.
by Shawn O. Pearce
· 18 years ago
4b441f4
git-fetch: allow updating the current branch in a bare repository.
by Junio C Hamano
· 18 years ago
f947413
Use GIT_REFLOG_ACTION environment variable instead.
by Shawn O. Pearce
· 18 years ago
c8769f7
git-sh-setup: do not use repo-config to test the git directory
by Junio C Hamano
· 18 years ago
cad1ed9
"git cmd -h" for shell scripts.
by Junio C Hamano
· 19 years ago
4bbdfab
Fix "test: unexpected operator" on bsd
by Junio C Hamano
· 19 years ago
4890f62
Avoid using "git-var -l" until it gets fixed.
by Junio C Hamano
· 19 years ago
d025524
Usage message clean-up, take #2
by Fredrik Kuivinen
· 19 years ago
2a1ddc5
git-sh-setup: move the repository check to a core program.
by Junio C Hamano
· 19 years ago
ae2b0f1
git-sh-setup: die if outside git repository.
by Junio C Hamano
· 19 years ago
230f132
Create object subdirectories on demand
by Linus Torvalds
· 19 years ago
8098a17
Add git-symbolic-ref
by Junio C Hamano
· 19 years ago
Next »