summaryrefslogtreecommitdiff
path: root/builtin-commit.c
Commit message (Expand)AuthorAgeFilesLines
...
* builtin-commit: Clean up an unused variable and a debug fprintf().Kristian Høgsberg2007-11-221-5/+3
* Call refresh_cache() when updating the user index for --only commits.Kristian Høgsberg2007-11-221-0/+1
* builtin-commit: Add newline when showing which commit was createdJohannes Schindelin2007-11-221-0/+1
* builtin-commit: resurrect behavior for multiple -m optionsJohannes Schindelin2007-11-221-6/+20
* builtin-commit --s: add a newline if the last line was not a S-o-bJohannes Schindelin2007-11-221-1/+4
* builtin-commit: fix --signoffJohannes Schindelin2007-11-221-11/+19
* git status: show relative paths when run in a subdirectoryJohannes Schindelin2007-11-221-6/+7
* builtin-commit: Refresh cache after adding files.Kristian Høgsberg2007-11-221-0/+2
* builtin-commit: fix reflog message generationJohannes Schindelin2007-11-221-7/+8
* Port git commit to C.Kristian Høgsberg2007-11-221-0/+614