summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)Author
2007-11-23builtin-commit: run commit-msg hook with correct message fileJunio C Hamano
2007-11-23builtin-commit: do not color status output shown in the message templateJunio C Hamano
2007-11-23builtin-commit: Clean up an unused variable and a debug fprintf().Kristian Høgsberg
2007-11-23Call refresh_cache() when updating the user index for --only commits.Kristian Høgsberg
2007-11-23builtin-commit: Add newline when showing which commit was createdJohannes Schindelin
2007-11-23builtin-commit: resurrect behavior for multiple -m optionsJohannes Schindelin
2007-11-23builtin-commit --s: add a newline if the last line was not a S-o-bJohannes Schindelin
2007-11-23builtin-commit: fix --signoffJohannes Schindelin
2007-11-23git status: show relative paths when run in a subdirectoryJohannes Schindelin
2007-11-23builtin-commit: Refresh cache after adding files.Kristian Høgsberg
2007-11-23builtin-commit: fix reflog message generationJohannes Schindelin
2007-11-23Port git commit to C.Kristian Høgsberg