summaryrefslogtreecommitdiffstats
path: root/builtin-commit.c
AgeCommit message (Expand)AuthorLines
2008-10-19Merge branch 'mv/merge-noff'Junio C Hamano-1/+13
2008-10-18Merge branch 'pb/commit-where'Junio C Hamano-3/+12
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey-10/+5
2008-10-03builtin-commit: use reduce_heads() only when appropriateMiklos Vajna-2/+14
2008-10-02reformat informational commit messageJeff King-27/+10
2008-09-30git commit: Reformat output somewhatAndreas Ericsson-7/+5
2008-09-29Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce-1/+1
2008-09-29Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce-1/+1
2008-09-29Clarify commit error message for unmerged filesRafael Garcia-Suarez-1/+1
2008-09-10builtin-commit: use commit_tree()Miklos Vajna-51/+16
2008-09-07builtin-commit.c: show on which branch a commit was addedPieter de Bie-2/+30
2008-09-02Merge branch 'jc/author-nickname'Junio C Hamano-0/+28
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra-1/+1
2008-08-30git commit --author=$name: look $name up in existing commitsJunio C Hamano-0/+28
2008-08-29pretty=format: respect date format optionsJeff King-1/+1
2008-08-06Sync with 1.5.6.5Junio C Hamano-4/+7
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano-4/+7
2008-07-31Compact commit template messageJeff King-7/+12
2008-07-30Advertise the ability to abort a commitAnders Melchiorsen-0/+1
2008-07-25editor.c: Libify launch_editor()Stephan Beyer-1/+5
2008-07-23Make non-static functions, that may be static, staticStephan Beyer-1/+1
2008-07-23builtin-commit: Two trivial style-cleanupsJohannes Schindelin-4/+3
2008-07-21Rename path_list to string_listJohannes Schindelin-10/+10
2008-07-16Merge branch 'sb/dashless'Junio C Hamano-2/+2
2008-07-13Make usage strings dash-lessStephan Beyer-2/+2
2008-07-10rerere: Separate libgit and builtin functionsStephan Beyer-0/+1
2008-07-05Merge branch 'qq/maint'Junio C Hamano-7/+4
2008-07-05builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro-7/+4
2008-06-22Merge branch 'mo/status-untracked'Junio C Hamano-3/+15
2008-06-21Print errno upon failure to open the COMMIT_EDITMSG fileCristian Peraferrer-1/+2
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen-1/+3
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen-3/+13
2008-06-02commit: drop duplicated parentsJunio C Hamano-0/+9
2008-05-27Merge 1.5.5.3 inJunio C Hamano-0/+2
2008-05-27commit --interactive: properly update the index before commitingGerrit Pape-0/+2
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano-4/+4
2008-05-21Merge branch 'ar/add-unreadable'Junio C Hamano-4/+5
2008-05-14Merge branch 'sb/committer'Junio C Hamano-40/+73
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-4/+4
2008-05-12Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen-1/+1
2008-05-12Make the exit code of add_file_to_index actually usefulAlex Riesen-3/+4
2008-05-11Merge branch 'maint'Junio C Hamano-1/+1
2008-05-11Merge branch 'maint-1.5.4' into maintJunio C Hamano-1/+1
2008-05-11builtin-commit.c: add -u as short name for --untracked-filesSitaram Chamarty-1/+1
2008-05-10Avoid some unnecessary lstat() callsLinus Torvalds-2/+4
2008-05-06commit: Show committer if automaticSanti Béjar-3/+16
2008-05-06commit: Show author if different from committerSanti Béjar-3/+23
2008-05-06Preparation to call determine_author_info from prepare_to_commitSanti Béjar-39/+39
2008-04-27Merge branch 'maint'Junio C Hamano-1/+1
2008-04-27Merge branch 'maint-1.5.4' into maintJunio C Hamano-1/+1