75 Commits (64c0d71ce91696dfe5beb4b51e3233e56c857290)

Author SHA1 Message Date
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
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
Junio C Hamano 1eb1e9eea4 commit: allow --amend to reuse message from another commit 17 years ago
Junio C Hamano 37d07f8f98 git-commit: squelch needless message during an empty merge 17 years ago
Junio C Hamano bf82a15095 commit: do not add extra LF at the end of the summary. 17 years ago
Junio C Hamano 774751a8bc Re-fix "builtin-commit: fix --signoff" 17 years ago
Junio C Hamano 740001a578 Fix commit-msg hook to allow editing 17 years ago
Wincent Colaiuta 6b95655d7d Allow --no-verify to bypass commit-msg hook 17 years ago
Jeff King 46f721c8fe add status.relativePaths config variable 17 years ago
Junio C Hamano 5241b6bfe2 git-commit --allow-empty 17 years ago
Junio C Hamano 9663c3bc6a git-commit: Allow to amend a merge commit that does not change the tree 17 years ago
Shawn Bohrer 2f02b25f36 Make git status usage say git status instead of git commit 17 years ago
Junio C Hamano d9ccfe7711 Fix --signoff in builtin-commit differently. 17 years ago
Jeff King b5b644a93a git-commit: clean up die messages 17 years ago
Alex Riesen 7168624c35 Do not generate full commit log message if it is not going to be used 17 years ago
Kristian Høgsberg a98b819183 Fix off-by-one error when truncating the diff out of the commit message. 17 years ago
Pierre Habouzit 8babab95af builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well. 17 years ago
Junio C Hamano 3f061887c5 add -i: Fix running from a subdirectory 17 years ago
Kristian Høgsberg 99a1269458 builtin-commit: Include the diff in the commit message when verbose. 17 years ago
Junio C Hamano 2888605c64 builtin-commit: fix partial-commit support 17 years ago