summaryrefslogtreecommitdiff
path: root/builtin-commit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mv/commit-date'Junio C Hamano2010-01-071-1/+5
|\
| * builtin-commit: add --date optionMiklos Vajna2009-12-031-1/+5
* | Merge branch 'maint'Junio C Hamano2009-12-301-2/+4
|\ \
| * \ Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-12-301-2/+4
| |\ \
| | * \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-12-291-2/+4
| | |\ \
| | | * | commit: --cleanup is a message optionGreg Price2009-12-291-2/+4
* | | | | Merge branch 'jk/1.7.0-status'Junio C Hamano2009-12-271-20/+104
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano2009-12-121-0/+2
| * | | | commit/status: check $GIT_DIR/MERGE_HEAD only onceJunio C Hamano2009-12-121-6/+4
| * | | | status: reduce duplicated setup codeJeff King2009-12-071-12/+7
| * | | | status: disable color for porcelain formatJeff King2009-12-071-2/+2
| * | | | status -s: obey color.statusMichael J Gruber2009-12-051-0/+4
| * | | | builtin-commit: refactor short-status code into wt-status.cMichael J Gruber2009-12-051-97/+4
| * | | | status -s: respect the status.relativePaths optionMichael J Gruber2009-11-261-0/+2
| * | | | commit: support alternate status formatsJeff King2009-09-051-7/+32
| * | | | status: add --porcelain output formatJeff King2009-09-051-1/+8
| * | | | status: refactor format option parsingJeff King2009-09-051-7/+14
| * | | | status: refactor short-mode printing to its own functionJeff King2009-09-051-20/+25
| * | | | status: typo fix in usageJeff King2009-09-051-1/+1
| * | | | git status: not "commit --dry-run" anymoreJunio C Hamano2009-08-221-25/+4
| * | | | git stat -s: short status outputJunio C Hamano2009-08-221-8/+106
| * | | | git stat: the beginning of "status that is not a dry-run of commit"Junio C Hamano2009-08-221-10/+65
* | | | | Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano2009-12-161-1/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ignore unknown color configurationJeff King2009-12-161-1/+3
* | | | | Merge branch 'em/commit-claim'Junio C Hamano2009-11-301-3/+9
|\ \ \ \ \
| * | | | | commit -c/-C/--amend: reset timestamp and authorship to committer with --rese...Erick Mattos2009-11-041-3/+9
* | | | | | Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano2009-11-221-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy2009-11-171-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/commit-s-subject-is-not-a-footer'Junio C Hamano2009-11-061-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | builtin-commit.c: fix logic to omit empty line before existing footersJunio C Hamano2009-11-061-1/+1
* | | | | fixup tr/stash-format mergeJunio C Hamano2009-10-301-2/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Refactor pretty_print_commit arguments into a structThomas Rast2009-10-191-2/+6
| |/ / /
* | | | commit: More generous accepting of RFC-2822 footer lines.David Brown2009-10-281-1/+42
|/ / /
* | | git commit --dry-run -v: show diff in color when askedJunio C Hamano2009-08-151-2/+4
* | | Make git_status_config() file scope static to builtin-commit.cJunio C Hamano2009-08-101-0/+60
* | | wt-status: move many global settings to wt_status structureJunio C Hamano2009-08-101-39/+48
* | | commit: --dry-runJunio C Hamano2009-08-071-13/+16
* | | wt-status.c: rework the way changes to the index and work tree are summarizedJunio C Hamano2009-08-061-5/+8
* | | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-2/+3
* | | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-13/+10
* | | parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-251-8/+2
* | | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+2
* | | commit: -F overrides -tStephen Boyd2009-05-231-0/+4
* | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-051-1/+2
|\ \ \ | |/ /
| * | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-051-1/+2
| |\ \ | | |/
| | * commit: abort commit if interactive add failedJeff King2009-04-051-1/+2
| * | Merge branch 'mh/maint-commit-color-status' into maintJunio C Hamano2009-01-281-0/+6
| |\ \
* | | | Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer2009-02-101-11/+2
* | | | Merge branch 'cb/add-pathspec'Junio C Hamano2009-01-251-1/+1
|\ \ \ \
| * | | | remove pathspec_match, use match_pathspec insteadClemens Buchacher2009-01-141-1/+1