Sign in
googlers
/
jrn
/
git
/
1fc561d169ac08c411e34a4439894c5201b3d080
/
builtin-commit.c
1947bdb
Merge branch 'mo/status-untracked'
by Junio C Hamano
· 17 years ago
cdeaf10
Print errno upon failure to open the COMMIT_EDITMSG file
by Cristian Peraferrer
· 17 years ago
6c2ce04
Add argument 'no' commit/status option -u|--untracked-files
by Marius Storm-Olsen
· 17 years ago
4bfee30
Add an optional <mode> argument to commit/status -u|--untracked-files option
by Marius Storm-Olsen
· 17 years ago
67bfc03
commit: drop duplicated parents
by Junio C Hamano
· 17 years ago
b71ce7f
Merge 1.5.5.3 in
by Junio C Hamano
· 17 years ago
d5350fd
commit --interactive: properly update the index before commiting
by Gerrit Pape
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
9d88058
Merge branch 'ar/add-unreadable'
by Junio C Hamano
· 17 years ago
b66ae79
Merge branch 'sb/committer'
by Junio C Hamano
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
7ae02a3
Extend interface of add_files_to_cache to allow ignore indexing errors
by Alex Riesen
· 17 years ago
960b8ad
Make the exit code of add_file_to_index actually useful
by Alex Riesen
· 17 years ago
65ea3b8
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
3e08f5d
Merge branch 'maint-1.5.4' into maint
by Junio C Hamano
· 17 years ago
e164590
builtin-commit.c: add -u as short name for --untracked-files
by Sitaram Chamarty
· 17 years ago
d177cab
Avoid some unnecessary lstat() calls
by Linus Torvalds
· 17 years ago
bb1ae3f
commit: Show committer if automatic
by Santi Béjar
· 17 years ago
e83dbe8
commit: Show author if different from committer
by Santi Béjar
· 17 years ago
a45d46b
Preparation to call determine_author_info from prepare_to_commit
by Santi Béjar
· 17 years ago
633d1fe
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
5736a37
Merge branch 'maint-1.5.4' into maint
by Junio C Hamano
· 17 years ago
362b0dd
Remove 'header' from --signoff option description
by Dan McGee
· 17 years ago
d523016
Merge branch 'jc/terminator-separator'
by Junio C Hamano
· 17 years ago
4cdda2b
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
eed8183
Merge branch 'maint-1.5.4' into maint
by Junio C Hamano
· 17 years ago
3c5283f
builtin-commit.c: Remove a redundant assignment.
by Johannes Sixt
· 17 years ago
d4ba07c
Document option --only of git commit
by Johannes Sixt
· 17 years ago
4da45be
log: teach "terminator" vs "separator" mode to "--pretty=format"
by Junio C Hamano
· 17 years ago
34110cd
Make 'unpack_trees()' have a separate source and destination index
by Linus Torvalds
· 17 years ago
bc052d7
Make 'unpack_trees()' take the index to work on as an argument
by Linus Torvalds
· 17 years ago
5a4d707
Merge branch 'db/checkout'
by Junio C Hamano
· 17 years ago
6b2f2d9
Add color.ui variable which globally enables colorization if set
by Matthias Kestenholz
· 17 years ago
1ae419c
Merge branch 'pb/prepare-commit-msg'
by Junio C Hamano
· 17 years ago
d555858
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
959ba67
commit: discard index after setting up partial commit
by Jeff King
· 17 years ago
e0197c9
Merge branch 'lt/in-core-index'
by Junio C Hamano
· 17 years ago
d865eb2
builtin-commit.c: guard config parser from value=NULL
by Junio C Hamano
· 17 years ago
5a95b85
builtin-commit: remove .git/SQUASH_MSG upon successful commit
by Gerrit Pape
· 17 years ago
203a2fe
Allow callers of unpack_trees() to handle failure
by Daniel Barkalow
· 17 years ago
8089c85
git-commit: add a prepare-commit-msg hook
by Paolo Bonzini
· 17 years ago
ec84bd0
git-commit: Refactor creation of log message.
by Paolo Bonzini
· 17 years ago
406400c
git-commit: set GIT_EDITOR=: if editor will not be launched
by Paolo Bonzini
· 17 years ago
3473f30
git-commit: support variable number of hook arguments
by Paolo Bonzini
· 17 years ago
8a2f873
Fix "git-commit -C $tag"
by Junio C Hamano
· 17 years ago
5a9dd39
git-commit: exit non-zero if we fail to commit the index
by Brandon Casey
· 17 years ago
7a51ed6
Make on-disk index representation separate from in-core one
by Linus Torvalds
· 17 years ago
4ed7cd3
Improve use of lockfile API
by Brandon Casey
· 17 years ago
7c3fd25
Make builtin-commit.c more careful about parenthood
by Linus Torvalds
· 17 years ago
4439751
git-commit: fix double close(2) that can close a wrong file descriptor
by Kristian Høgsberg
· 17 years ago
e87e22d
Revert "builtin-commit.c: remove useless check added by faulty cut and paste"
by Junio C Hamano
· 17 years ago
16335fd
builtin-commit.c: remove useless check added by faulty cut and paste
by Junio C Hamano
· 17 years ago
fa9dcf8
Fix performance regression for partial commits
by Linus Torvalds
· 17 years ago
5f06573
Allow selection of different cleanup modes for commit messages
by Alex Riesen
· 17 years ago
4803466
builtin-commit: avoid double-negation in the code.
by Junio C Hamano
· 17 years ago
d616a23
builtin-commit: fix amending of the initial commit
by Junio C Hamano
· 17 years ago
fbcf118
fix git commit --amend -m "new message"
by Junio C Hamano
· 17 years ago
3eb2a15
builtin-commit: make summary output consistent with status
by Junio C Hamano
· 17 years ago
1596456
builtin-commit: fix summary output.
by Junio C Hamano
· 17 years ago
1eb1e9e
commit: allow --amend to reuse message from another commit
by Junio C Hamano
· 17 years ago
37d07f8
git-commit: squelch needless message during an empty merge
by Junio C Hamano
· 17 years ago
bf82a15
commit: do not add extra LF at the end of the summary.
by Junio C Hamano
· 17 years ago
774751a
Re-fix "builtin-commit: fix --signoff"
by Junio C Hamano
· 17 years ago
740001a
Fix commit-msg hook to allow editing
by Junio C Hamano
· 17 years ago
6b95655
Allow --no-verify to bypass commit-msg hook
by Wincent Colaiuta
· 17 years ago
46f721c
add status.relativePaths config variable
by Jeff King
· 17 years ago
ab7d707
Merge branch 'wc/add-i'
by Junio C Hamano
· 17 years ago
5241b6b
git-commit --allow-empty
by Junio C Hamano
· 17 years ago
9663c3b
git-commit: Allow to amend a merge commit that does not change the tree
by Junio C Hamano
· 17 years ago
2f02b25
Make git status usage say git status instead of git commit
by Shawn Bohrer
· 17 years ago
d9ccfe7
Fix --signoff in builtin-commit differently.
by Junio C Hamano
· 17 years ago
b5b644a
git-commit: clean up die messages
by Jeff King
· 17 years ago
7168624
Do not generate full commit log message if it is not going to be used
by Alex Riesen
· 17 years ago
a98b819
Fix off-by-one error when truncating the diff out of the commit message.
by Kristian Høgsberg
· 17 years ago
8babab9
builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.
by Pierre Habouzit
· 17 years ago
3f06188
add -i: Fix running from a subdirectory
by Junio C Hamano
· 17 years ago
f64fe7b
Merge branch 'kh/commit' into wc/add-i
by Junio C Hamano
· 17 years ago
99a1269
builtin-commit: Include the diff in the commit message when verbose.
by Kristian Høgsberg
· 17 years ago
2888605
builtin-commit: fix partial-commit support
by Junio C Hamano
· 17 years ago
e06ad5f
builtin-commit: run commit-msg hook with correct message file
by Junio C Hamano
· 17 years ago
bc5d248
builtin-commit: do not color status output shown in the message template
by Junio C Hamano
· 17 years ago
18abc2d
builtin-commit: Clean up an unused variable and a debug fprintf().
by Kristian Høgsberg
· 17 years ago
ef12b50
Call refresh_cache() when updating the user index for --only commits.
by Kristian Høgsberg
· 17 years ago
129fa60
builtin-commit: Add newline when showing which commit was created
by Johannes Schindelin
· 17 years ago
f956853
builtin-commit: resurrect behavior for multiple -m options
by Johannes Schindelin
· 17 years ago
2150554
builtin-commit --s: add a newline if the last line was not a S-o-b
by Johannes Schindelin
· 17 years ago
1320857
builtin-commit: fix --signoff
by Johannes Schindelin
· 17 years ago
367c988
git status: show relative paths when run in a subdirectory
by Johannes Schindelin
· 17 years ago
d37d320
builtin-commit: Refresh cache after adding files.
by Kristian Høgsberg
· 17 years ago
741707b
builtin-commit: fix reflog message generation
by Johannes Schindelin
· 17 years ago
f5bbc32
Port git commit to C.
by Kristian Høgsberg
· 17 years ago