99 Commits (d82f33e20dcf068e679eff2a16ecf8fe7b10fb31)

Author SHA1 Message Date
Stephan Beyer 186458b11b Make non-static functions, that may be static, static 17 years ago
Johannes Schindelin 3b6aeb3cc3 builtin-commit: Two trivial style-cleanups 17 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Stephan Beyer 5b2fd95606 rerere: Separate libgit and builtin functions 17 years ago
Brian Hetro 984c6e7ec1 builtin-commit.c: Use 'git_config_string' to get 'commit.template' 17 years ago
Cristian Peraferrer cdeaf10f7e Print errno upon failure to open the COMMIT_EDITMSG file 17 years ago
Marius Storm-Olsen 6c2ce048bb Add argument 'no' commit/status option -u|--untracked-files 17 years ago
Marius Storm-Olsen 4bfee30a98 Add an optional <mode> argument to commit/status -u|--untracked-files option 17 years ago
Junio C Hamano 67bfc030d7 commit: drop duplicated parents 17 years ago
Gerrit Pape d5350fd2b3 commit --interactive: properly update the index before commiting 17 years ago
Junio C Hamano 38ed1d89f7 "git-add -n -u" should not add but just report 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Alex Riesen 7ae02a30e8 Extend interface of add_files_to_cache to allow ignore indexing errors 17 years ago
Alex Riesen 960b8ad1b1 Make the exit code of add_file_to_index actually useful 17 years ago
Sitaram Chamarty e1645901ed builtin-commit.c: add -u as short name for --untracked-files 17 years ago
Linus Torvalds d177cab048 Avoid some unnecessary lstat() calls 17 years ago
Santi Béjar bb1ae3f6ff commit: Show committer if automatic 17 years ago
Santi Béjar e83dbe802f commit: Show author if different from committer 17 years ago
Santi Béjar a45d46ba72 Preparation to call determine_author_info from prepare_to_commit 17 years ago
Dan McGee 362b0dd523 Remove 'header' from --signoff option description 17 years ago
Johannes Sixt 3c5283f8b1 builtin-commit.c: Remove a redundant assignment. 17 years ago
Johannes Sixt d4ba07cac5 Document option --only of git commit 17 years ago
Junio C Hamano 4da45bef56 log: teach "terminator" vs "separator" mode to "--pretty=format" 17 years ago
Linus Torvalds 34110cd4e3 Make 'unpack_trees()' have a separate source and destination index 17 years ago
Linus Torvalds bc052d7f43 Make 'unpack_trees()' take the index to work on as an argument 17 years ago
Matthias Kestenholz 6b2f2d9805 Add color.ui variable which globally enables colorization if set 17 years ago
Jeff King 959ba670ad commit: discard index after setting up partial commit 17 years ago
Junio C Hamano d865eb2a0d builtin-commit.c: guard config parser from value=NULL 17 years ago
Gerrit Pape 5a95b85566 builtin-commit: remove .git/SQUASH_MSG upon successful commit 17 years ago
Daniel Barkalow 203a2fe117 Allow callers of unpack_trees() to handle failure 17 years ago
Paolo Bonzini 8089c85bcb git-commit: add a prepare-commit-msg hook 17 years ago
Paolo Bonzini ec84bd000a git-commit: Refactor creation of log message. 17 years ago
Paolo Bonzini 406400ce4f git-commit: set GIT_EDITOR=: if editor will not be launched 17 years ago
Paolo Bonzini 3473f3035d git-commit: support variable number of hook arguments 17 years ago
Junio C Hamano 8a2f87332b Fix "git-commit -C $tag" 17 years ago
Brandon Casey 5a9dd3998f git-commit: exit non-zero if we fail to commit the index 17 years ago
Linus Torvalds 7a51ed66f6 Make on-disk index representation separate from in-core one 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Linus Torvalds 7c3fd25dcf Make builtin-commit.c more careful about parenthood 17 years ago
Kristian Høgsberg 4439751dcb git-commit: fix double close(2) that can close a wrong file descriptor 17 years ago
Junio C Hamano e87e22d0f2 Revert "builtin-commit.c: remove useless check added by faulty cut and paste" 17 years ago
Junio C Hamano 16335fdd7a builtin-commit.c: remove useless check added by faulty cut and paste 17 years ago
Linus Torvalds fa9dcf80e1 Fix performance regression for partial commits 17 years ago
Alex Riesen 5f06573743 Allow selection of different cleanup modes for commit messages 17 years ago
Junio C Hamano 4803466f62 builtin-commit: avoid double-negation in the code. 17 years ago
Junio C Hamano d616a23964 builtin-commit: fix amending of the initial commit 17 years ago
Junio C Hamano fbcf118402 fix git commit --amend -m "new message" 17 years ago
Junio C Hamano 3eb2a15eb3 builtin-commit: make summary output consistent with status 17 years ago
Junio C Hamano 1596456309 builtin-commit: fix summary output. 17 years ago