summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-07Merge branch 'mv/commit-date'Libravatar Junio C Hamano1-1/+5
2009-12-30Merge branch 'maint'Libravatar Junio C Hamano1-2/+4
2009-12-30Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano1-2/+4
2009-12-29Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-2/+4
2009-12-29commit: --cleanup is a message optionLibravatar Greg Price1-2/+4
2009-12-27Merge branch 'jk/1.7.0-status'Libravatar Junio C Hamano1-20/+104
2009-12-16Merge branch 'maint' to sync with 1.6.5.7Libravatar Junio C Hamano1-1/+3
2009-12-16ignore unknown color configurationLibravatar Jeff King1-1/+3
2009-12-12status/commit: do not suggest "reset HEAD <path>" while mergingLibravatar Junio C Hamano1-0/+2
2009-12-12commit/status: check $GIT_DIR/MERGE_HEAD only onceLibravatar Junio C Hamano1-6/+4
2009-12-07status: reduce duplicated setup codeLibravatar Jeff King1-12/+7
2009-12-07status: disable color for porcelain formatLibravatar Jeff King1-2/+2
2009-12-05status -s: obey color.statusLibravatar Michael J Gruber1-0/+4
2009-12-05builtin-commit: refactor short-status code into wt-status.cLibravatar Michael J Gruber1-97/+4
2009-12-03builtin-commit: add --date optionLibravatar Miklos Vajna1-1/+5
2009-11-30Merge branch 'em/commit-claim'Libravatar Junio C Hamano1-3/+9
2009-11-26status -s: respect the status.relativePaths optionLibravatar Michael J Gruber1-0/+2
2009-11-22Merge branch 'mm/config-pathname-tilde-expand'Libravatar Junio C Hamano1-1/+1
2009-11-17Expand ~ and ~user in core.excludesfile, commit.templateLibravatar Matthieu Moy1-1/+1
2009-11-06Merge branch 'jc/commit-s-subject-is-not-a-footer'Libravatar Junio C Hamano1-1/+1
2009-11-06builtin-commit.c: fix logic to omit empty line before existing footersLibravatar Junio C Hamano1-1/+1
2009-11-04commit -c/-C/--amend: reset timestamp and authorship to committer with --rese...Libravatar Erick Mattos1-3/+9
2009-10-30fixup tr/stash-format mergeLibravatar Junio C Hamano1-2/+6
2009-10-28commit: More generous accepting of RFC-2822 footer lines.Libravatar David Brown1-1/+42
2009-10-19Refactor pretty_print_commit arguments into a structLibravatar Thomas Rast1-2/+6
2009-09-05commit: support alternate status formatsLibravatar Jeff King1-7/+32
2009-09-05status: add --porcelain output formatLibravatar Jeff King1-1/+8
2009-09-05status: refactor format option parsingLibravatar Jeff King1-7/+14
2009-09-05status: refactor short-mode printing to its own functionLibravatar Jeff King1-20/+25
2009-09-05status: typo fix in usageLibravatar Jeff King1-1/+1
2009-08-22git status: not "commit --dry-run" anymoreLibravatar Junio C Hamano1-25/+4
2009-08-22git stat -s: short status outputLibravatar Junio C Hamano1-8/+106
2009-08-22git stat: the beginning of "status that is not a dry-run of commit"Libravatar Junio C Hamano1-10/+65
2009-08-15git commit --dry-run -v: show diff in color when askedLibravatar Junio C Hamano1-2/+4
2009-08-10Make git_status_config() file scope static to builtin-commit.cLibravatar Junio C Hamano1-0/+60
2009-08-10wt-status: move many global settings to wt_status structureLibravatar Junio C Hamano1-39/+48
2009-08-07commit: --dry-runLibravatar Junio C Hamano1-13/+16
2009-08-06wt-status.c: rework the way changes to the index and work tree are summarizedLibravatar Junio C Hamano1-5/+8
2009-06-27Use die_errno() instead of die() when checking syscallsLibravatar Thomas Rast1-2/+3
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Libravatar Thomas Rast1-13/+10
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsLibravatar Stephen Boyd1-8/+2
2009-05-25parse-opts: prepare for OPT_FILENAMELibravatar Stephen Boyd1-1/+2
2009-05-23commit: -F overrides -tLibravatar Stephen Boyd1-0/+4
2009-04-05Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano1-1/+2
2009-04-05Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-1/+2
2009-04-05commit: abort commit if interactive add failedLibravatar Jeff King1-1/+2
2009-02-10Generalize and libify index_is_dirty() to index_differs_from(...)Libravatar Stephan Beyer1-11/+2
2009-01-28Merge branch 'mh/maint-commit-color-status' into maintLibravatar Junio C Hamano1-0/+6
2009-01-25Merge branch 'cb/add-pathspec'Libravatar Junio C Hamano1-1/+1
2009-01-21Merge branch 'sb/hook-cleanup'Libravatar Junio C Hamano1-34/+0