summaryrefslogtreecommitdiff
path: root/git-sh-setup.sh
AgeCommit message (Expand)Author
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
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-13Define cd_to_toplevel shell function in git-sh-setupJunio C Hamano
2007-01-12Explain "Not a git repository: '.git'".Junio C Hamano
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce
2007-01-08git-fetch: allow updating the current branch in a bare repository.Junio C Hamano
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce
2006-08-12git-sh-setup: do not use repo-config to test the git directoryJunio C Hamano
2006-04-14"git cmd -h" for shell scripts.Junio C Hamano
2006-02-12Fix "test: unexpected operator" on bsdJunio C Hamano
2006-02-12Avoid using "git-var -l" until it gets fixed.Junio C Hamano
2005-12-14Usage message clean-up, take #2Fredrik Kuivinen
2005-11-25git-sh-setup: move the repository check to a core program.Junio C Hamano
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano
2005-10-08Create object subdirectories on demandLinus Torvalds
2005-10-02Add git-symbolic-refJunio C Hamano
2005-09-27Do not require clean tree when reverting and cherry-picking.Junio C Hamano
2005-09-13Fix CDPATH problem.Junio C Hamano
2005-09-08Big tool rename.Junio C Hamano