summaryrefslogtreecommitdiff
path: root/git-commit.sh
Commit message (Expand)AuthorAgeFilesLines
* Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano2006-02-111-1/+4
* git-commit -v: have patch at the end.Junio C Hamano2006-02-101-27/+18
* git-status -vJunio C Hamano2006-02-101-60/+250
* git-commit: finishing touches.Junio C Hamano2006-02-061-40/+73
* git-commit: revamp the git-commit semantics.Junio C Hamano2006-02-061-112/+291
* git-rerere: reuse recorded resolve.Junio C Hamano2006-02-061-0/+1
* Do not fall back on vi on dumb terminals.Junio C Hamano2006-02-041-0/+8
* format-patch/commit: Quote single quote in the author name properly.Junio C Hamano2006-01-051-0/+1
* trivial: typo in git-commit.shAlex Riesen2006-01-051-1/+1
* Trivial usage string clean-upfreku045@student.liu.se2005-12-141-4/+1
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-251-1/+1
* Prevent "git-commit -a path1 path2..."Junio C Hamano2005-11-251-1/+4
* Do not lose author name information to locale gotchas.Junio C Hamano2005-11-111-1/+1
* Do not put automatic merge message after signed-off-by line.Junio C Hamano2005-11-011-3/+3
* update usage string for git-commit.shc.shoemaker@cox.net2005-10-281-1/+1
* Teach git-add and git-commit to handle filenames starting with '-'.Junio C Hamano2005-10-181-1/+1
* Write .editmsg in GIT_DIR to avoid being in git-status.Santi_Béjar2005-10-091-12/+16
* [PATCH] Quote the missing GIT_DIR.Santi_Béjar2005-10-051-1/+1
* Leave an empty line between log and sign-off.Junio C Hamano2005-10-031-4/+7
* Add git-symbolic-refJunio C Hamano2005-10-011-9/+8
* Use git-update-ref in scripts.Junio C Hamano2005-09-281-1/+3
* git-commit: use update-index --stdin, instead of xargs.Junio C Hamano2005-09-271-2/+2
* Give default merge message after failed automerge.Junio C Hamano2005-09-261-0/+3
* Multi-backend merge driver.Junio C Hamano2005-09-101-1/+1
* Big tool rename.Junio C Hamano2005-09-071-0/+233