aboutsummaryrefslogtreecommitdiffstats
path: root/git-commit.sh
AgeCommit message (Expand)AuthorFilesLines
2006-05-14Ensure author & committer before asking for commit message.Sean1-0/+2
2006-04-20git-commit --amend: two fixes.Junio C Hamano1-7/+14
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding1-2/+2
2006-04-12git-commit: do not muck with commit message when no_edit is set.Junio C Hamano1-5/+12
2006-03-20Be verbose when !initial commitYasushi SHOJI1-1/+1
2006-03-05git-commit --amend: allow empty commit.Junio C Hamano1-1/+1
2006-03-02git-commit: make sure we protect against races.Junio C Hamano1-0/+2
2006-03-02git-commit --amendJunio C Hamano1-4/+39
2006-02-14Merge branch 'jc/commit'Junio C Hamano1-7/+9
2006-02-14commit: detect misspelled pathspec while making a partial commit.Junio C Hamano1-10/+9
2006-02-12git-commit: Now --only semantics is the default.Junio C Hamano1-6/+3
2006-02-11Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano1-1/+4
2006-02-10git-commit -v: have patch at the end.Junio C Hamano1-27/+18
2006-02-10git-status -vJunio C Hamano1-60/+250
2006-02-06git-commit: finishing touches.Junio C Hamano1-40/+73
2006-02-06git-commit: revamp the git-commit semantics.Junio C Hamano1-112/+291
2006-02-06git-rerere: reuse recorded resolve.Junio C Hamano1-0/+1
2006-02-04Do not fall back on vi on dumb terminals.Junio C Hamano1-0/+8
2006-01-05format-patch/commit: Quote single quote in the author name properly.Junio C Hamano1-0/+1
2006-01-05trivial: typo in git-commit.shAlex Riesen1-1/+1
2005-12-14Trivial usage string clean-upfreku045@student.liu.se1-4/+1
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-1/+1
2005-11-25Prevent "git-commit -a path1 path2..."Junio C Hamano1-1/+4
2005-11-11Do not lose author name information to locale gotchas.Junio C Hamano1-1/+1
2005-11-01Do not put automatic merge message after signed-off-by line.Junio C Hamano1-3/+3
2005-10-28update usage string for git-commit.shc.shoemaker@cox.net1-1/+1
2005-10-18Teach git-add and git-commit to handle filenames starting with '-'.Junio C Hamano1-1/+1
2005-10-09Write .editmsg in GIT_DIR to avoid being in git-status.Santi_Béjar1-12/+16
2005-10-05[PATCH] Quote the missing GIT_DIR.Santi_Béjar1-1/+1
2005-10-03Leave an empty line between log and sign-off.Junio C Hamano1-4/+7
2005-10-01Add git-symbolic-refJunio C Hamano1-9/+8
2005-09-28Use git-update-ref in scripts.Junio C Hamano1-1/+3
2005-09-27git-commit: use update-index --stdin, instead of xargs.Junio C Hamano1-2/+2
2005-09-26Give default merge message after failed automerge.Junio C Hamano1-0/+3
2005-09-10Multi-backend merge driver.Junio C Hamano1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+233