summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)AuthorFilesLines
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-106/+143
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
2008-02-11builtin-commit.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-11builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape1-0/+1
2008-02-09Allow callers of unpack_trees() to handle failureDaniel Barkalow1-1/+2
2008-02-06git-commit: add a prepare-commit-msg hookPaolo Bonzini1-0/+21
2008-02-06git-commit: Refactor creation of log message.Paolo Bonzini1-82/+87
2008-02-06git-commit: set GIT_EDITOR=: if editor will not be launchedPaolo Bonzini1-0/+2
2008-02-06git-commit: support variable number of hook argumentsPaolo Bonzini1-26/+35
2008-02-03Fix "git-commit -C $tag"Junio C Hamano1-1/+1
2008-01-23git-commit: exit non-zero if we fail to commit the indexBrandon Casey1-4/+11
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-1/+1
2008-01-16Improve use of lockfile APIBrandon Casey1-3/+6
2008-01-16Make builtin-commit.c more careful about parenthoodLinus Torvalds1-5/+19
2008-01-15git-commit: fix double close(2) that can close a wrong file descriptorKristian Høgsberg1-4/+4
2008-01-14Revert "builtin-commit.c: remove useless check added by faulty cut and paste"Junio C Hamano1-0/+2
2008-01-13builtin-commit.c: remove useless check added by faulty cut and pasteJunio C Hamano1-2/+0
2008-01-13Fix performance regression for partial commitsLinus Torvalds1-9/+28
2007-12-22Allow selection of different cleanup modes for commit messagesAlex Riesen1-4/+38