summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)Author
2009-12-16Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano
2009-12-16ignore unknown color configurationJeff King
2009-11-30Merge branch 'em/commit-claim'Junio C Hamano
2009-11-23Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano
2009-11-18Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy
2009-11-07Merge branch 'jc/commit-s-subject-is-not-a-footer'Junio C Hamano
2009-11-07builtin-commit.c: fix logic to omit empty line before existing footersJunio C Hamano
2009-11-05commit -c/-C/--amend: reset timestamp and authorship to committer with --rese...Erick Mattos
2009-10-31fixup tr/stash-format mergeJunio C Hamano
2009-10-28commit: More generous accepting of RFC-2822 footer lines.David Brown
2009-10-20Refactor pretty_print_commit arguments into a structThomas Rast
2009-08-15git commit --dry-run -v: show diff in color when askedJunio C Hamano
2009-08-10Make git_status_config() file scope static to builtin-commit.cJunio C Hamano
2009-08-10wt-status: move many global settings to wt_status structureJunio C Hamano
2009-08-08commit: --dry-runJunio C Hamano
2009-08-06wt-status.c: rework the way changes to the index and work tree are summarizedJunio C Hamano
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-23commit: -F overrides -tStephen Boyd
2009-04-05Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-04-05Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-04-05commit: abort commit if interactive add failedJeff King
2009-02-11Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer
2009-01-29Merge branch 'mh/maint-commit-color-status' into maintJunio C Hamano
2009-01-26Merge branch 'cb/add-pathspec'Junio C Hamano
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-15remove pathspec_match, use match_pathspec insteadClemens Buchacher
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