summaryrefslogtreecommitdiffstats
path: root/builtin-commit.c
AgeCommit message (Expand)AuthorLines
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz-0/+4
2008-02-16Merge branch 'pb/prepare-commit-msg'Junio C Hamano-108/+145
2008-02-16Merge branch 'maint'Junio C Hamano-0/+4
2008-02-16commit: discard index after setting up partial commitJeff King-0/+4
2008-02-11Merge branch 'lt/in-core-index'Junio C Hamano-1/+1
2008-02-11builtin-commit.c: guard config parser from value=NULLJunio C Hamano-0/+2
2008-02-11builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape-0/+1
2008-02-06git-commit: add a prepare-commit-msg hookPaolo Bonzini-0/+21
2008-02-06git-commit: Refactor creation of log message.Paolo Bonzini-83/+88
2008-02-06git-commit: set GIT_EDITOR=: if editor will not be launchedPaolo Bonzini-0/+2
2008-02-06git-commit: support variable number of hook argumentsPaolo Bonzini-26/+35
2008-02-03Fix "git-commit -C $tag"Junio C Hamano-1/+1
2008-01-23git-commit: exit non-zero if we fail to commit the indexBrandon Casey-4/+11
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds-1/+1
2008-01-16Improve use of lockfile APIBrandon Casey-3/+6
2008-01-16Make builtin-commit.c more careful about parenthoodLinus Torvalds-5/+19
2008-01-15git-commit: fix double close(2) that can close a wrong file descriptorKristian Høgsberg-4/+4
2008-01-14Revert "builtin-commit.c: remove useless check added by faulty cut and paste"Junio C Hamano-0/+2
2008-01-13builtin-commit.c: remove useless check added by faulty cut and pasteJunio C Hamano-2/+0
2008-01-13Fix performance regression for partial commitsLinus Torvalds-9/+28
2007-12-22Allow selection of different cleanup modes for commit messagesAlex Riesen-4/+38
2007-12-22builtin-commit: avoid double-negation in the code.Junio C Hamano-6/+6
2007-12-22builtin-commit: fix amending of the initial commitJunio C Hamano-4/+4
2007-12-20fix git commit --amend -m "new message"Junio C Hamano-1/+5
2007-12-16builtin-commit: make summary output consistent with statusJunio C Hamano-0/+3
2007-12-16builtin-commit: fix summary output.Junio C Hamano-0/+1
2007-12-14commit: allow --amend to reuse message from another commitJunio C Hamano-1/+1
2007-12-12git-commit: squelch needless message during an empty mergeJunio C Hamano-4/+5
2007-12-11commit: do not add extra LF at the end of the summary.Junio C Hamano-3/+7
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano-2/+2
2007-12-09Fix commit-msg hook to allow editingJunio C Hamano-4/+5
2007-12-09Allow --no-verify to bypass commit-msg hookWincent Colaiuta-1/+2
2007-12-08add status.relativePaths config variableJeff King-1/+2
2007-12-04Merge branch 'wc/add-i'Junio C Hamano-6/+6
2007-12-03git-commit --allow-emptyJunio C Hamano-2/+3
2007-12-02git-commit: Allow to amend a merge commit that does not change the treeJunio C Hamano-1/+10
2007-12-02Make git status usage say git status instead of git commitShawn Bohrer-5/+10
2007-12-02Fix --signoff in builtin-commit differently.Junio C Hamano-4/+2
2007-12-01git-commit: clean up die messagesJeff King-10/+9
2007-11-28Do not generate full commit log message if it is not going to be usedAlex Riesen-0/+22
2007-11-26Fix off-by-one error when truncating the diff out of the commit message.Kristian Høgsberg-1/+1
2007-11-26builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit-3/+6
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano-1/+1
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano-0/+814
2007-11-22builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg-1/+7
2007-11-22builtin-commit: fix partial-commit supportJunio C Hamano-40/+202
2007-11-22builtin-commit: run commit-msg hook with correct message fileJunio C Hamano-1/+1
2007-11-22builtin-commit: do not color status output shown in the message templateJunio C Hamano-1/+4
2007-11-22builtin-commit: Clean up an unused variable and a debug fprintf().Kristian Høgsberg-5/+3
2007-11-22Call refresh_cache() when updating the user index for --only commits.Kristian Høgsberg-0/+1