summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-27Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-04-27Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-1/+1
2008-04-27Remove 'header' from --signoff option descriptionLibravatar Dan McGee1-1/+1
2008-04-19Merge branch 'jc/terminator-separator'Libravatar Junio C Hamano1-1/+1
2008-04-11Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-04-11Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-1/+1
2008-04-11builtin-commit.c: Remove a redundant assignment.Libravatar Johannes Sixt1-3/+1
2008-04-11Document option --only of git commitLibravatar Johannes Sixt1-1/+1
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Libravatar Junio C Hamano1-1/+1
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLibravatar Linus Torvalds1-1/+2
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLibravatar Linus Torvalds1-0/+1
2008-02-27Merge branch 'db/checkout'Libravatar Junio C Hamano1-1/+2
2008-02-18Add color.ui variable which globally enables colorization if setLibravatar Matthias Kestenholz1-0/+4
2008-02-16Merge branch 'pb/prepare-commit-msg'Libravatar Junio C Hamano1-108/+145
2008-02-16Merge branch 'maint'Libravatar Junio C Hamano1-0/+4
2008-02-16commit: discard index after setting up partial commitLibravatar Jeff King1-0/+4
2008-02-11Merge branch 'lt/in-core-index'Libravatar Junio C Hamano1-1/+1
2008-02-11builtin-commit.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-02-11builtin-commit: remove .git/SQUASH_MSG upon successful commitLibravatar Gerrit Pape1-0/+1
2008-02-09Allow callers of unpack_trees() to handle failureLibravatar Daniel Barkalow1-1/+2
2008-02-06git-commit: add a prepare-commit-msg hookLibravatar Paolo Bonzini1-0/+21
2008-02-06git-commit: Refactor creation of log message.Libravatar Paolo Bonzini1-83/+88
2008-02-06git-commit: set GIT_EDITOR=: if editor will not be launchedLibravatar Paolo Bonzini1-0/+2
2008-02-06git-commit: support variable number of hook argumentsLibravatar Paolo Bonzini1-26/+35
2008-02-03Fix "git-commit -C $tag"Libravatar Junio C Hamano1-1/+1
2008-01-23git-commit: exit non-zero if we fail to commit the indexLibravatar Brandon Casey1-4/+11
2008-01-21Make on-disk index representation separate from in-core oneLibravatar Linus Torvalds1-1/+1
2008-01-16Improve use of lockfile APILibravatar Brandon Casey1-3/+6
2008-01-16Make builtin-commit.c more careful about parenthoodLibravatar Linus Torvalds1-5/+19
2008-01-15git-commit: fix double close(2) that can close a wrong file descriptorLibravatar Kristian Høgsberg1-4/+4
2008-01-14Revert "builtin-commit.c: remove useless check added by faulty cut and paste"Libravatar Junio C Hamano1-0/+2
2008-01-13builtin-commit.c: remove useless check added by faulty cut and pasteLibravatar Junio C Hamano1-2/+0
2008-01-13Fix performance regression for partial commitsLibravatar Linus Torvalds1-9/+28
2007-12-22Allow selection of different cleanup modes for commit messagesLibravatar Alex Riesen1-4/+38
2007-12-22builtin-commit: avoid double-negation in the code.Libravatar Junio C Hamano1-6/+6
2007-12-22builtin-commit: fix amending of the initial commitLibravatar Junio C Hamano1-4/+4
2007-12-20fix git commit --amend -m "new message"Libravatar Junio C Hamano1-1/+5
2007-12-16builtin-commit: make summary output consistent with statusLibravatar Junio C Hamano1-0/+3
2007-12-16builtin-commit: fix summary output.Libravatar Junio C Hamano1-0/+1
2007-12-14commit: allow --amend to reuse message from another commitLibravatar Junio C Hamano1-1/+1
2007-12-12git-commit: squelch needless message during an empty mergeLibravatar Junio C Hamano1-4/+5
2007-12-11commit: do not add extra LF at the end of the summary.Libravatar Junio C Hamano1-3/+7
2007-12-09Re-fix "builtin-commit: fix --signoff"Libravatar Junio C Hamano1-2/+2
2007-12-09Fix commit-msg hook to allow editingLibravatar Junio C Hamano1-4/+5
2007-12-09Allow --no-verify to bypass commit-msg hookLibravatar Wincent Colaiuta1-1/+2
2007-12-08add status.relativePaths config variableLibravatar Jeff King1-1/+2
2007-12-04Merge branch 'wc/add-i'Libravatar Junio C Hamano1-6/+6
2007-12-03git-commit --allow-emptyLibravatar Junio C Hamano1-2/+3
2007-12-02git-commit: Allow to amend a merge commit that does not change the treeLibravatar Junio C Hamano1-1/+10
2007-12-02Make git status usage say git status instead of git commitLibravatar Shawn Bohrer1-5/+10