summaryrefslogtreecommitdiff
path: root/builtin-commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / |/| |
* | | Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce2008-09-291-1/+1
|\ \ \
| * \ \ Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce2008-09-291-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Clarify commit error message for unmerged filesRafael Garcia-Suarez2008-09-291-1/+1
* | | builtin-commit: use commit_tree()Miklos Vajna2008-09-101-51/+16
|/ /
* | Merge branch 'jc/author-nickname'Junio C Hamano2008-09-021-0/+28
|\ \
| * | git commit --author=$name: look $name up in existing commitsJunio C Hamano2008-08-301-0/+28
| |/
* | cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra2008-08-311-1/+1
|/
* pretty=format: respect date format optionsJeff King2008-08-291-1/+1
* Sync with 1.5.6.5Junio C Hamano2008-08-061-4/+7
|\
| * Files given on the command line are relative to $cwdJunio C Hamano2008-08-061-4/+7
* | Compact commit template messageJeff King2008-07-311-7/+12