summaryrefslogtreecommitdiffstats
path: root/git-sh-setup.sh
AgeCommit message (Expand)AuthorLines
2008-07-13Make usage strings dash-lessStephan Beyer-3/+4
2008-06-26Windows: Work around incompatible sort and find.Johannes Sixt-0/+13
2008-02-18Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli-7/+1
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano-1/+1
2007-12-20shell-scripts usage(): consistently exit with non-zeroJunio C Hamano-1/+2
2007-12-14git-help: add "help.format" config variable.Christian Couder-6/+1
2007-12-12git-help -w: do not require to be in git repositoryJunio C Hamano-19/+26
2007-11-08sh-setup: don't let eval output to be shell-expanded.Pierre Habouzit-5/+8
2007-11-07git-sh-setup: fix parseopt `eval` string underquotingJunio C Hamano-5/+6
2007-11-05Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseoptPierre Habouzit-18/+30
2007-10-29git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OKNguyễn Thái Ngọc Duy-1/+1
2007-09-15git-sh-setup: typofix in commentsJunio C Hamano-1/+1
2007-08-13git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup-1/+11
2007-08-01git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commandsDavid Kastrup-2/+3
2007-08-01Clean up work-tree handlingJohannes Schindelin-2/+1
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben-0/+15
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano-6/+6
2007-07-02Merge branch 'js/rebase'Junio C Hamano-0/+27
2007-06-24Move the pick_author code to git-sh-setupJohannes Schindelin-0/+27
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer-1/+1
2007-06-06rev-parse: introduce --is-bare-repositoryMatthias Lederhofer-5/+1
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin-1/+2
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince-1/+1
2007-01-12Define cd_to_toplevel shell function in git-sh-setupJunio C Hamano-0/+11
2007-01-12Explain "Not a git repository: '.git'".Junio C Hamano-1/+5
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce-0/+5
2007-01-07git-fetch: allow updating the current branch in a bare repository.Junio C Hamano-0/+8
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce-0/+8
2006-08-11git-sh-setup: do not use repo-config to test the git directoryJunio C Hamano-8/+3
2006-04-14"git cmd -h" for shell scripts.Junio C Hamano-1/+1
2006-02-12Fix "test: unexpected operator" on bsdJunio C Hamano-1/+1
2006-02-12Avoid using "git-var -l" until it gets fixed.Junio C Hamano-1/+5
2005-12-14Usage message clean-up, take #2Fredrik Kuivinen-5/+29
2005-11-25git-sh-setup: move the repository check to a core program.Junio C Hamano-7/+2
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano-6/+9
2005-10-08Create object subdirectories on demandLinus Torvalds-1/+1
2005-10-01Add git-symbolic-refJunio C Hamano-2/+5
2005-09-26Do not require clean tree when reverting and cherry-picking.Junio C Hamano-11/+0
2005-09-12Fix CDPATH problem.Junio C Hamano-0/+6
2005-09-07Big tool rename.Junio C Hamano-0/+27