summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)Author
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
2008-02-17Merge branch 'pb/prepare-commit-msg'Junio C Hamano
2008-02-16Merge branch 'maint'Junio C Hamano
2008-02-16commit: discard index after setting up partial commitJeff King
2008-02-12Merge branch 'lt/in-core-index'Junio C Hamano
2008-02-11builtin-commit.c: guard config parser from value=NULLJunio C Hamano
2008-02-11builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape
2008-02-10Allow callers of unpack_trees() to handle failureDaniel Barkalow
2008-02-06git-commit: add a prepare-commit-msg hookPaolo Bonzini
2008-02-06git-commit: Refactor creation of log message.Paolo Bonzini
2008-02-06git-commit: set GIT_EDITOR=: if editor will not be launchedPaolo Bonzini
2008-02-06git-commit: support variable number of hook argumentsPaolo Bonzini
2008-02-03Fix "git-commit -C $tag"Junio C Hamano
2008-01-23git-commit: exit non-zero if we fail to commit the indexBrandon Casey
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2008-01-16Improve use of lockfile APIBrandon Casey
2008-01-16Make builtin-commit.c more careful about parenthoodLinus Torvalds
2008-01-16git-commit: fix double close(2) that can close a wrong file descriptorKristian Høgsberg
2008-01-14Revert "builtin-commit.c: remove useless check added by faulty cut and paste"Junio C Hamano
2008-01-13builtin-commit.c: remove useless check added by faulty cut and pasteJunio C Hamano
2008-01-13Fix performance regression for partial commitsLinus Torvalds
2007-12-23Allow selection of different cleanup modes for commit messagesAlex Riesen