aboutsummaryrefslogtreecommitdiff
path: root/builtin-commit.c
Commit message (Expand)AuthorAge
* git-commit: clean up die messagesJeff King2007-12-01
* Do not generate full commit log message if it is not going to be usedAlex Riesen2007-11-28
* Fix off-by-one error when truncating the diff out of the commit message.Kristian Høgsberg2007-11-26
* builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit2007-11-26
* builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg2007-11-22
* builtin-commit: fix partial-commit supportJunio C Hamano2007-11-22
* builtin-commit: run commit-msg hook with correct message fileJunio C Hamano2007-11-22
* builtin-commit: do not color status output shown in the message templateJunio C Hamano2007-11-22
* builtin-commit: Clean up an unused variable and a debug fprintf().Kristian Høgsberg2007-11-22
* Call refresh_cache() when updating the user index for --only commits.Kristian Høgsberg2007-11-22
* builtin-commit: Add newline when showing which commit was createdJohannes Schindelin2007-11-22
* builtin-commit: resurrect behavior for multiple -m optionsJohannes Schindelin2007-11-22
* builtin-commit --s: add a newline if the last line was not a S-o-bJohannes Schindelin2007-11-22
* builtin-commit: fix --signoffJohannes Schindelin2007-11-22
* git status: show relative paths when run in a subdirectoryJohannes Schindelin2007-11-22
* builtin-commit: Refresh cache after adding files.Kristian Høgsberg2007-11-22
* builtin-commit: fix reflog message generationJohannes Schindelin2007-11-22
* Port git commit to C.Kristian Høgsberg2007-11-22