summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)Author
2008-01-23git-commit: exit non-zero if we fail to commit the indexBrandon Casey
2008-01-16Improve use of lockfile APIBrandon Casey
2008-01-16Make builtin-commit.c more careful about parenthoodLinus Torvalds
2008-01-16git-commit: fix double close(2) that can close a wrong file descriptorKristian Høgsberg
2008-01-14Revert "builtin-commit.c: remove useless check added by faulty cut and paste"Junio C Hamano
2008-01-13builtin-commit.c: remove useless check added by faulty cut and pasteJunio C Hamano
2008-01-13Fix performance regression for partial commitsLinus Torvalds
2007-12-23Allow selection of different cleanup modes for commit messagesAlex Riesen
2007-12-23builtin-commit: avoid double-negation in the code.Junio C Hamano
2007-12-23builtin-commit: fix amending of the initial commitJunio C Hamano
2007-12-20fix git commit --amend -m "new message"Junio C Hamano
2007-12-16builtin-commit: make summary output consistent with statusJunio C Hamano
2007-12-16builtin-commit: fix summary output.Junio C Hamano
2007-12-14commit: allow --amend to reuse message from another commitJunio C Hamano
2007-12-13git-commit: squelch needless message during an empty mergeJunio C Hamano
2007-12-11commit: do not add extra LF at the end of the summary.Junio C Hamano
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano
2007-12-09Fix commit-msg hook to allow editingJunio C Hamano
2007-12-09Allow --no-verify to bypass commit-msg hookWincent Colaiuta
2007-12-08add status.relativePaths config variableJeff King
2007-12-05Merge branch 'wc/add-i'Junio C Hamano
2007-12-03git-commit --allow-emptyJunio C Hamano
2007-12-03git-commit: Allow to amend a merge commit that does not change the treeJunio C Hamano
2007-12-03Make git status usage say git status instead of git commitShawn Bohrer
2007-12-03Fix --signoff in builtin-commit differently.Junio C Hamano
2007-12-02git-commit: clean up die messagesJeff King
2007-11-28Do not generate full commit log message if it is not going to be usedAlex Riesen
2007-11-26Fix off-by-one error when truncating the diff out of the commit message.Kristian Høgsberg
2007-11-26builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano
2007-11-23builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg
2007-11-23builtin-commit: fix partial-commit supportJunio C Hamano
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