index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Merge branch 'sg/completion-no-column' into maint
Junio C Hamano
2016-01-04
|
\
|
*
completion: remove 'git column' from porcelain commands
SZEDER Gábor
2015-12-11
*
|
Merge branch 'sg/lock-file-commit-error' into maint
Junio C Hamano
2015-12-16
|
\
\
|
*
|
credential-store: don't pass strerror to die_errno()
SZEDER Gábor
2015-12-16
*
|
|
Update draft release notes to 2.6.5
Junio C Hamano
2015-12-15
*
|
|
Merge branch 'dt/fsck-verify-pack-error' into maint
Junio C Hamano
2015-12-15
|
\
\
\
|
*
|
|
verify_pack: do not ignore return value of verification function
David Turner
2015-12-01
*
|
|
|
Merge branch 'ep/ident-with-getaddrinfo' into maint
Junio C Hamano
2015-12-15
|
\
\
\
\
|
*
|
|
|
ident: fix undefined variable when NO_IPV6 is set
Jeff King
2015-12-14
|
*
|
|
|
ident.c: add support for IPv6
Elia Pinto
2015-11-28
*
|
|
|
|
Merge branch 'ls/p4-keep-empty-commits' into maint
Junio C Hamano
2015-12-15
|
\
\
\
\
\
|
*
|
|
|
|
git-p4: add option to keep empty commits
Lars Schneider
2015-12-10
*
|
|
|
|
|
Merge branch 'jk/prune-mtime' into maint
Junio C Hamano
2015-12-15
|
\
\
\
\
\
\
|
*
|
|
|
|
|
prune: close directory earlier during loose-object directory traversal
Johannes Sixt
2015-08-12
*
|
|
|
|
|
|
Prepare for 2.6.5
Junio C Hamano
2015-12-11
*
|
|
|
|
|
|
Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' into maint
Junio C Hamano
2015-12-11
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
revision.c: fix possible null pointer arithmetic
Stefan Naewe
2015-12-07
*
|
|
|
|
|
|
|
Merge branch 'sg/lock-file-commit-error' into maint
Junio C Hamano
2015-12-11
|
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Make error message after failing commit_lock_file() less confusing
SZEDER Gábor
2015-12-01
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'cb/t3404-shellquote' into maint
Junio C Hamano
2015-12-11
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
t3404: fix quoting of redirect for some versions of bash
Charles Bailey
2015-12-04
*
|
|
|
|
|
|
|
Merge branch 'sb/doc-submodule-sync-recursive' into maint
Junio C Hamano
2015-12-11
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
document submodule sync --recursive
Stefan Beller
2015-12-04
|
|
|
_
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'nd/doc-check-ref-format-typo' into maint
Junio C Hamano
2015-12-11
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
git-check-ref-format.txt: typo, s/avoids/avoid/
Nguyễn Thái Ngọc Duy
2015-12-04
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge branch 'rs/show-branch-argv-array' into maint
Junio C Hamano
2015-12-11
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
show-branch: use argv_array for default arguments
René Scharfe
2015-11-01
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'rs/pop-commit' into maint
Junio C Hamano
2015-12-11
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
use pop_commit() for consuming the first entry of a struct commit_list
René Scharfe
2015-10-26
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'as/subtree-with-spaces' into maint
Junio C Hamano
2015-12-11
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
contrib/subtree: respect spaces in a repository path
Alexey Shumkin
2015-09-08
|
*
|
|
|
|
|
|
|
t7900-subtree: test the "space in a subdirectory name" case
Alexey Shumkin
2015-09-08
*
|
|
|
|
|
|
|
|
Merge branch 'jk/test-lint-forbid-when-finished-in-subshell' into maint
Junio C Hamano
2015-12-11
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
test-lib-functions: detect test_when_finished in subshell
John Keeping
2015-09-08
|
*
|
|
|
|
|
|
|
|
t7800: don't use test_config in a subshell
John Keeping
2015-09-08
|
*
|
|
|
|
|
|
|
|
test-lib-functions: support "test_config -C <dir> ..."
John Keeping
2015-09-08
|
*
|
|
|
|
|
|
|
|
t5801: don't use test_when_finished in a subshell
John Keeping
2015-09-08
|
*
|
|
|
|
|
|
|
|
t7610: don't use test_config in a subshell
John Keeping
2015-09-08
*
|
|
|
|
|
|
|
|
|
Documentation/git-update-index: add missing opts to synopsis
Christian Couder
2015-12-10
*
|
|
|
|
|
|
|
|
|
Git 2.6.4
v2.6.4
Junio C Hamano
2015-12-08
*
|
|
|
|
|
|
|
|
|
Merge branch 'rs/status-detached-head-memcmp' into maint
Junio C Hamano
2015-12-08
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
wt-status: correct and simplify check for detached HEAD
René Scharfe
2015-11-28
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'ad/sha1-update-chunked' into maint
Junio C Hamano
2015-12-08
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
sha1: allow limiting the size of the data passed to SHA1_Update()
Atousa Pahlevan Duprat
2015-11-05
|
*
|
|
|
|
|
|
|
|
|
|
sha1: provide another level of indirection for the SHA-1 functions
Atousa Pahlevan Duprat
2015-11-05
*
|
|
|
|
|
|
|
|
|
|
|
Merge branch 'sg/bash-prompt-dirty-orphan' into maint
Junio C Hamano
2015-12-08
|
\
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
|
bash prompt: indicate dirty index even on orphan branches
SZEDER Gábor
2015-11-24
|
*
|
|
|
|
|
|
|
|
|
|
|
bash prompt: remove a redundant 'git diff' option
SZEDER Gábor
2015-11-24
|
*
|
|
|
|
|
|
|
|
|
|
|
bash prompt: test dirty index and worktree while on an orphan branch
SZEDER Gábor
2015-11-24
*
|
|
|
|
|
|
|
|
|
|
|
|
Merge branch 'jk/interpret-trailers-outside-a-repository' into maint
Junio C Hamano
2015-12-08
|
\
\
\
\
\
\
\
\
\
\
\
\
\
[next]