aboutsummaryrefslogtreecommitdiffstats
path: root/git-sh-setup.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-13git-sh-setup: add die_with_statusFredrik Gustafsson1-3/+9
2011-05-24require-work-tree wants more than what its name saysJunio C Hamano1-0/+7
2010-10-28Porcelain scripts: Rewrite cryptic "needs update" error messageRamkumar Ramachandra1-0/+29
2010-10-06Merge branch 'uk/fix-author-ident-sed-script'Junio C Hamano1-3/+0
2010-10-03git-am: fix detection of absolute paths for windowsPat Thoyts1-0/+15
2010-09-27get_author_ident_from_commit(): remove useless quotingUwe Kleine-König1-3/+0
2010-03-07Merge branch 'gb/maint-submodule-env'Junio C Hamano1-0/+7
2010-03-02Merge branch 'jn/maint-fix-pager'Junio C Hamano1-0/+13
2010-03-02Merge branch 'gf/maint-sh-setup-nongit-ok'Junio C Hamano1-1/+1
2010-02-24shell setup: clear_local_git_env() functionGiuseppe Bilotta1-0/+7
2010-02-17require_work_tree broken with NONGIT_OKGabriel Filion1-1/+1
2010-02-14am: Fix launching of pagerJonathan Nieder1-0/+13
2010-01-31Do not install shell libraries executableJonathan Nieder1-0/+0
2010-01-11Use $(git rev-parse --show-toplevel) in cd_to_toplevel().Steven Drake1-14/+5
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano1-0/+8
2009-11-23Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano1-0/+8
2009-11-13add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder1-13/+6
2009-06-18git-sh-setup: introduce say() for quiet optionsStephen Boyd1-0/+9
2009-06-10Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/binJunio C Hamano1-1/+27
2009-06-06Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATHJunio C Hamano1-0/+2
2009-02-07git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work treeMarcel M. Cary1-21/+8
2009-01-05git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS XMarcel M. Cary1-1/+1
2008-12-21git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dirMarcel M. Cary1-2/+21
2008-07-13Make usage strings dash-lessStephan Beyer1-3/+4
2008-06-26Windows: Work around incompatible sort and find.Johannes Sixt1-0/+13
2008-02-18Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli1-7/+1
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano1-1/+1
2007-12-20shell-scripts usage(): consistently exit with non-zeroJunio C Hamano1-1/+2
2007-12-14git-help: add "help.format" config variable.Christian Couder1-6/+1
2007-12-12git-help -w: do not require to be in git repositoryJunio C Hamano1-19/+26
2007-11-08sh-setup: don't let eval output to be shell-expanded.Pierre Habouzit1-5/+8
2007-11-07git-sh-setup: fix parseopt `eval` string underquotingJunio C Hamano1-5/+6
2007-11-05Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseoptPierre Habouzit1-18/+30
2007-10-29git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OKNguyễn Thái Ngọc Duy1-1/+1
2007-09-15git-sh-setup: typofix in commentsJunio C Hamano1-1/+1
2007-08-13git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup1-1/+11
2007-08-01git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commandsDavid Kastrup1-2/+3
2007-08-01Clean up work-tree handlingJohannes Schindelin1-2/+1
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben1-0/+15
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-6/+6
2007-07-02Merge branch 'js/rebase'Junio C Hamano1-0/+27
2007-06-24Move the pick_author code to git-sh-setupJohannes Schindelin1-0/+27
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer1-1/+1
2007-06-06rev-parse: introduce --is-bare-repositoryMatthias Lederhofer1-5/+1
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin1-1/+2
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-1/+1
2007-01-12Define cd_to_toplevel shell function in git-sh-setupJunio C Hamano1-0/+11
2007-01-12Explain "Not a git repository: '.git'".Junio C Hamano1-1/+5
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-0/+5
2007-01-07git-fetch: allow updating the current branch in a bare repository.Junio C Hamano1-0/+8