summaryrefslogtreecommitdiff
path: root/builtin-commit.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-22Merge branch 'mo/status-untracked'Libravatar Junio C Hamano1-3/+15
2008-06-21Print errno upon failure to open the COMMIT_EDITMSG fileLibravatar Cristian Peraferrer1-1/+2
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesLibravatar Marius Storm-Olsen1-1/+3
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionLibravatar Marius Storm-Olsen1-3/+13
2008-06-02commit: drop duplicated parentsLibravatar Junio C Hamano1-0/+9
2008-05-27Merge 1.5.5.3 inLibravatar Junio C Hamano1-0/+2
2008-05-27commit --interactive: properly update the index before commitingLibravatar Gerrit Pape1-0/+2
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-4/+4
2008-05-21Merge branch 'ar/add-unreadable'Libravatar Junio C Hamano1-4/+5
2008-05-14Merge branch 'sb/committer'Libravatar Junio C Hamano1-40/+73
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-4/+4
2008-05-12Extend interface of add_files_to_cache to allow ignore indexing errorsLibravatar Alex Riesen1-1/+1
2008-05-12Make the exit code of add_file_to_index actually usefulLibravatar Alex Riesen1-3/+4
2008-05-11Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-05-11Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-1/+1
2008-05-11builtin-commit.c: add -u as short name for --untracked-filesLibravatar Sitaram Chamarty1-1/+1
2008-05-10Avoid some unnecessary lstat() callsLibravatar Linus Torvalds1-2/+4
2008-05-06commit: Show committer if automaticLibravatar Santi Béjar1-3/+16
2008-05-06commit: Show author if different from committerLibravatar Santi Béjar1-3/+23
2008-05-06Preparation to call determine_author_info from prepare_to_commitLibravatar Santi Béjar1-39/+39
2008-04-27Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-04-27Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-1/+1
2008-04-27Remove 'header' from --signoff option descriptionLibravatar Dan McGee1-1/+1
2008-04-19Merge branch 'jc/terminator-separator'Libravatar Junio C Hamano1-1/+1
2008-04-11Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-04-11Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-1/+1
2008-04-11builtin-commit.c: Remove a redundant assignment.Libravatar Johannes Sixt1-3/+1
2008-04-11Document option --only of git commitLibravatar Johannes Sixt1-1/+1
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Libravatar Junio C Hamano1-1/+1
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLibravatar Linus Torvalds1-1/+2
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLibravatar Linus Torvalds1-0/+1
2008-02-27Merge branch 'db/checkout'Libravatar Junio C Hamano1-1/+2
2008-02-18Add color.ui variable which globally enables colorization if setLibravatar Matthias Kestenholz1-0/+4
2008-02-16Merge branch 'pb/prepare-commit-msg'Libravatar Junio C Hamano1-108/+145
2008-02-16Merge branch 'maint'Libravatar Junio C Hamano1-0/+4
2008-02-16commit: discard index after setting up partial commitLibravatar Jeff King1-0/+4
2008-02-11Merge branch 'lt/in-core-index'Libravatar Junio C Hamano1-1/+1
2008-02-11builtin-commit.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-02-11builtin-commit: remove .git/SQUASH_MSG upon successful commitLibravatar Gerrit Pape1-0/+1
2008-02-09Allow callers of unpack_trees() to handle failureLibravatar Daniel Barkalow1-1/+2
2008-02-06git-commit: add a prepare-commit-msg hookLibravatar Paolo Bonzini1-0/+21
2008-02-06git-commit: Refactor creation of log message.Libravatar Paolo Bonzini1-83/+88
2008-02-06git-commit: set GIT_EDITOR=: if editor will not be launchedLibravatar Paolo Bonzini1-0/+2
2008-02-06git-commit: support variable number of hook argumentsLibravatar Paolo Bonzini1-26/+35
2008-02-03Fix "git-commit -C $tag"Libravatar Junio C Hamano1-1/+1
2008-01-23git-commit: exit non-zero if we fail to commit the indexLibravatar Brandon Casey1-4/+11
2008-01-21Make on-disk index representation separate from in-core oneLibravatar Linus Torvalds1-1/+1
2008-01-16Improve use of lockfile APILibravatar Brandon Casey1-3/+6
2008-01-16Make builtin-commit.c more careful about parenthoodLibravatar Linus Torvalds1-5/+19
2008-01-15git-commit: fix double close(2) that can close a wrong file descriptorLibravatar Kristian Høgsberg1-4/+4