index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rev-list: add --indexed-objects option
Jeff King
2014-10-20
4
-0
/
+80
*
rev-list: document --reflog option
Jeff King
2014-10-20
1
-0
/
+4
*
t5516: test pushing a tag of an otherwise unreferenced blob
Jeff King
2014-10-20
1
-0
/
+13
*
traverse_commit_list: support pending blobs/trees with paths
Jeff King
2014-10-20
2
-9
/
+32
*
make add_object_array_with_context interface more sane
Jeff King
2014-10-16
3
-20
/
+15
*
write_sha1_file: freshen existing objects
Jeff King
2014-10-16
2
-7
/
+71
*
pack-objects: match prune logic for discarding objects
Jeff King
2014-10-16
4
-40
/
+98
*
pack-objects: refactor unpack-unreachable expiration check
Jeff King
2014-10-16
1
-5
/
+12
*
prune: keep objects reachable from recent objects
Jeff King
2014-10-16
5
-3
/
+204
*
sha1_file: add for_each iterators for loose and packed objects
Jeff King
2014-10-16
2
-0
/
+73
*
count-objects: use for_each_loose_file_in_objdir
Jeff King
2014-10-16
1
-71
/
+30
*
count-objects: do not use xsize_t when counting object size
Jeff King
2014-10-16
1
-1
/
+1
*
prune-packed: use for_each_loose_file_in_objdir
Jeff King
2014-10-16
1
-46
/
+23
*
reachable: mark index blobs as SEEN
Jeff King
2014-10-16
1
-1
/
+6
*
prune: factor out loose-object directory traversal
Jeff King
2014-10-16
3
-61
/
+143
*
reachable: reuse revision.c "add all reflogs" code
Jeff King
2014-10-16
3
-25
/
+4
*
reachable: use traverse_commit_list instead of custom walk
Jeff King
2014-10-16
1
-113
/
+17
*
clean up name allocation in prepare_revision_walk
Jeff King
2014-10-16
1
-7
/
+7
*
object_array: add a "clear" function
Jeff King
2014-10-16
3
-6
/
+17
*
object_array: factor out slopbuf-freeing logic
Jeff King
2014-10-16
1
-4
/
+12
*
isxdigit: cast input to unsigned char
Jeff King
2014-10-16
2
-5
/
+5
*
foreach_alt_odb: propagate return value from callback
Jeff King
2014-10-16
2
-5
/
+9
*
test-lib.sh: support -x option for shell-tracing
Jeff King
2014-10-14
2
-4
/
+44
*
t5304: use helper to report failure of "test foo = bar"
Jeff King
2014-10-13
2
-8
/
+17
*
t5304: use test_path_is_* instead of "test -f"
Jeff King
2014-10-13
1
-23
/
+23
*
Update draft release notes to 2.2
Junio C Hamano
2014-10-08
1
-0
/
+13
*
Merge branch 'sp/stream-clean-filter'
Junio C Hamano
2014-10-08
10
-52
/
+164
|
\
|
*
sha1_file: don't convert off_t to size_t too early to avoid potential die()
Steffen Prohaska
2014-09-22
1
-4
/
+9
|
*
convert: stream from fd to required clean filter to reduce used address space
Steffen Prohaska
2014-08-28
4
-12
/
+99
|
*
copy_fd(): do not close the input file descriptor
Steffen Prohaska
2014-08-28
2
-21
/
+8
|
*
mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap size
Steffen Prohaska
2014-08-28
1
-1
/
+17
|
*
memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMIT
Steffen Prohaska
2014-08-28
2
-8
/
+9
|
*
config.c: add git_env_ulong() to parse environment variable
Steffen Prohaska
2014-08-28
2
-0
/
+17
|
*
convert: drop arguments other than 'path' from would_convert_to_git()
Steffen Prohaska
2014-08-22
2
-4
/
+3
*
|
Merge branch 'bw/use-write-script-in-tests'
Junio C Hamano
2014-10-08
1
-3
/
+1
|
\
\
|
*
|
t/lib-credential: use write_script
Ben Walton
2014-09-29
1
-3
/
+1
*
|
|
Merge branch 'nd/archive-pathspec'
Junio C Hamano
2014-10-08
2
-3
/
+108
|
\
\
\
|
*
|
|
archive: support filtering paths with glob
Nguyễn Thái Ngọc Duy
2014-09-22
2
-3
/
+108
*
|
|
|
Merge branch 'jc/push-cert'
Junio C Hamano
2014-10-08
23
-159
/
+932
|
\
\
\
\
|
*
|
|
|
receive-pack::hmac_sha1(): copy the entire SHA-1 hash out
Brian Gernhardt
2014-09-25
1
-2
/
+2
|
*
|
|
|
signed push: allow stale nonce in stateless mode
Junio C Hamano
2014-09-18
4
-12
/
+112
|
*
|
|
|
signed push: teach smart-HTTP to pass "git push --signed" around
Junio C Hamano
2014-09-17
6
-3
/
+63
|
*
|
|
|
signed push: fortify against replay attacks
Junio C Hamano
2014-09-17
7
-29
/
+187
|
*
|
|
|
signed push: add "pushee" header to push certificate
Junio C Hamano
2014-09-15
4
-0
/
+13
|
*
|
|
|
signed push: remove duplicated protocol info
Junio C Hamano
2014-09-15
4
-4
/
+69
|
*
|
|
|
send-pack: send feature request on push-cert packet
Junio C Hamano
2014-09-15
2
-5
/
+21
|
*
|
|
|
receive-pack: GPG-validate push certificates
Junio C Hamano
2014-09-15
3
-7
/
+66
|
*
|
|
|
push: the beginning of "git push --signed"
Junio C Hamano
2014-09-15
10
-2
/
+253
|
*
|
|
|
pack-protocol doc: typofix for PKT-LINE
Junio C Hamano
2014-09-15
1
-2
/
+2
|
*
|
|
|
gpg-interface: move parse_signature() to where it should be
Junio C Hamano
2014-09-15
4
-21
/
+22
[next]