summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)Author
2010-01-07Merge branch 'mv/commit-date'Junio C Hamano
2009-12-30Merge branch 'maint'Junio C Hamano
2009-12-30Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-12-30Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-12-30commit: --cleanup is a message optionGreg Price
2009-12-28Merge branch 'jk/1.7.0-status'Junio C Hamano
2009-12-16Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano
2009-12-16ignore unknown color configurationJeff King
2009-12-12status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano
2009-12-12commit/status: check $GIT_DIR/MERGE_HEAD only onceJunio C Hamano
2009-12-07status: reduce duplicated setup codeJeff King
2009-12-07status: disable color for porcelain formatJeff King
2009-12-05status -s: obey color.statusMichael J Gruber
2009-12-05builtin-commit: refactor short-status code into wt-status.cMichael J Gruber
2009-12-03builtin-commit: add --date optionMiklos Vajna
2009-11-30Merge branch 'em/commit-claim'Junio C Hamano
2009-11-27status -s: respect the status.relativePaths optionMichael J Gruber
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-09-06commit: support alternate status formatsJeff King
2009-09-06status: add --porcelain output formatJeff King
2009-09-06status: refactor format option parsingJeff King
2009-09-06status: refactor short-mode printing to its own functionJeff King
2009-09-06status: typo fix in usageJeff King
2009-08-22git status: not "commit --dry-run" anymoreJunio C Hamano
2009-08-22git stat -s: short status outputJunio C Hamano
2009-08-22git stat: the beginning of "status that is not a dry-run of commit"Junio C Hamano
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