summaryrefslogtreecommitdiff
path: root/git-sh-setup.sh
AgeCommit message (Expand)Author
2012-05-16git-sh-setup: define workaround wrappers before they are usedJunio C Hamano
2012-04-18git-sh-setup.sh: Add an pwd() function for MinGWRamsay Jones
2012-02-10Merge branch 'jc/parse-date-raw'Junio C Hamano
2012-02-04parse_date(): '@' prefix forces git-timestampJunio C Hamano
2011-10-05use -h for synopsis and --help for manpage consistentlyClemens Buchacher
2011-06-13git-sh-setup: add die_with_statusFredrik Gustafsson
2011-05-24require-work-tree wants more than what its name saysJunio C Hamano
2010-10-28Porcelain scripts: Rewrite cryptic "needs update" error messageRamkumar Ramachandra
2010-10-06Merge branch 'uk/fix-author-ident-sed-script'Junio C Hamano
2010-10-03git-am: fix detection of absolute paths for windowsPat Thoyts
2010-09-27get_author_ident_from_commit(): remove useless quotingUwe Kleine-König
2010-03-07Merge branch 'gb/maint-submodule-env'Junio C Hamano
2010-03-02Merge branch 'jn/maint-fix-pager'Junio C Hamano
2010-03-02Merge branch 'gf/maint-sh-setup-nongit-ok'Junio C Hamano
2010-02-25shell setup: clear_local_git_env() functionGiuseppe Bilotta
2010-02-17require_work_tree broken with NONGIT_OKGabriel Filion
2010-02-15am: Fix launching of pagerJonathan Nieder
2010-01-31Do not install shell libraries executableJonathan Nieder
2010-01-12Use $(git rev-parse --show-toplevel) in cd_to_toplevel().Steven Drake
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano
2009-11-24Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano
2009-11-13add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder
2009-06-18git-sh-setup: introduce say() for quiet optionsStephen Boyd
2009-06-10Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/binJunio C Hamano
2009-06-06Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATHJunio C Hamano
2009-02-07git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work treeMarcel M. Cary
2009-01-05git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS XMarcel M. Cary
2008-12-21git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dirMarcel M. Cary
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-26Windows: Work around incompatible sort and find.Johannes Sixt
2008-02-19Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano
2007-12-20shell-scripts usage(): consistently exit with non-zeroJunio C Hamano
2007-12-15git-help: add "help.format" config variable.Christian Couder
2007-12-13git-help -w: do not require to be in git repositoryJunio C Hamano
2007-11-08sh-setup: don't let eval output to be shell-expanded.Pierre Habouzit
2007-11-08git-sh-setup: fix parseopt `eval` string underquotingJunio C Hamano
2007-11-06Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseoptPierre Habouzit
2007-10-30git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OKNguyễn Thái Ngọc Duy
2007-09-15git-sh-setup: typofix in commentsJunio C Hamano
2007-08-14git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup
2007-08-02git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commandsDavid Kastrup
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-07-02Merge branch 'js/rebase'Junio C Hamano
2007-06-25Move the pick_author code to git-sh-setupJohannes Schindelin
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer
2007-06-06rev-parse: introduce --is-bare-repositoryMatthias Lederhofer
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin