aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-22git status: not "commit --dry-run" anymoreJunio C Hamano1-25/+4
2009-08-22git stat -s: short status outputJunio C Hamano1-8/+106
2009-08-22git stat: the beginning of "status that is not a dry-run of commit"Junio C Hamano1-10/+65
2009-08-15git commit --dry-run -v: show diff in color when askedJunio C Hamano1-2/+4
2009-08-10Make git_status_config() file scope static to builtin-commit.cJunio C Hamano1-0/+60
2009-08-10wt-status: move many global settings to wt_status structureJunio C Hamano1-39/+48
2009-08-07commit: --dry-runJunio C Hamano1-13/+16
2009-08-06wt-status.c: rework the way changes to the index and work tree are summarizedJunio C Hamano1-5/+8
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-2/+3
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-13/+10
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd1-8/+2
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+2
2009-05-23commit: -F overrides -tStephen Boyd1-0/+4
2009-04-05Merge branch 'maint-1.6.1' into maintJunio C Hamano1-1/+2
2009-04-05Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano1-1/+2
2009-04-05commit: abort commit if interactive add failedJeff King1-1/+2
2009-02-10Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer1-11/+2
2009-01-28Merge branch 'mh/maint-commit-color-status' into maintJunio C Hamano1-0/+6
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