summaryrefslogtreecommitdiff
path: root/builtin-commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* commit: drop duplicated parentsJunio C Hamano2008-06-021-0/+9
* Merge 1.5.5.3 inJunio C Hamano2008-05-271-0/+2
|\
| * commit --interactive: properly update the index before commitingGerrit Pape2008-05-271-0/+2
* | Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-4/+4
|\ \
| * | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-4/+4
* | | Merge branch 'ar/add-unreadable'Junio C Hamano2008-05-211-4/+5
|\ \ \
| * | | Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen2008-05-121-1/+1
| * | | Make the exit code of add_file_to_index actually usefulAlex Riesen2008-05-121-3/+4
| |/ /
* | | Merge branch 'sb/committer'Junio C Hamano2008-05-141-40/+73
|\ \ \ | |/ / |/| |
| * | commit: Show committer if automaticSanti Béjar2008-05-061-3/+16
| * | commit: Show author if different from committerSanti Béjar2008-05-061-3/+23
| * | Preparation to call determine_author_info from prepare_to_commitSanti Béjar2008-05-061-39/+39
* | | Merge branch 'maint'Junio C Hamano2008-05-111-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-111-1/+1
| |\ \
| | * | builtin-commit.c: add -u as short name for --untracked-filesSitaram Chamarty2008-05-111-1/+1
* | | | Avoid some unnecessary lstat() callsLinus Torvalds2008-05-101-2/+4
| |_|/ |/| |