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 'bg/xcalloc-nmemb-then-size' into maint
Junio C Hamano
2014-07-22
|
\
|
*
transport-helper.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
|
*
remote.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
|
*
reflog-walk.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
|
*
pack-revindex.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
|
*
notes.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
|
*
imap-send.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
|
*
http-push.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
|
*
diff.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
|
*
config.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
|
*
commit.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
|
*
builtin/remote.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
|
*
builtin/ls-remote.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
*
|
Merge branch 'cb/byte-order' into maint
Junio C Hamano
2014-07-22
|
\
\
|
*
|
compat/bswap.h: fix endianness detection
Ben Walton
2014-05-30
|
*
|
compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIAN
Junio C Hamano
2014-05-02
|
*
|
compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDER
Charles Bailey
2014-05-02
*
|
|
Merge branch 'lt/request-pull' into maint
Junio C Hamano
2014-07-22
|
\
\
\
|
*
|
|
fix brown paper bag breakage in t5150-request-pull.sh
Johannes Sixt
2014-06-02
*
|
|
|
Merge branch 'ep/shell-assign-and-export-vars' into maint
Junio C Hamano
2014-07-22
|
\
\
\
\
|
*
|
|
|
scripts: more "export VAR=VALUE" fixes
Junio C Hamano
2014-05-23
|
*
|
|
|
scripts: "export VAR=VALUE" construct is not portable
Elia Pinto
2014-05-23
*
|
|
|
|
Merge branch 'maint-1.9' into maint
Junio C Hamano
2014-07-22
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'maint-1.8.5' into maint-1.9
Junio C Hamano
2014-07-22
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Documentation: fix missing text for rev-parse --verify
brian m. carlson
2014-07-22
*
|
|
|
|
|
|
use xmemdupz() to allocate copies of strings given by start and length
René Scharfe
2014-07-21
*
|
|
|
|
|
|
use xcalloc() to allocate zero-initialized memory
René Scharfe
2014-07-21
*
|
|
|
|
|
|
Git 2.0.2
v2.0.2
Junio C Hamano
2014-07-16
*
|
|
|
|
|
|
Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maint
Junio C Hamano
2014-07-16
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
builtin/clone.c: detect a clone starting at a tag correctly
Junio C Hamano
2014-06-23
*
|
|
|
|
|
|
|
Merge branch 'jk/pretty-G-format-fixes' into maint
Junio C Hamano
2014-07-16
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
move "%G" format test from t7510 to t6006
Jeff King
2014-06-25
|
*
|
|
|
|
|
|
|
pretty: avoid reading past end-of-string with "%G"
Jeff King
2014-06-17
|
*
|
|
|
|
|
|
|
t7510: check %G* pretty-format output
Jeff King
2014-06-17
|
*
|
|
|
|
|
|
|
t7510: test a commit signed by an unknown key
Jeff King
2014-06-17
|
*
|
|
|
|
|
|
|
t7510: use consistent &&-chains in loop
Michael J Gruber
2014-06-17
|
*
|
|
|
|
|
|
|
t7510: stop referring to master in later tests
Jeff King
2014-06-17
*
|
|
|
|
|
|
|
|
Merge branch 'rs/fix-alt-odb-path-comparison' into maint
Junio C Hamano
2014-07-16
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
sha1_file: avoid overrunning alternate object base string
René Scharfe
2014-07-01
|
|
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'jk/commit-buffer-length' into maint
Junio C Hamano
2014-07-16
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
reuse cached commit buffer when parsing signatures
Jeff King
2014-06-13
|
*
|
|
|
|
|
|
|
|
commit: record buffer length in cache
Jeff King
2014-06-13
|
*
|
|
|
|
|
|
|
|
commit: convert commit->buffer to a slab
Jeff King
2014-06-13
|
*
|
|
|
|
|
|
|
|
commit-slab: provide a static initializer
Jeff King
2014-06-13
|
*
|
|
|
|
|
|
|
|
use get_commit_buffer everywhere
Jeff King
2014-06-13
|
*
|
|
|
|
|
|
|
|
convert logmsg_reencode to get_commit_buffer
Jeff King
2014-06-13
|
*
|
|
|
|
|
|
|
|
use get_commit_buffer to avoid duplicate code
Jeff King
2014-06-13
|
*
|
|
|
|
|
|
|
|
use get_cached_commit_buffer where appropriate
Jeff King
2014-06-13
|
*
|
|
|
|
|
|
|
|
provide helpers to access the commit buffer
Jeff King
2014-06-13
|
*
|
|
|
|
|
|
|
|
provide a helper to set the commit buffer
Jeff King
2014-06-13
[next]