summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)Author
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz
2008-02-17Merge branch 'pb/prepare-commit-msg'Junio C Hamano
2008-02-16Merge branch 'maint'Junio C Hamano
2008-02-16commit: discard index after setting up partial commitJeff King
2008-02-12Merge branch 'lt/in-core-index'Junio C Hamano
2008-02-11builtin-commit.c: guard config parser from value=NULLJunio C Hamano
2008-02-11builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape
2008-02-06git-commit: add a prepare-commit-msg hookPaolo Bonzini
2008-02-06git-commit: Refactor creation of log message.Paolo Bonzini
2008-02-06git-commit: set GIT_EDITOR=: if editor will not be launchedPaolo Bonzini
2008-02-06git-commit: support variable number of hook argumentsPaolo Bonzini
2008-02-03Fix "git-commit -C $tag"Junio C Hamano
2008-01-23git-commit: exit non-zero if we fail to commit the indexBrandon Casey
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
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