summaryrefslogtreecommitdiff
path: root/builtin-commit.c
Commit message (Expand)AuthorAgeFilesLines
* commit: discard index after setting up partial commitJeff King2008-02-161-0/+4
* builtin-commit.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
* builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape2008-02-111-0/+1
* Fix "git-commit -C $tag"Junio C Hamano2008-02-031-1/+1
* git-commit: exit non-zero if we fail to commit the indexBrandon Casey2008-01-231-4/+11
* Improve use of lockfile APIBrandon Casey2008-01-161-3/+6
* Make builtin-commit.c more careful about parenthoodLinus Torvalds2008-01-161-5/+19
* git-commit: fix double close(2) that can close a wrong file descriptorKristian Høgsberg2008-01-151-4/+4
* Revert "builtin-commit.c: remove useless check added by faulty cut and paste"Junio C Hamano2008-01-141-0/+2
* builtin-commit.c: remove useless check added by faulty cut and pasteJunio C Hamano2008-01-131-2/+0
* Fix performance regression for partial commitsLinus Torvalds2008-01-131-9/+28
* Allow selection of different cleanup modes for commit messagesAlex Riesen2007-12-221-4/+38
* builtin-commit: avoid double-negation in the code.Junio C Hamano2007-12-221-6/+6
* builtin-commit: fix amending of the initial commitJunio C Hamano2007-12-221-4/+4
* fix git commit --amend -m "new message"Junio C Hamano2007-12-201-1/+5
* builtin-commit: make summary output consistent with statusJunio C Hamano2007-12-161-0/+3
* builtin-commit: fix summary output.Junio C Hamano2007-12-161-0/+1
* commit: allow --amend to reuse message from another commitJunio C Hamano2007-12-141-1/+1
* git-commit: squelch needless message during an empty mergeJunio C Hamano2007-12-121-4/+5
* commit: do not add extra LF at the end of the summary.Junio C Hamano2007-12-111-3/+7
* Re-fix "builtin-commit: fix --signoff"Junio C Hamano2007-12-091-2/+2
* Fix commit-msg hook to allow editingJunio C Hamano2007-12-091-4/+5
* Allow --no-verify to bypass commit-msg hookWincent Colaiuta2007-12-091-1/+2
* add status.relativePaths config variableJeff King2007-12-081-1/+2
* Merge branch 'wc/add-i'Junio C Hamano2007-12-041-6/+6
|\
| * add -i: Fix running from a subdirectoryJunio C Hamano2007-11-251-1/+1
| * Merge branch 'kh/commit' into wc/add-iJunio C Hamano2007-11-251-6/+6
* | git-commit --allow-emptyJunio C Hamano2007-12-031-2/+3
* | git-commit: Allow to amend a merge commit that does not change the treeJunio C Hamano2007-12-021-1/+10
* | Make git status usage say git status instead of git commitShawn Bohrer2007-12-021-5/+10
* | Fix --signoff in builtin-commit differently.Junio C Hamano2007-12-021-4/+2
* | git-commit: clean up die messagesJeff King2007-12-011-10/+9
* | Do not generate full commit log message if it is not going to be usedAlex Riesen2007-11-281-0/+22
* | Fix off-by-one error when truncating the diff out of the commit message.Kristian Høgsberg2007-11-261-1/+1
* | builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit2007-11-261-3/+6
|/
* builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg2007-11-221-1/+7
* builtin-commit: fix partial-commit supportJunio C Hamano2007-11-221-40/+202
* builtin-commit: run commit-msg hook with correct message fileJunio C Hamano2007-11-221-1/+1
* builtin-commit: do not color status output shown in the message templateJunio C Hamano2007-11-221-1/+4
* 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