index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
upload-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-8
/
+9
|
\
|
*
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
1
-1
/
+1
|
*
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
-6
/
+7
|
*
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-6
/
+9
|
|
\
*
|
\
Merge branch 'jt/connectivity-check-after-unshallow'
Junio C Hamano
2018-07-24
1
-0
/
+66
|
\
\
\
|
*
|
|
upload-pack: implement ref-in-want
Brandon Williams
2018-06-28
1
-0
/
+66
|
|
/
/
*
|
|
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-6
/
+9
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
shallow: add repository argument to is_repository_shallow
Stefan Beller
2018-05-18
1
-1
/
+1
|
*
shallow: add repository argument to register_shallow
Stefan Beller
2018-05-18
1
-3
/
+4
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
Merge branch 'jt/partial-clone-proto-v2'
Junio C Hamano
2018-05-30
1
-2
/
+17
|
\
\
|
*
|
{fetch,upload}-pack: support filter in protocol v2
Jonathan Tan
2018-05-06
1
-1
/
+14
|
*
|
upload-pack: read config when serving protocol v2
Jonathan Tan
2018-05-06
1
-0
/
+2
|
*
|
upload-pack: fix error message typo
Jonathan Tan
2018-05-02
1
-1
/
+1
|
*
|
Merge branch 'bw/protocol-v2' into jt/partial-clone-proto-v2
Junio C Hamano
2018-05-02
1
-150
/
+466
|
|
\
\
*
|
\
\
Merge branch 'bc/object-id'
Junio C Hamano
2018-05-30
1
-9
/
+9
|
\
\
\
\
|
*
|
|
|
upload-pack: replace use of several hard-coded constants
brian m. carlson
2018-05-02
1
-9
/
+9
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'bw/protocol-v2'
Junio C Hamano
2018-05-08
1
-150
/
+466
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
fetch-pack: perform a fetch using v2
Brandon Williams
2018-03-15
1
-35
/
+106
|
*
|
upload-pack: introduce fetch server command
Brandon Williams
2018-03-15
1
-0
/
+266
|
*
|
upload-pack: factor out processing lines
Brandon Williams
2018-03-14
1
-39
/
+74
|
*
|
upload-pack: convert to a builtin
Brandon Williams
2018-03-14
1
-82
/
+25
*
|
|
exec_cmd: rename to use dash in file name
Stefan Beller
2018-04-11
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'jh/partial-clone'
Junio C Hamano
2018-03-30
1
-4
/
+4
|
\
\
|
*
|
upload-pack: disable object filtering when disabled by config
Jonathan Nieder
2018-03-30
1
-4
/
+4
*
|
|
Merge branch 'jh/partial-clone'
Junio C Hamano
2018-02-13
1
-1
/
+30
|
\
|
|
|
|
/
|
/
|
|
*
fetch-pack: test support excluding large blobs
Jonathan Tan
2017-12-08
1
-4
/
+9
|
*
upload-pack: add object filtering for partial clone
Jeff Hostetler
2017-12-08
1
-1
/
+25
*
|
Merge branch 'bw/protocol-v1'
Junio C Hamano
2017-12-06
1
-1
/
+19
|
\
\
|
*
|
upload-pack, receive-pack: introduce protocol version 1
Brandon Williams
2017-10-17
1
-1
/
+19
*
|
|
refs: convert peel_ref to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
*
|
|
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'ma/leakplugs'
Junio C Hamano
2017-09-29
1
-1
/
+1
|
\
\
|
*
|
object_array: use `object_array_clear()`, not `free()`
Martin Ågren
2017-09-24
1
-1
/
+1
|
|
/
*
/
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
René Scharfe
2017-09-24
1
-2
/
+1
|
/
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-30
/
+30
|
\
\
|
*
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-4
/
+4
|
*
|
upload-pack: convert remaining parse_object callers to object_id
brian m. carlson
2017-05-08
1
-25
/
+25
|
*
|
shallow: convert shallow registration functions to object_id
brian m. carlson
2017-05-08
1
-4
/
+4
|
|
/
*
|
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-2
/
+2
*
|
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
2017-04-24
1
-1
/
+1
*
|
parse_timestamp(): specify explicitly where we parse timestamps
Johannes Schindelin
2017-04-24
1
-1
/
+1
|
/
*
upload-pack: report "not our ref" to client
Jonathan Tan
2017-02-23
1
-1
/
+5
*
upload-pack: optionally allow fetching any sha1
David Turner
2016-11-18
1
-1
/
+9
*
Merge branch 'ls/filter-process'
Junio C Hamano
2016-10-31
1
-17
/
+17
|
\
|
*
pkt-line: rename packet_write() to packet_write_fmt()
Lars Schneider
2016-10-17
1
-15
/
+15
*
|
upload-pack: use priority queue in reachable() check
Jeff King
2016-10-11
1
-6
/
+7
[next]