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
*
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
82
-361
/
+487
|
\
|
*
commit.c: allow lookup_commit_reference to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-5
/
+4
|
*
commit.c: allow lookup_commit_reference_gently to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-7
/
+5
|
*
tag.c: allow deref_tag to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-5
/
+3
|
*
object.c: allow parse_object to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-9
/
+8
|
*
object.c: allow parse_object_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-11
/
+10
|
*
commit.c: allow get_cached_commit_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-4
/
+3
|
*
commit.c: allow set_commit_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-4
/
+3
|
*
commit.c: migrate the commit buffer to the parsed object store
Stefan Beller
2018-06-29
4
-6
/
+36
|
*
commit-slabs: remove realloc counter outside of slab struct
Stefan Beller
2018-06-29
1
-3
/
+0
|
*
commit.c: allow parse_commit_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-7
/
+6
|
*
tag: allow parse_tag_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-7
/
+6
|
*
tag: allow lookup_tag to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-7
/
+6
|
*
commit: allow lookup_commit to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-7
/
+6
|
*
tree: allow lookup_tree to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-7
/
+6
|
*
blob: allow lookup_blob to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-7
/
+6
|
*
object: allow lookup_object to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-10
/
+8
|
*
object: allow object_as_type to handle arbitrary repositories
Stefan Beller
2018-06-29
2
-4
/
+3
|
*
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
18
-26
/
+42
|
*
tag: add repository argument to parse_tag_buffer
Stefan Beller
2018-06-29
6
-7
/
+8
|
*
tag: add repository argument to lookup_tag
Stefan Beller
2018-06-29
8
-12
/
+12
|
*
commit: add repository argument to get_cached_commit_buffer
Stefan Beller
2018-06-29
4
-5
/
+6
|
*
commit: add repository argument to set_commit_buffer
Stefan Beller
2018-06-29
4
-5
/
+6
|
*
commit: add repository argument to parse_commit_buffer
Stefan Beller
2018-06-29
4
-5
/
+6
|
*
commit: add repository argument to lookup_commit
Stefan Beller
2018-06-29
19
-33
/
+46
|
*
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
27
-51
/
+65
|
*
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
2018-06-29
20
-38
/
+59
|
*
tree: add repository argument to lookup_tree
Stefan Beller
2018-06-29
19
-24
/
+31
|
*
blob: add repository argument to lookup_blob
Stefan Beller
2018-06-29
15
-18
/
+23
|
*
object: add repository argument to object_as_type
Stefan Beller
2018-06-29
8
-9
/
+10
|
*
object: add repository argument to parse_object_buffer
Stefan Beller
2018-06-29
7
-9
/
+18
|
*
object: add repository argument to lookup_object
Stefan Beller
2018-06-29
15
-26
/
+31
|
*
object: add repository argument to parse_object
Stefan Beller
2018-06-29
33
-72
/
+95
|
*
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
95
-328
/
+463
|
|
\
*
|
\
Merge branch 'is/parsing-line-range'
Junio C Hamano
2018-08-03
6
-14
/
+17
|
\
\
\
|
*
|
|
log: prevent error if line range ends past end of file
Isabella Stephens
2018-06-15
2
-5
/
+4
|
*
|
|
blame: prevent error if range ends past end of file
Isabella Stephens
2018-06-15
4
-9
/
+13
*
|
|
|
Merge branch 'jt/fetch-pack-negotiator'
Junio C Hamano
2018-08-03
8
-169
/
+373
|
\
\
\
\
|
*
|
|
|
fetch-pack: introduce negotiator API
Jonathan Tan
2018-06-15
7
-167
/
+292
|
*
|
|
|
fetch-pack: move common check and marking together
Jonathan Tan
2018-06-15
1
-2
/
+4
|
*
|
|
|
fetch-pack: make negotiation-related vars local
Jonathan Tan
2018-06-15
1
-47
/
+69
|
*
|
|
|
fetch-pack: use ref adv. to prune "have" sent
Jonathan Tan
2018-06-15
2
-3
/
+36
|
*
|
|
|
fetch-pack: directly end negotiation if ACK ready
Jonathan Tan
2018-06-15
1
-4
/
+5
|
*
|
|
|
fetch-pack: clear marks before re-marking
Jonathan Tan
2018-06-14
1
-3
/
+3
|
*
|
|
|
fetch-pack: split up everything_local()
Jonathan Tan
2018-06-14
1
-9
/
+30
*
|
|
|
|
Merge branch 'ab/checkout-default-remote'
Junio C Hamano
2018-08-03
11
-16
/
+197
|
\
\
\
\
\
|
*
|
|
|
|
checkout & worktree: introduce checkout.defaultRemote
Ævar Arnfjörð Bjarmason
2018-06-11
7
-7
/
+109
|
*
|
|
|
|
checkout: add advice for ambiguous "checkout <branch>"
Ævar Arnfjörð Bjarmason
2018-06-11
5
-0
/
+37
|
*
|
|
|
|
builtin/checkout.c: use "ret" variable for return
Ævar Arnfjörð Bjarmason
2018-06-11
1
-3
/
+5
|
*
|
|
|
|
checkout: pass the "num_matches" up to callers
Ævar Arnfjörð Bjarmason
2018-06-11
4
-7
/
+15
[next]