index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
gitweb-lib.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-07
git-tag.txt: Add a missing hyphen to `-s`
Wieland Hoffmann
1
-1
/
+1
2014-07-30
Git 2.0.4
v2.0.4
Junio C Hamano
4
-3
/
+9
2014-07-30
commit --amend: test specifies authorship but forgets to check
Fabian Ruch
1
-0
/
+1
2014-07-28
t4013: test diff-tree's --stdin commit formatting
Jeff King
1
-0
/
+10
2014-07-28
diff-tree: avoid lookup_unknown_object
Jeff King
1
-3
/
+1
2014-07-28
object_as_type: set commit index
Jeff King
1
-0
/
+2
2014-07-28
alloc: factor out commit index
Jeff King
2
-2
/
+8
2014-07-28
add object_as_type helper for casting objects
Jeff King
7
-43
/
+25
2014-07-28
parse_object_buffer: do not set object type
Jeff King
1
-2
/
+0
2014-07-28
move setting of object->type to alloc_* functions
Jeff King
8
-12
/
+13
2014-07-28
alloc: write out allocator definitions
Jeff King
1
-11
/
+27
2014-07-28
alloc.c: remove the alloc_raw_commit_node() function
Ramsay Jones
1
-18
/
+29
2014-07-23
Git 2.0.3
v2.0.3
Junio C Hamano
4
-3
/
+21
2014-07-23
.mailmap: combine Stefan Beller's emails
Stefan Beller
1
-0
/
+1
2014-07-23
git.1: switch homepage for stats
Stefan Beller
1
-1
/
+1
2014-07-22
Documentation: fix missing text for rev-parse --verify
brian m. carlson
1
-1
/
+1
2014-07-21
use xmemdupz() to allocate copies of strings given by start and length
René Scharfe
6
-19
/
+6
2014-07-21
use xcalloc() to allocate zero-initialized memory
René Scharfe
4
-8
/
+4
2014-07-16
Git 2.0.2
v2.0.2
Junio C Hamano
3
-2
/
+22
2014-07-16
annotate: use argv_array
René Scharfe
1
-7
/
+5
2014-07-14
http-push.c: make CURLOPT_IOCTLDATA a usable pointer
Abbaad Haider
1
-1
/
+1
2014-07-11
log: correctly identify mergetag signature verification status
Michael J Gruber
1
-10
/
+11
2014-07-10
doc: give some guidelines for error messages
Philip Oakley
1
-0
/
+9
2014-07-10
Start preparing for 2.0.2
Junio C Hamano
2
-1
/
+14
2014-07-09
log: fix indentation for --graph --show-signature
Zoltan Klinger
2
-0
/
+32
2014-07-02
t7300: repair filesystem permissions with test_when_finished
Jeff King
1
-2
/
+2
2014-07-02
enums: remove trailing ',' after last item in enum
Ronnie Sahlberg
2
-2
/
+2
2014-07-01
sha1_file: avoid overrunning alternate object base string
René Scharfe
1
-1
/
+2
2014-07-01
filter-branch: eliminate duplicate mapped parents
Charles Bailey
2
-1
/
+18
2014-06-26
move "%G" format test from t7510 to t6006
Jeff King
2
-6
/
+6
2014-06-25
Git 2.0.1
v2.0.1
Junio C Hamano
4
-3
/
+119
2014-06-23
builtin/clone.c: detect a clone starting at a tag correctly
Junio C Hamano
1
-1
/
+1
2014-06-17
pretty: avoid reading past end-of-string with "%G"
Jeff King
2
-0
/
+8
2014-06-17
t7510: check %G* pretty-format output
Jeff King
1
-0
/
+40
2014-06-17
t7510: test a commit signed by an unknown key
Jeff King
1
-0
/
+13
2014-06-17
t7510: use consistent &&-chains in loop
Michael J Gruber
1
-6
/
+6
2014-06-17
t7510: stop referring to master in later tests
Jeff King
1
-3
/
+3
2014-06-16
rebase--merge: fix --skip with two conflicts in a row
brian m. carlson
2
-2
/
+18
2014-06-16
http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616
Yi EungJun
1
-1
/
+1
2014-06-14
submodule: document "sync --recursive"
Matthew Chen
1
-1
/
+1
2014-06-13
t0008: do not depend on 'echo' handling backslashes specially
Junio C Hamano
1
-6
/
+8
2014-06-13
reuse cached commit buffer when parsing signatures
Jeff King
3
-19
/
+12
2014-06-13
commit: record buffer length in cache
Jeff King
16
-38
/
+68
2014-06-13
commit: convert commit->buffer to a slab
Jeff King
2
-8
/
+13
2014-06-13
commit-slab: provide a static initializer
Jeff King
1
-0
/
+12
2014-06-13
use get_commit_buffer everywhere
Jeff King
7
-9
/
+33
2014-06-13
convert logmsg_reencode to get_commit_buffer
Jeff King
6
-35
/
+16
2014-06-13
use get_commit_buffer to avoid duplicate code
Jeff King
2
-27
/
+7
2014-06-13
use get_cached_commit_buffer where appropriate
Jeff King
3
-3
/
+3
2014-06-13
provide helpers to access the commit buffer
Jeff King
2
-0
/
+49
[next]