index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
commit.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-23
|
\
|
*
tree: convert parse_tree_indirect to struct object_id
brian m. carlson
2017-05-08
|
*
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
|
*
Convert struct cache_tree to use struct object_id
brian m. carlson
2017-05-02
*
|
status: add color config slots for branch info in "--short --branch"
Stephen Kent
2017-04-28
|
/
*
Merge branch 'jk/war-on-git-path'
Junio C Hamano
2017-04-26
|
\
|
*
use git_path_* helper functions
Jeff King
2017-04-20
*
|
Merge branch 'nd/conditional-config-include'
Junio C Hamano
2017-04-23
|
\
\
|
*
|
path.c: and an option to call real_path() in expand_user_path()
Nguyễn Thái Ngọc Duy
2017-04-14
|
|
/
*
|
builtin/commit: convert to struct object_id
brian m. carlson
2017-02-20
|
/
*
builtin/commit.c: switch to strbuf, instead of snprintf()
Elia Pinto
2017-01-31
*
builtin/commit.c: remove the PATH_MAX limitation via dynamic allocation
Elia Pinto
2017-01-13
*
Merge branch 'jc/lock-report-on-error'
Junio C Hamano
2016-12-19
|
\
|
*
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
2016-12-07
*
|
Merge branch 'ak/commit-only-allow-empty'
Junio C Hamano
2016-12-19
|
\
\
|
*
|
commit: remove 'Clever' message for --only --amend
Andreas Krey
2016-12-09
|
*
|
commit: make --only --allow-empty work without paths
Andreas Krey
2016-12-05
|
*
|
Merge branch 'os/no-verify-skips-commit-msg-too' into maint
Junio C Hamano
2016-08-10
|
|
\
\
|
*
\
\
Merge branch 'pb/commit-editmsg-path' into maint
Junio C Hamano
2016-08-08
|
|
\
\
\
|
*
\
\
\
Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maint
Junio C Hamano
2016-07-28
|
|
\
\
\
\
*
|
|
|
|
|
commit: make ignore_non_trailer take buf/len
Jonathan Tan
2016-11-29
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'rs/commit-pptr-simplify'
Junio C Hamano
2016-10-31
|
\
\
\
\
\
|
*
|
|
|
|
commit: simplify building parents list
René Scharfe
2016-10-30
|
*
|
|
|
|
Merge branch 'ad/commit-have-m-option' into maint
Junio C Hamano
2016-05-02
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'ss/commit-squash-msg' into maint
Junio C Hamano
2016-04-14
|
|
\
\
\
\
\
\
*
|
\
\
\
\
\
\
Merge branch 'nd/ita-empty-commit'
Junio C Hamano
2016-10-27
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
commit: don't be fooled by ita entries when creating initial commit
Nguyễn Thái Ngọc Duy
2016-10-24
|
*
|
|
|
|
|
|
|
commit: fix empty commit creation when there's no changes but ita entries
Nguyễn Thái Ngọc Duy
2016-10-24
*
|
|
|
|
|
|
|
|
sequencer: use memoized sequencer directory path
Johannes Schindelin
2016-10-17
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge branch 'tg/add-chmod+x-fix'
Junio C Hamano
2016-09-26
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
add: modify already added files when --chmod is given
Thomas Gummerer
2016-09-15
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'jh/status-v2-porcelain'
Junio C Hamano
2016-09-08
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
status: print branch info with --porcelain=v2 --branch
Jeff Hostetler
2016-08-11
|
*
|
|
|
|
|
|
|
status: collect per-file data for --porcelain=v2
Jeff Hostetler
2016-08-11
|
*
|
|
|
|
|
|
|
status: support --porcelain[=<version>]
Jeff Hostetler
2016-08-05
|
*
|
|
|
|
|
|
|
status: cleanup API to wt_status_print
Jeff Hostetler
2016-08-05
|
*
|
|
|
|
|
|
|
status: rename long-format print routines
Jeff Hostetler
2016-08-05
*
|
|
|
|
|
|
|
|
Merge branch 'os/no-verify-skips-commit-msg-too'
Junio C Hamano
2016-08-03
|
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
/
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
commit: describe that --no-verify skips the commit-msg hook in the help text
Orgad Shaneh
2016-07-26
*
|
|
|
|
|
|
|
Merge branch 'js/find-commit-subject-ignore-leading-blanks'
Junio C Hamano
2016-07-11
|
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
commit -C: skip blank lines at the beginning of the message
Johannes Schindelin
2016-06-29
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge branch 'pb/commit-editmsg-path'
Junio C Hamano
2016-07-06
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
/
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
builtin/commit.c: memoize git-path for COMMIT_EDITMSG
Pranit Bauva
2016-06-09
*
|
|
|
|
|
add: add --chmod=+x / --chmod=-x options
Edward Thomson
2016-06-07
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'pb/commit-verbose-config'
Junio C Hamano
2016-05-23
|
\
\
\
\
\
|
*
|
|
|
|
commit: add a commit.verbose config variable
Pranit Bauva
2016-05-10
*
|
|
|
|
|
Merge branch 'ad/commit-have-m-option'
Junio C Hamano
2016-04-22
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
/
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
commit: do not ignore an empty message given by -m ''
Jeff King
2016-04-07
|
|
/
/
/
|
*
|
|
Merge branch 'pt/xdg-config-path' into maint
Junio C Hamano
2015-06-05
|
|
\
\
\
*
|
\
\
\
Merge branch 'ss/commit-squash-msg'
Junio C Hamano
2016-04-06
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]