aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-11commit: do not add extra LF at the end of the summary.Junio C Hamano1-3/+7
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano1-2/+2
2007-12-09Fix commit-msg hook to allow editingJunio C Hamano1-4/+5
2007-12-09Allow --no-verify to bypass commit-msg hookWincent Colaiuta1-1/+2
2007-12-08add status.relativePaths config variableJeff King1-1/+2
2007-12-04Merge branch 'wc/add-i'Junio C Hamano1-6/+6
2007-12-03git-commit --allow-emptyJunio C Hamano1-2/+3
2007-12-02git-commit: Allow to amend a merge commit that does not change the treeJunio C Hamano1-1/+10
2007-12-02Make git status usage say git status instead of git commitShawn Bohrer1-5/+10
2007-12-02Fix --signoff in builtin-commit differently.Junio C Hamano1-4/+2
2007-12-01git-commit: clean up die messagesJeff King1-10/+9
2007-11-28Do not generate full commit log message if it is not going to be usedAlex Riesen1-0/+22
2007-11-26Fix off-by-one error when truncating the diff out of the commit message.Kristian Høgsberg1-1/+1
2007-11-26builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit1-3/+6
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano1-1/+1
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano1-0/+814
2007-11-22builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg1-1/+7
2007-11-22builtin-commit: fix partial-commit supportJunio C Hamano1-40/+202
2007-11-22builtin-commit: run commit-msg hook with correct message fileJunio C Hamano1-1/+1
2007-11-22builtin-commit: do not color status output shown in the message templateJunio C Hamano1-1/+4
2007-11-22builtin-commit: Clean up an unused variable and a debug fprintf().Kristian Høgsberg1-5/+3
2007-11-22Call refresh_cache() when updating the user index for --only commits.Kristian Høgsberg1-0/+1
2007-11-22builtin-commit: Add newline when showing which commit was createdJohannes Schindelin1-0/+1
2007-11-22builtin-commit: resurrect behavior for multiple -m optionsJohannes Schindelin1-6/+20
2007-11-22builtin-commit --s: add a newline if the last line was not a S-o-bJohannes Schindelin1-1/+4
2007-11-22builtin-commit: fix --signoffJohannes Schindelin1-11/+19
2007-11-22git status: show relative paths when run in a subdirectoryJohannes Schindelin1-6/+7
2007-11-22builtin-commit: Refresh cache after adding files.Kristian Høgsberg1-0/+2
2007-11-22builtin-commit: fix reflog message generationJohannes Schindelin1-7/+8
2007-11-22Port git commit to C.Kristian Høgsberg1-0/+614