summaryrefslogtreecommitdiff
path: root/git-sh-setup.sh
Commit message (Expand)AuthorAgeFilesLines
* use -h for synopsis and --help for manpage consistentlycb/do-not-pretend-to-hijack-long-helpClemens Buchacher2011-10-051-1/+1
* git-sh-setup: add die_with_statusFredrik Gustafsson2011-06-131-3/+9
* require-work-tree wants more than what its name saysJunio C Hamano2011-05-241-0/+7
* Porcelain scripts: Rewrite cryptic "needs update" error messageRamkumar Ramachandra2010-10-281-0/+29
* Merge branch 'uk/fix-author-ident-sed-script'Junio C Hamano2010-10-061-3/+0
|\
| * get_author_ident_from_commit(): remove useless quotingUwe Kleine-König2010-09-271-3/+0
* | git-am: fix detection of absolute paths for windowsPat Thoyts2010-10-031-0/+15
|/
* Merge branch 'gb/maint-submodule-env'Junio C Hamano2010-03-071-0/+7
|\
| * shell setup: clear_local_git_env() functionGiuseppe Bilotta2010-02-241-0/+7
* | Merge branch 'jn/maint-fix-pager'Junio C Hamano2010-03-021-0/+13
|\ \
| * | am: Fix launching of pagerJonathan Nieder2010-02-141-0/+13
| |/
* | Merge branch 'gf/maint-sh-setup-nongit-ok'Junio C Hamano2010-03-021-1/+1
|\ \
| * | require_work_tree broken with NONGIT_OKGabriel Filion2010-02-171-1/+1
* | | Do not install shell libraries executableJonathan Nieder2010-01-311-0/+0
| |/ |/|
* | Use $(git rev-parse --show-toplevel) in cd_to_toplevel().Steven Drake2010-01-111-14/+5
* | Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano2009-11-251-0/+8
|\ \
| * | Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano2009-11-231-0/+8
* | | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder2009-11-131-13/+6
|/ /
* | git-sh-setup: introduce say() for quiet optionsStephen Boyd2009-06-181-0/+9
* | Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/binJunio C Hamano2009-06-101-1/+27
* | Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATHJunio C Hamano2009-06-061-0/+2
* | git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work treeMarcel M. Cary2009-02-071-21/+8
* | git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS XMarcel M. Cary2009-01-051-1/+1
* | git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dirMarcel M. Cary2008-12-211-2/+21
* | Make usage strings dash-lessStephan Beyer2008-07-131-3/+4
* | Windows: Work around incompatible sort and find.Johannes Sixt2008-06-261-0/+13
* | Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli2008-02-181-7/+1
* | Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano2008-02-131-1/+1
* | shell-scripts usage(): consistently exit with non-zeroJunio C Hamano2007-12-201-1/+2
* | git-help: add "help.format" config variable.Christian Couder2007-12-141-6/+1
* | git-help -w: do not require to be in git repositoryJunio C Hamano2007-12-121-19/+26
* | sh-setup: don't let eval output to be shell-expanded.Pierre Habouzit2007-11-081-5/+8
* | git-sh-setup: fix parseopt `eval` string underquotingJunio C Hamano2007-11-071-5/+6
* | Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseoptPierre Habouzit2007-11-051-18/+30
* | git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OKNguyễn Thái Ngọc Duy2007-10-291-1/+1
* | git-sh-setup: typofix in commentsJunio C Hamano2007-09-151-1/+1
* | git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup2007-08-131-1/+11
* | git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commandsDavid Kastrup2007-08-011-2/+3
|/
* Clean up work-tree handlingJohannes Schindelin2007-08-011-2/+1
* Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben2007-07-201-0/+15
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-6/+6
* Merge branch 'js/rebase'Junio C Hamano2007-07-021-0/+27
|\
| * Move the pick_author code to git-sh-setupJohannes Schindelin2007-06-241-0/+27
* | Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer2007-06-061-1/+1
* | rev-parse: introduce --is-bare-repositoryMatthias Lederhofer2007-06-061-5/+1
|/
* Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin2007-02-051-1/+2
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-1/+1
* Define cd_to_toplevel shell function in git-sh-setupJunio C Hamano2007-01-121-0/+11
* Explain "Not a git repository: '.git'".Junio C Hamano2007-01-121-1/+5
* Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-101-0/+5