Sign in
googlers
/
jrn
/
git
/
16ab794b8257dd08906994d5cccacfa3886aa543
/
upload-pack.c
a012588
Merge branch 'cc/upload-pack-v2-fetch-fix'
by Junio C Hamano
· 4 years, 10 months ago
896833b
Merge branch 'tb/shallow-cleanup'
by Junio C Hamano
· 4 years, 10 months ago
08450ef
upload-pack: clear filter_options for each v2 fetch command
by Christian Couder
· 4 years, 10 months ago
120ad2b
shallow: extract a header file for shallow-related functions
by Taylor Blau
· 4 years, 11 months ago
4845b77
upload-pack: handle unexpected delim packets
by Jeff King
· 5 years ago
6dc905d
config: split repo scope to local and worktree
by Matthew Rogers
· 5 years ago
098e8c6
Merge branch 'jk/disable-commit-graph-during-upload-pack'
by Junio C Hamano
· 5 years ago
627b826
Merge branch 'md/list-objects-filter-combo'
by Junio C Hamano
· 5 years ago
6abada1
upload-pack: disable commit graph more gently for shallow traversal
by Jeff King
· 6 years ago
a7db4c1
Merge branch 'jk/oidhash'
by Junio C Hamano
· 6 years ago
5cb7c73
Merge branch 'ds/close-object-store'
by Junio C Hamano
· 6 years ago
489fc9e
list-objects-filter-options: allow mult. --filter
by Matthew DeVore
· 6 years ago
cf9ceb5
list-objects-filter-options: make filter_spec a string_list
by Matthew DeVore
· 6 years ago
d0229ab
object: convert lookup_object() to use object_id
by Jeff King
· 6 years ago
0ebbcf7
object: convert lookup_unknown_object() to use object_id
by Jeff King
· 6 years ago
62b89d4
upload-pack: rename a "sha1" variable to "oid"
by Jeff King
· 6 years ago
86d8730
Merge branch 'jk/HEAD-symref-in-xfer-namespaces'
by Junio C Hamano
· 6 years ago
c3a3a96
commit-graph: use raw_object_store when closing
by Derrick Stolee
· 6 years ago
533e088
upload-pack: strip namespace from symref data
by Jeff King
· 6 years ago
97616ca
Merge branch 'en/unicode-in-refnames'
by Junio C Hamano
· 6 years ago
0b179f3
Merge branch 'nd/sha1-name-c-wo-the-repository'
by Junio C Hamano
· 6 years ago
8e712ef
Honor core.precomposeUnicode in more places
by Elijah Newren
· 6 years ago
014ade7
upload-pack: send ERR packet for non-tip objects
by Jeff King
· 6 years ago
0b1dbf5
refs.c: remove the_repo from expand_ref()
by Nguyễn Thái Ngọc Duy
· 6 years ago
5f8b86d
Merge branch 'jt/fetch-v2-sideband'
by Junio C Hamano
· 6 years ago
073312b
Merge branch 'js/filter-options-should-use-plain-int'
by Junio C Hamano
· 6 years ago
07c3c2a
tests: define GIT_TEST_SIDEBAND_ALL
by Jonathan Tan
· 6 years ago
0bbc0bc
{fetch,upload}-pack: sideband v2 fetch response
by Jonathan Tan
· 6 years ago
87c2d9d
filter-options: expand scaled numbers
by Josh Steadmon
· 6 years ago
bc2e795
pkt-line: introduce struct packet_writer
by Jonathan Tan
· 6 years ago
5056cf4
upload-pack: teach deepen-relative in protocol v2
by Jonathan Tan
· 6 years ago
2d103c3
pack-protocol.txt: accept error packets in any context
by Masaya Suzuki
· 6 years ago
01f9ec6
Use packet_reader instead of packet_read_line
by Masaya Suzuki
· 6 years ago
3df27e0
Merge branch 'jt/upload-pack-v2-fix-shallow'
by Junio C Hamano
· 6 years ago
32d5d73
Merge branch 'jk/uploadpack-packobjectshook-fix'
by Junio C Hamano
· 6 years ago
d829d49
Merge branch 'bc/hash-transition-part-15'
by Junio C Hamano
· 6 years ago
aaaa881
upload-pack: fix broken if/else chain in config callback
by Jeff King
· 6 years ago
d1035ca
upload-pack: clear flags before each v2 request
by Jonathan Tan
· 6 years ago
1d1243f
upload-pack: make want_obj not global
by Jonathan Tan
· 6 years ago
0b9333f
upload-pack: make have_obj not global
by Jonathan Tan
· 6 years ago
6d8f8eb
Merge branch 'ds/commit-graph-with-grafts'
by Junio C Hamano
· 6 years ago
f690b6b
upload-pack: express constants in terms of the_hash_algo
by brian m. carlson
· 6 years ago
1b7a91d
Merge branch 'ds/reachable'
by Junio C Hamano
· 6 years ago
829a321
commit-graph: close_commit_graph before shallow walk
by Derrick Stolee
· 7 years ago
3a2a1dc
Merge branch 'sb/object-store-lookup'
by Junio C Hamano
· 7 years ago
88df0fa
Merge branch 'jt/connectivity-check-after-unshallow'
by Junio C Hamano
· 7 years ago
4fbcca4
commit-reach: make can_all_from_reach... linear
by Derrick Stolee
· 7 years ago
ba3ca1e
commit-reach: move can_all_from_reach_with_flags
by Derrick Stolee
· 7 years ago
118be57
upload-pack: generalize commit date cutoff
by Derrick Stolee
· 7 years ago
921bf77
upload-pack: refactor ok_to_give_up()
by Derrick Stolee
· 7 years ago
f044bb4
upload-pack: make reachable() more generic
by Derrick Stolee
· 7 years ago
00624d6
Merge branch 'sb/object-store-grafts'
by Junio C Hamano
· 7 years ago
a74093d
tag: add repository argument to deref_tag
by Stefan Beller
· 7 years ago
5abddd1
object: add repository argument to lookup_object
by Stefan Beller
· 7 years ago
109cd76
object: add repository argument to parse_object
by Stefan Beller
· 7 years ago
b16b60f
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
by Junio C Hamano
· 7 years ago
516e2b7
upload-pack: implement ref-in-want
by Brandon Williams
· 7 years ago
54db5c0
Merge branch 'jt/partial-clone-proto-v2'
by Junio C Hamano
· 7 years ago
42c8ce1
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
c881348
shallow: add repository argument to is_repository_shallow
by Stefan Beller
· 7 years ago
19143f1
shallow: add repository argument to register_shallow
by Stefan Beller
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 7 years ago
9bfa0f9
Merge branch 'bw/protocol-v2'
by Junio C Hamano
· 7 years ago
ba95710
{fetch,upload}-pack: support filter in protocol v2
by Jonathan Tan
· 7 years ago
5459268
upload-pack: read config when serving protocol v2
by Jonathan Tan
· 7 years ago
7cc6ed2
upload-pack: fix error message typo
by Jonathan Tan
· 7 years ago
ea44c0a
Merge branch 'bw/protocol-v2' into jt/partial-clone-proto-v2
by Junio C Hamano
· 7 years ago
55dc227
upload-pack: replace use of several hard-coded constants
by brian m. carlson
· 7 years ago
d807c4a
exec_cmd: rename to use dash in file name
by Stefan Beller
· 7 years ago
c2a499e
Merge branch 'jh/partial-clone'
by Junio C Hamano
· 7 years ago
c7620bd
upload-pack: disable object filtering when disabled by config
by Jonathan Nieder
· 7 years ago
685fbd3
fetch-pack: perform a fetch using v2
by Brandon Williams
· 7 years ago
3145ea9
upload-pack: introduce fetch server command
by Brandon Williams
· 7 years ago
ae2948f
upload-pack: factor out processing lines
by Brandon Williams
· 7 years ago
a3d6b53
upload-pack: convert to a builtin
by Brandon Williams
· 7 years ago
6bed209
Merge branch 'jh/partial-clone'
by Junio C Hamano
· 7 years ago
0b6069f
fetch-pack: test support excluding large blobs
by Jonathan Tan
· 7 years ago
10ac85c
upload-pack: add object filtering for partial clone
by Jeff Hostetler
· 7 years ago
4c6dad0
Merge branch 'bw/protocol-v1'
by Junio C Hamano
· 7 years ago
aa9bab2
upload-pack, receive-pack: introduce protocol version 1
by Brandon Williams
· 7 years ago
b420d90
refs: convert peel_ref to struct object_id
by brian m. carlson
· 7 years ago
cca5fa6
refs: convert dwim_ref and expand_ref to struct object_id
by brian m. carlson
· 7 years ago
69c54c7
Merge branch 'ma/leakplugs'
by Junio C Hamano
· 7 years ago
744c040
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
by René Scharfe
· 7 years ago
dcb572a
object_array: use `object_array_clear()`, not `free()`
by Martin Ågren
· 7 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
6b526ce
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
c251c83
object: convert parse_object* to take struct object_id
by brian m. carlson
· 8 years ago
cf93982
upload-pack: convert remaining parse_object callers to object_id
by brian m. carlson
· 8 years ago
e92b848
shallow: convert shallow registration functions to object_id
by brian m. carlson
· 8 years ago
dddbad7
timestamp_t: a new data type for timestamps
by Johannes Schindelin
· 8 years ago
cb71f8b
PRItime: introduce a new "printf format" for timestamps
by Johannes Schindelin
· 8 years ago
1aeb7e7
parse_timestamp(): specify explicitly where we parse timestamps
by Johannes Schindelin
· 8 years ago
bdb31ea
upload-pack: report "not our ref" to client
by Jonathan Tan
· 8 years ago
f8edeaa
upload-pack: optionally allow fetching any sha1
by David Turner
· 8 years ago
dbaa6bd
Merge branch 'ls/filter-process'
by Junio C Hamano
· 8 years ago
81c634e
pkt-line: rename packet_write() to packet_write_fmt()
by Lars Schneider
· 8 years ago
5411b10
upload-pack: use priority queue in reachable() check
by Jeff King
· 8 years ago
a460ea4
Merge branch 'nd/shallow-deepen'
by Junio C Hamano
· 8 years ago
Next »