126 Commits (07b57e90f7c852c4fe212ab1d91058f27469a74b)

Author SHA1 Message Date
Markus Heidelberg 7e76aba317 builtin-commit: remove unused message variable 16 years ago
Junio C Hamano 331fcb598e git add --intent-to-add: do not let an empty blob be committed by accident 16 years ago
Linus Torvalds 671c9b7e31 Add cache preload facility 16 years ago
Jeff King 0b38227f28 commit: Fix stripping of patch in verbose mode. 16 years ago
Junio C Hamano acd3b9eca8 Enhance hold_lock_file_for_{update,append}() API 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Miklos Vajna cf10f9fdd5 builtin-commit: use reduce_heads() only when appropriate 16 years ago
Jeff King c85db254d9 reformat informational commit message 16 years ago
Andreas Ericsson 72c69ebc03 git commit: Reformat output somewhat 16 years ago
Rafael Garcia-Suarez cbce6c0be3 Clarify commit error message for unmerged files 16 years ago
Miklos Vajna 6bb6b0341a builtin-commit: use commit_tree() 17 years ago
Pieter de Bie e502f9e7e6 builtin-commit.c: show on which branch a commit was added 17 years ago
David Soria Parra 85e7283069 cast pid_t's to uintmax_t to improve portability 17 years ago
Junio C Hamano 146ea068a0 git commit --author=$name: look $name up in existing commits 17 years ago
Jeff King d36f8679e9 pretty=format: respect date format options 17 years ago
Junio C Hamano dbd0f5c769 Files given on the command line are relative to $cwd 17 years ago
Jeff King fdc7c81111 Compact commit template message 17 years ago
Anders Melchiorsen bd2574ca69 Advertise the ability to abort a commit 17 years ago
Stephan Beyer 7198203ae3 editor.c: Libify launch_editor() 17 years ago
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