summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)Author
2008-09-03Merge branch 'jc/author-nickname'Junio C Hamano
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra
2008-08-31git commit --author=$name: look $name up in existing commitsJunio C Hamano
2008-08-29pretty=format: respect date format optionsJeff King
2008-08-06Sync with 1.5.6.5Junio C Hamano
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano
2008-07-31Compact commit template messageJeff King
2008-07-30Advertise the ability to abort a commitAnders Melchiorsen
2008-07-26editor.c: Libify launch_editor()Stephan Beyer
2008-07-24Make non-static functions, that may be static, staticStephan Beyer
2008-07-23builtin-commit: Two trivial style-cleanupsJohannes Schindelin
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-10rerere: Separate libgit and builtin functionsStephan Beyer
2008-07-06Merge branch 'qq/maint'Junio C Hamano
2008-07-06builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro
2008-06-22Merge branch 'mo/status-untracked'Junio C Hamano
2008-06-21Print errno upon failure to open the COMMIT_EDITMSG fileCristian Peraferrer
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen
2008-06-03commit: drop duplicated parentsJunio C Hamano
2008-05-28Merge 1.5.5.3 inJunio C Hamano
2008-05-28commit --interactive: properly update the index before commitingGerrit Pape
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-21Merge branch 'ar/add-unreadable'Junio C Hamano
2008-05-14Merge branch 'sb/committer'Junio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-13Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen
2008-05-13Make the exit code of add_file_to_index actually usefulAlex Riesen
2008-05-11Merge branch 'maint'Junio C Hamano
2008-05-11Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-05-11builtin-commit.c: add -u as short name for --untracked-filesSitaram Chamarty
2008-05-11Avoid some unnecessary lstat() callsLinus Torvalds
2008-05-06commit: Show committer if automaticSanti Béjar
2008-05-06commit: Show author if different from committerSanti Béjar
2008-05-06Preparation to call determine_author_info from prepare_to_commitSanti Béjar
2008-04-28Merge branch 'maint'Junio C Hamano
2008-04-28Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-28Remove 'header' from --signoff option descriptionDan McGee
2008-04-20Merge branch 'jc/terminator-separator'Junio C Hamano
2008-04-12Merge branch 'maint'Junio C Hamano
2008-04-12Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-12builtin-commit.c: Remove a redundant assignment.Johannes Sixt
2008-04-11Document option --only of git commitJohannes Sixt
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds
2008-02-27Merge branch 'db/checkout'Junio C Hamano
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz