aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-06Sync with 1.5.6.5Junio C Hamano1-4/+7
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano1-4/+7
2008-07-31Compact commit template messageJeff King1-7/+12
2008-07-30Advertise the ability to abort a commitAnders Melchiorsen1-0/+1
2008-07-25editor.c: Libify launch_editor()Stephan Beyer1-1/+5
2008-07-23Make non-static functions, that may be static, staticStephan Beyer1-1/+1
2008-07-23builtin-commit: Two trivial style-cleanupsJohannes Schindelin1-4/+3
2008-07-21Rename path_list to string_listJohannes Schindelin1-10/+10
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-2/+2
2008-07-13Make usage strings dash-lessStephan Beyer1-2/+2
2008-07-10rerere: Separate libgit and builtin functionsStephan Beyer1-0/+1
2008-07-05Merge branch 'qq/maint'Junio C Hamano1-7/+4
2008-07-05builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro1-7/+4
2008-06-22Merge branch 'mo/status-untracked'Junio C Hamano1-3/+15
2008-06-21Print errno upon failure to open the COMMIT_EDITMSG fileCristian Peraferrer1-1/+2
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen1-1/+3
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen1-3/+13
2008-06-02commit: drop duplicated parentsJunio C Hamano1-0/+9
2008-05-27Merge 1.5.5.3 inJunio C Hamano1-0/+2
2008-05-27commit --interactive: properly update the index before commitingGerrit Pape1-0/+2
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-4/+4
2008-05-21Merge branch 'ar/add-unreadable'Junio C Hamano1-4/+5
2008-05-14Merge branch 'sb/committer'Junio C Hamano1-40/+73
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-4/+4
2008-05-12Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen1-1/+1
2008-05-12Make the exit code of add_file_to_index actually usefulAlex Riesen1-3/+4
2008-05-11Merge branch 'maint'Junio C Hamano1-1/+1
2008-05-11Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-05-11builtin-commit.c: add -u as short name for --untracked-filesSitaram Chamarty1-1/+1
2008-05-10Avoid some unnecessary lstat() callsLinus Torvalds1-2/+4
2008-05-06commit: Show committer if automaticSanti Béjar1-3/+16
2008-05-06commit: Show author if different from committerSanti Béjar1-3/+23
2008-05-06Preparation to call determine_author_info from prepare_to_commitSanti Béjar1-39/+39
2008-04-27Merge branch 'maint'Junio C Hamano1-1/+1
2008-04-27Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-27Remove 'header' from --signoff option descriptionDan McGee1-1/+1
2008-04-19Merge branch 'jc/terminator-separator'Junio C Hamano1-1/+1
2008-04-11Merge branch 'maint'Junio C Hamano1-1/+1
2008-04-11Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-11builtin-commit.c: Remove a redundant assignment.Johannes Sixt1-3/+1
2008-04-11Document option --only of git commitJohannes Sixt1-1/+1
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano1-1/+1
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds1-1/+2
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds1-0/+1
2008-02-27Merge branch 'db/checkout'Junio C Hamano1-1/+2
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz1-0/+4
2008-02-16Merge branch 'pb/prepare-commit-msg'Junio C Hamano1-108/+145
2008-02-16Merge branch 'maint'Junio C Hamano1-0/+4
2008-02-16commit: discard index after setting up partial commitJeff King1-0/+4
2008-02-11Merge branch 'lt/in-core-index'Junio C Hamano1-1/+1