aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-commit.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-25Merge branch 'cb/add-pathspec'Junio C Hamano1-1/+1
2009-01-21Merge branch 'sb/hook-cleanup'Junio C Hamano1-34/+0
2009-01-19commit: more compact summary and without extra quotesSanti Béjar1-2/+2
2009-01-17Merge branch 'mh/maint-commit-color-status'Junio C Hamano1-0/+6
2009-01-17Merge branch 'maint-1.6.0' into maintJunio C Hamano1-1/+0
2009-01-17builtin-commit.c: do not remove COMMIT_EDITMSGStephan Beyer1-1/+0
2009-01-17Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer1-34/+0
2009-01-14remove pathspec_match, use match_pathspec insteadClemens Buchacher1-1/+1
2009-01-08git-status -v: color diff output when color.ui is setMarkus Heidelberg1-0/+3
2009-01-08git-commit: color status output when color.ui is setMarkus Heidelberg1-0/+3
2008-12-13builtin-commit: remove unused message variableMarkus Heidelberg1-5/+0
2008-11-30git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano1-1/+1
2008-11-14Add cache preload facilityLinus Torvalds1-4/+4
2008-11-12Merge branch 'jk/maint-commit-v-strip'Junio C Hamano1-3/+5
2008-11-12commit: Fix stripping of patch in verbose mode.Jeff King1-3/+5
2008-10-21Merge branch 'jc/maint-co-track'Junio C Hamano1-1/+3
2008-10-19Merge branch 'mv/merge-noff'Junio C Hamano1-1/+13
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano1-1/+2
2008-10-18Merge branch 'pb/commit-where'Junio C Hamano1-3/+12
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-10/+5
2008-10-03builtin-commit: use reduce_heads() only when appropriateMiklos Vajna1-2/+14
2008-10-02reformat informational commit messageJeff King1-27/+10
2008-09-30git commit: Reformat output somewhatAndreas Ericsson1-7/+5
2008-09-29Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce1-1/+1
2008-09-29Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce1-1/+1
2008-09-29Clarify commit error message for unmerged filesRafael Garcia-Suarez1-1/+1
2008-09-10builtin-commit: use commit_tree()Miklos Vajna1-51/+16
2008-09-07builtin-commit.c: show on which branch a commit was addedPieter de Bie1-2/+30
2008-09-02Merge branch 'jc/author-nickname'Junio C Hamano1-0/+28
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra1-1/+1
2008-08-30git commit --author=$name: look $name up in existing commitsJunio C Hamano1-0/+28
2008-08-29pretty=format: respect date format optionsJeff King1-1/+1
2008-08-06Sync with 1.5.6.5Junio C Hamano1-4/+7
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano1-4/+7
2008-07-31Compact commit template messageJeff King1-7/+12
2008-07-30Advertise the ability to abort a commitAnders Melchiorsen1-0/+1
2008-07-25editor.c: Libify launch_editor()Stephan Beyer1-1/+5
2008-07-23Make non-static functions, that may be static, staticStephan Beyer1-1/+1
2008-07-23builtin-commit: Two trivial style-cleanupsJohannes Schindelin1-4/+3
2008-07-21Rename path_list to string_listJohannes Schindelin1-10/+10
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-2/+2
2008-07-13Make usage strings dash-lessStephan Beyer1-2/+2
2008-07-10rerere: Separate libgit and builtin functionsStephan Beyer1-0/+1
2008-07-05Merge branch 'qq/maint'Junio C Hamano1-7/+4
2008-07-05builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro1-7/+4
2008-06-22Merge branch 'mo/status-untracked'Junio C Hamano1-3/+15
2008-06-21Print errno upon failure to open the COMMIT_EDITMSG fileCristian Peraferrer1-1/+2
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen1-1/+3
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen1-3/+13
2008-06-02commit: drop duplicated parentsJunio C Hamano1-0/+9
2008-05-27Merge 1.5.5.3 inJunio C Hamano1-0/+2
2008-05-27commit --interactive: properly update the index before commitingGerrit Pape1-0/+2
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-4/+4
2008-05-21Merge branch 'ar/add-unreadable'Junio C Hamano1-4/+5
2008-05-14Merge branch 'sb/committer'Junio C Hamano1-40/+73
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-4/+4
2008-05-12Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen1-1/+1
2008-05-12Make the exit code of add_file_to_index actually usefulAlex Riesen1-3/+4
2008-05-11Merge branch 'maint'Junio C Hamano1-1/+1
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-05-10Avoid some unnecessary lstat() callsLinus Torvalds1-2/+4
2008-05-06commit: Show committer if automaticSanti Béjar1-3/+16
2008-05-06commit: Show author if different from committerSanti Béjar1-3/+23
2008-05-06Preparation to call determine_author_info from prepare_to_commitSanti Béjar1-39/+39
2008-04-27Merge branch 'maint'Junio C Hamano1-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-19Merge branch 'jc/terminator-separator'Junio C Hamano1-1/+1
2008-04-11Merge branch 'maint'Junio C Hamano1-1/+1
2008-04-11Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-11builtin-commit.c: Remove a redundant assignment.Johannes Sixt1-3/+1
2008-04-11Document option --only of git commitJohannes Sixt1-1/+1
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano1-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
2007-11-26Fix off-by-one error when truncating the diff out of the commit message.Kristian Høgsberg1-1/+1
2007-11-26builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit1-3/+6
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano1-1/+1
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano1-0/+814
2007-11-22builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg1-1/+7
2007-11-22builtin-commit: fix partial-commit supportJunio C Hamano1-40/+202
2007-11-22builtin-commit: run commit-msg hook with correct message fileJunio C Hamano1-1/+1
2007-11-22builtin-commit: do not color status output shown in the message templateJunio C Hamano1-1/+4
2007-11-22builtin-commit: Clean up an unused variable and a debug fprintf().Kristian Høgsberg1-5/+3
2007-11-22Call refresh_cache() when updating the user index for --only commits.Kristian Høgsberg1-0/+1
2007-11-22builtin-commit: Add newline when showing which commit was createdJohannes Schindelin1-0/+1
2007-11-22builtin-commit: resurrect behavior for multiple -m optionsJohannes Schindelin1-6/+20
2007-11-22builtin-commit --s: add a newline if the last line was not a S-o-bJohannes Schindelin1-1/+4
2007-11-22builtin-commit: fix --signoffJohannes Schindelin1-11/+19
2007-11-22git status: show relative paths when run in a subdirectoryJohannes Schindelin1-6/+7
2007-11-22builtin-commit: Refresh cache after adding files.Kristian Høgsberg1-0/+2
2007-11-22builtin-commit: fix reflog message generationJohannes Schindelin1-7/+8
2007-11-22Port git commit to C.Kristian Høgsberg1-0/+614