summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)Author
2009-01-22Merge branch 'sb/hook-cleanup'Junio C Hamano
2009-01-20commit: more compact summary and without extra quotesSanti BĂ©jar
2009-01-18Merge branch 'mh/maint-commit-color-status'Junio C Hamano
2009-01-18Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-01-18builtin-commit.c: do not remove COMMIT_EDITMSGStephan Beyer
2009-01-18Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer
2009-01-09git-status -v: color diff output when color.ui is setMarkus Heidelberg
2009-01-09git-commit: color status output when color.ui is setMarkus Heidelberg
2008-12-13builtin-commit: remove unused message variableMarkus Heidelberg
2008-12-01git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano
2008-11-15Add cache preload facilityLinus Torvalds
2008-11-13Merge branch 'jk/maint-commit-v-strip'Junio C Hamano
2008-11-12commit: Fix stripping of patch in verbose mode.Jeff King
2008-10-22Merge branch 'jc/maint-co-track'Junio C Hamano
2008-10-19Merge branch 'mv/merge-noff'Junio C Hamano
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano
2008-10-18Merge branch 'pb/commit-where'Junio C Hamano
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-10-03builtin-commit: use reduce_heads() only when appropriateMiklos Vajna
2008-10-03reformat informational commit messageJeff King
2008-09-30git commit: Reformat output somewhatAndreas Ericsson
2008-09-29Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce
2008-09-29Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce
2008-09-29Clarify commit error message for unmerged filesRafael Garcia-Suarez
2008-09-10builtin-commit: use commit_tree()Miklos Vajna
2008-09-07builtin-commit.c: show on which branch a commit was addedPieter de Bie
2008-09-03Merge branch 'jc/author-nickname'Junio C Hamano
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra
2008-08-31git commit --author=$name: look $name up in existing commitsJunio C Hamano
2008-08-29pretty=format: respect date format optionsJeff King
2008-08-06Sync with 1.5.6.5Junio C Hamano
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano
2008-07-31Compact commit template messageJeff King
2008-07-30Advertise the ability to abort a commitAnders Melchiorsen
2008-07-26editor.c: Libify launch_editor()Stephan Beyer
2008-07-24Make non-static functions, that may be static, staticStephan Beyer
2008-07-23builtin-commit: Two trivial style-cleanupsJohannes Schindelin
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-10rerere: Separate libgit and builtin functionsStephan Beyer
2008-07-06Merge branch 'qq/maint'Junio C Hamano
2008-07-06builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro
2008-06-22Merge branch 'mo/status-untracked'Junio C Hamano
2008-06-21Print errno upon failure to open the COMMIT_EDITMSG fileCristian Peraferrer
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen
2008-06-03commit: drop duplicated parentsJunio C Hamano
2008-05-28Merge 1.5.5.3 inJunio C Hamano
2008-05-28commit --interactive: properly update the index before commitingGerrit Pape