aboutsummaryrefslogtreecommitdiff
path: root/builtin-commit.c
Commit message (Expand)AuthorAge
* Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano2009-12-16
|\
| * ignore unknown color configurationJeff King2009-12-16
* | Merge branch 'em/commit-claim'Junio C Hamano2009-11-30
|\ \
| * | commit -c/-C/--amend: reset timestamp and authorship to committer with --rese...Erick Mattos2009-11-04
* | | Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano2009-11-22
|\ \ \ | | |/ | |/|
| * | Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy2009-11-17
* | | Merge branch 'jc/commit-s-subject-is-not-a-footer'Junio C Hamano2009-11-06
|\ \ \ | |_|/ |/| |
| * | builtin-commit.c: fix logic to omit empty line before existing footersJunio C Hamano2009-11-06
* | | fixup tr/stash-format mergeJunio C Hamano2009-10-30
|\ \ \ | |/ / |/| |
| * | Refactor pretty_print_commit arguments into a structThomas Rast2009-10-19
| |/
* | commit: More generous accepting of RFC-2822 footer lines.David Brown2009-10-28
|/
* git commit --dry-run -v: show diff in color when askedJunio C Hamano2009-08-15
* Make git_status_config() file scope static to builtin-commit.cJunio C Hamano2009-08-10
* wt-status: move many global settings to wt_status structureJunio C Hamano2009-08-10
* commit: --dry-runJunio C Hamano2009-08-07
* wt-status.c: rework the way changes to the index and work tree are summarizedJunio C Hamano2009-08-06
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-25
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
* commit: -F overrides -tStephen Boyd2009-05-23
* Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-05
|\
| * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-05
| |\
| | * commit: abort commit if interactive add failedJeff King2009-04-05
| * | Merge branch 'mh/maint-commit-color-status' into maintJunio C Hamano2009-01-28
| |\ \
* | | | Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer2009-02-10
* | | | Merge branch 'cb/add-pathspec'Junio C Hamano2009-01-25
|\ \ \ \
| * | | | remove pathspec_match, use match_pathspec insteadClemens Buchacher2009-01-14
* | | | | Merge branch 'sb/hook-cleanup'Junio C Hamano2009-01-21
|\ \ \ \ \
| * | | | | Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer2009-01-17
| |/ / / /
* | | | | commit: more compact summary and without extra quotesSanti BĂ©jar2009-01-19
* | | | | Merge branch 'mh/maint-commit-color-status'Junio C Hamano2009-01-17
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | git-status -v: color diff output when color.ui is setMarkus Heidelberg2009-01-08
| * | | git-commit: color status output when color.ui is setMarkus Heidelberg2009-01-08
| |/ /
* | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-17
|\ \ \ | |/ / |/| / | |/
| * builtin-commit.c: do not remove COMMIT_EDITMSGStephan Beyer2009-01-17
* | builtin-commit: remove unused message variableMarkus Heidelberg2008-12-13
* | git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano2008-11-30
* | Add cache preload facilityLinus Torvalds2008-11-14
* | Merge branch 'jk/maint-commit-v-strip'Junio C Hamano2008-11-12
|\ \ | |/
| * commit: Fix stripping of patch in verbose mode.Jeff King2008-11-12
* | Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-21
|\ \ | |/
| * Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-19
* | Merge branch 'mv/merge-noff'Junio C Hamano2008-10-19
|\ \
| * | builtin-commit: use reduce_heads() only when appropriateMiklos Vajna2008-10-03
* | | Merge branch 'pb/commit-where'Junio C Hamano2008-10-18
|\ \ \
| * | | reformat informational commit messageJeff King2008-10-02
| * | | git commit: Reformat output somewhatAndreas Ericsson2008-09-30
| * | | builtin-commit.c: show on which branch a commit was addedPieter de Bie2008-09-07
* | | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
| |/ / |/| |