index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jt/commit-graph-per-object-store'
Junio C Hamano
2018-08-03
1
-3
/
+3
|
\
|
*
commit-graph: add repo arg to graph readers
Jonathan Tan
2018-07-18
1
-3
/
+3
|
*
Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store
Junio C Hamano
2018-07-18
1
-2
/
+8
|
|
\
*
|
|
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-30
/
+50
|
\
|
|
|
*
|
commit.c: allow lookup_commit_reference to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+2
|
*
|
commit.c: allow lookup_commit_reference_gently to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-4
/
+4
|
*
|
commit.c: allow get_cached_commit_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+2
|
*
|
commit.c: allow set_commit_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+2
|
*
|
commit.c: migrate the commit buffer to the parsed object store
Stefan Beller
2018-06-29
1
-6
/
+23
|
*
|
commit.c: allow parse_commit_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-5
/
+5
|
*
|
commit: allow lookup_commit to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-5
/
+5
|
*
|
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
1
-1
/
+2
|
*
|
commit: add repository argument to get_cached_commit_buffer
Stefan Beller
2018-06-29
1
-2
/
+2
|
*
|
commit: add repository argument to set_commit_buffer
Stefan Beller
2018-06-29
1
-2
/
+2
|
*
|
commit: add repository argument to parse_commit_buffer
Stefan Beller
2018-06-29
1
-2
/
+2
|
*
|
commit: add repository argument to lookup_commit
Stefan Beller
2018-06-29
1
-3
/
+4
|
*
|
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-3
/
+3
|
*
|
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
2018-06-29
1
-3
/
+3
|
*
|
tree: add repository argument to lookup_tree
Stefan Beller
2018-06-29
1
-1
/
+1
|
*
|
object: add repository argument to object_as_type
Stefan Beller
2018-06-29
1
-2
/
+2
|
*
|
object: add repository argument to lookup_object
Stefan Beller
2018-06-29
1
-1
/
+1
|
*
|
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-2
/
+3
|
*
|
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-36
/
+41
|
|
\
\
*
|
\
\
Merge branch 'ds/commit-graph-fsck'
Junio C Hamano
2018-08-03
1
-2
/
+8
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
commit: force commit to parse from object database
Derrick Stolee
2018-06-27
1
-2
/
+8
|
|
/
/
*
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2018-08-03
1
-2
/
+2
|
\
\
\
|
*
|
|
commit: express tree entry constants in terms of the_hash_algo
brian m. carlson
2018-07-16
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-36
/
+41
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
commit: allow lookup_commit_graft to handle arbitrary repositories
Stefan Beller
2018-05-18
1
-4
/
+4
|
*
commit: allow prepare_commit_graft to handle arbitrary repositories
Stefan Beller
2018-05-18
1
-8
/
+6
|
*
cache: convert get_graft_file to handle arbitrary repositories
Stefan Beller
2018-05-18
1
-1
/
+1
|
*
commit: convert read_graft_file to handle arbitrary repositories
Brandon Williams
2018-05-18
1
-3
/
+2
|
*
commit: convert register_commit_graft to handle arbitrary repositories
Brandon Williams
2018-05-18
1
-14
/
+15
|
*
commit: convert commit_graft_pos() to handle arbitrary repositories
Brandon Williams
2018-05-18
1
-4
/
+3
|
*
shallow: add repository argument to is_repository_shallow
Stefan Beller
2018-05-18
1
-1
/
+1
|
*
commit: add repository argument to lookup_commit_graft
Jonathan Nieder
2018-05-18
1
-2
/
+2
|
*
commit: add repository argument to prepare_commit_graft
Jonathan Nieder
2018-05-16
1
-2
/
+3
|
*
commit: add repository argument to read_graft_file
Jonathan Nieder
2018-05-16
1
-2
/
+3
|
*
commit: add repository argument to register_commit_graft
Jonathan Nieder
2018-05-16
1
-2
/
+2
|
*
commit: add repository argument to commit_graft_pos
Jonathan Nieder
2018-05-16
1
-4
/
+5
|
*
object: move grafts to object parser
Jonathan Nieder
2018-05-16
1
-19
/
+23
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
Merge branch 'sb/object-store-alloc'
Junio C Hamano
2018-06-25
1
-1
/
+14
|
\
|
|
*
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
2018-05-16
1
-0
/
+12
|
*
alloc: add repository argument to alloc_commit_node
Stefan Beller
2018-05-09
1
-1
/
+1
|
*
object: add repository argument to create_object
Stefan Beller
2018-05-09
1
-1
/
+2
*
|
Merge branch 'ds/commit-graph-lockfile-fix'
Junio C Hamano
2018-06-25
1
-8
/
+53
|
\
\
|
*
|
commit: use generation number in remove_redundant()
Derrick Stolee
2018-05-22
1
-1
/
+6
|
*
|
commit: add short-circuit to paint_down_to_common()
Derrick Stolee
2018-05-22
1
-4
/
+16
|
*
|
commit: use generation numbers for in_merge_bases()
Derrick Stolee
2018-05-22
1
-1
/
+8
[next]