summaryrefslogtreecommitdiff
path: root/git-sh-setup.sh
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* git-fetch: allow updating the current branch in a bare repository.Junio C Hamano2007-01-071-0/+8
* Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce2006-12-281-0/+8
* git-sh-setup: do not use repo-config to test the git directoryJunio C Hamano2006-08-111-8/+3
* "git cmd -h" for shell scripts.Junio C Hamano2006-04-141-1/+1
* Fix "test: unexpected operator" on bsdJunio C Hamano2006-02-121-1/+1
* Avoid using "git-var -l" until it gets fixed.Junio C Hamano2006-02-121-1/+5
* Usage message clean-up, take #2Fredrik Kuivinen2005-12-141-5/+29
* git-sh-setup: move the repository check to a core program.Junio C Hamano2005-11-251-7/+2
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-251-6/+9
* Create object subdirectories on demandLinus Torvalds2005-10-081-1/+1
* Add git-symbolic-refJunio C Hamano2005-10-011-2/+5
* Do not require clean tree when reverting and cherry-picking.Junio C Hamano2005-09-261-11/+0
* Fix CDPATH problem.Junio C Hamano2005-09-121-0/+6
* Big tool rename.Junio C Hamano2005-09-071-0/+27