summaryrefslogtreecommitdiff
path: root/builtin-commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge branch 'sb/hook-cleanup'Junio C Hamano2009-01-211-34/+0
|\ \ \ \ \
| * | | | | Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer2009-01-171-34/+0
| |/ / / /
* | | | | commit: more compact summary and without extra quotesSanti BĂ©jar2009-01-191-2/+2
* | | | | Merge branch 'mh/maint-commit-color-status'Junio C Hamano2009-01-171-0/+6
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | git-status -v: color diff output when color.ui is setMarkus Heidelberg2009-01-081-0/+3
| * | | git-commit: color status output when color.ui is setMarkus Heidelberg2009-01-081-0/+3
| |/ /
* | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-171-1/+0
|\ \ \ | |/ / |/| / | |/
| * builtin-commit.c: do not remove COMMIT_EDITMSGStephan Beyer2009-01-171-1/+0
* | builtin-commit: remove unused message variableMarkus Heidelberg2008-12-131-5/+0
* | git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano2008-11-301-1/+1
* | Add cache preload facilityLinus Torvalds2008-11-141-4/+4
* | Merge branch 'jk/maint-commit-v-strip'Junio C Hamano2008-11-121-3/+5
|\ \ | |/
| * commit: Fix stripping of patch in verbose mode.Jeff King2008-11-121-3/+5
* | Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-211-1/+3
|\ \ | |/
| * Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-1/+2
* | Merge branch 'mv/merge-noff'Junio C Hamano2008-10-191-1/+13
|\ \
| * | builtin-commit: use reduce_heads() only when appropriateMiklos Vajna2008-10-031-2/+14
* | | Merge branch 'pb/commit-where'Junio C Hamano2008-10-181-3/+12
|\ \ \
| * | | reformat informational commit messageJeff King2008-10-021-27/+10
| * | | git commit: Reformat output somewhatAndreas Ericsson2008-09-301-7/+5
| * | | builtin-commit.c: show on which branch a commit was addedPieter de Bie2008-09-071-2/+30
* | | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-10/+5
| |/ / |/| |