summaryrefslogtreecommitdiffstats
path: root/builtin-commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-11Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-05-11builtin-commit.c: add -u as short name for --untracked-filesSitaram Chamarty1-1/+1
2008-04-27Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-27Remove 'header' from --signoff option descriptionDan McGee1-1/+1
2008-04-11Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-11Document option --only of git commitJohannes Sixt1-1/+1
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds1-1/+2
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds1-0/+1
2008-02-27Merge branch 'db/checkout'Junio C Hamano1-1/+2
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz1-0/+4
2008-02-16Merge branch 'pb/prepare-commit-msg'Junio C Hamano1-108/+145
2008-02-16Merge branch 'maint'Junio C Hamano1-0/+4
2008-02-16commit: discard index after setting up partial commitJeff King1-0/+4
2008-02-11Merge branch 'lt/in-core-index'Junio C Hamano1-1/+1
2008-02-11builtin-commit.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-11builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape1-0/+1
2008-02-09Allow callers of unpack_trees() to handle failureDaniel Barkalow1-1/+2
2008-02-06git-commit: add a prepare-commit-msg hookPaolo Bonzini1-0/+21
2008-02-06git-commit: Refactor creation of log message.Paolo Bonzini1-83/+88
2008-02-06git-commit: set GIT_EDITOR=: if editor will not be launchedPaolo Bonzini1-0/+2
2008-02-06git-commit: support variable number of hook argumentsPaolo Bonzini1-26/+35
2008-02-03Fix "git-commit -C $tag"Junio C Hamano1-1/+1
2008-01-23git-commit: exit non-zero if we fail to commit the indexBrandon Casey1-4/+11
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-1/+1
2008-01-16Improve use of lockfile APIBrandon Casey1-3/+6
2008-01-16Make builtin-commit.c more careful about parenthoodLinus Torvalds1-5/+19
2008-01-15git-commit: fix double close(2) that can close a wrong file descriptorKristian Høgsberg1-4/+4
2008-01-14Revert "builtin-commit.c: remove useless check added by faulty cut and paste"Junio C Hamano1-0/+2
2008-01-13builtin-commit.c: remove useless check added by faulty cut and pasteJunio C Hamano1-2/+0
2008-01-13Fix performance regression for partial commitsLinus Torvalds1-9/+28
2007-12-22Allow selection of different cleanup modes for commit messagesAlex Riesen1-4/+38
2007-12-22builtin-commit: avoid double-negation in the code.Junio C Hamano1-6/+6
2007-12-22builtin-commit: fix amending of the initial commitJunio C Hamano1-4/+4
2007-12-20fix git commit --amend -m "new message"Junio C Hamano1-1/+5
2007-12-16builtin-commit: make summary output consistent with statusJunio C Hamano1-0/+3
2007-12-16builtin-commit: fix summary output.Junio C Hamano1-0/+1
2007-12-14commit: allow --amend to reuse message from another commitJunio C Hamano1-1/+1
2007-12-12git-commit: squelch needless message during an empty mergeJunio C Hamano1-4/+5
2007-12-11commit: do not add extra LF at the end of the summary.Junio C Hamano1-3/+7
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano1-2/+2
2007-12-09Fix commit-msg hook to allow editingJunio C Hamano1-4/+5
2007-12-09Allow --no-verify to bypass commit-msg hookWincent Colaiuta1-1/+2
2007-12-08add status.relativePaths config variableJeff King1-1/+2
2007-12-04Merge branch 'wc/add-i'Junio C Hamano1-6/+6
2007-12-03git-commit --allow-emptyJunio C Hamano1-2/+3
2007-12-02git-commit: Allow to amend a merge commit that does not change the treeJunio C Hamano1-1/+10
2007-12-02Make git status usage say git status instead of git commitShawn Bohrer1-5/+10
2007-12-02Fix --signoff in builtin-commit differently.Junio C Hamano1-4/+2
2007-12-01git-commit: clean up die messagesJeff King1-10/+9
2007-11-28Do not generate full commit log message if it is not going to be usedAlex Riesen1-0/+22