summaryrefslogtreecommitdiff
path: root/builtin-commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Advertise the ability to abort a commitAnders Melchiorsen2008-07-301-0/+1
* | editor.c: Libify launch_editor()Stephan Beyer2008-07-251-1/+5
* | Make non-static functions, that may be static, staticStephan Beyer2008-07-231-1/+1
* | builtin-commit: Two trivial style-cleanupsJohannes Schindelin2008-07-231-4/+3
* | Rename path_list to string_listJohannes Schindelin2008-07-211-10/+10
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-161-2/+2
|\ \
| * | Make usage strings dash-lessStephan Beyer2008-07-131-2/+2
* | | rerere: Separate libgit and builtin functionsStephan Beyer2008-07-101-0/+1
|/ /
* | Merge branch 'qq/maint'Junio C Hamano2008-07-051-7/+4
|\ \ | |/
| * builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro2008-07-051-7/+4
* | Merge branch 'mo/status-untracked'Junio C Hamano2008-06-221-3/+15
|\ \
| * | Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen2008-06-091-1/+3
| * | Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen2008-06-091-3/+13
| |/
* | Print errno upon failure to open the COMMIT_EDITMSG fileCristian Peraferrer2008-06-211-1/+2
|/