index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
upload-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-10
config: split repo scope to local and worktree
Matthew Rogers
1
-1
/
+2
2019-10-07
Merge branch 'jk/disable-commit-graph-during-upload-pack'
Junio C Hamano
1
-1
/
+1
2019-09-18
Merge branch 'md/list-objects-filter-combo'
Junio C Hamano
1
-6
/
+7
2019-09-12
upload-pack: disable commit graph more gently for shallow traversal
Jeff King
1
-1
/
+1
2019-07-09
Merge branch 'jk/oidhash'
Junio C Hamano
1
-4
/
+4
2019-07-09
Merge branch 'ds/close-object-store'
Junio C Hamano
1
-1
/
+1
2019-06-28
list-objects-filter-options: allow mult. --filter
Matthew DeVore
1
-0
/
+2
2019-06-28
list-objects-filter-options: make filter_spec a string_list
Matthew DeVore
1
-6
/
+5
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
1
-1
/
+1
2019-06-20
object: convert lookup_unknown_object() to use object_id
Jeff King
1
-1
/
+1
2019-06-20
upload-pack: rename a "sha1" variable to "oid"
Jeff King
1
-3
/
+3
2019-06-17
Merge branch 'jk/HEAD-symref-in-xfer-namespaces'
Junio C Hamano
1
-2
/
+2
2019-06-12
commit-graph: use raw_object_store when closing
Derrick Stolee
1
-1
/
+1
2019-05-28
upload-pack: strip namespace from symref data
Jeff King
1
-2
/
+2
2019-05-19
Merge branch 'en/unicode-in-refnames'
Junio C Hamano
1
-0
/
+2
2019-05-09
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2019-04-26
Honor core.precomposeUnicode in more places
Elijah Newren
1
-0
/
+2
2019-04-15
upload-pack: send ERR packet for non-tip objects
Jeff King
1
-3
/
+8
2019-04-08
refs.c: remove the_repo from expand_ref()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-02-05
Merge branch 'jt/fetch-v2-sideband'
Junio C Hamano
1
-71
/
+101
2019-02-05
Merge branch 'js/filter-options-should-use-plain-int'
Junio C Hamano
1
-2
/
+5
2019-01-17
tests: define GIT_TEST_SIDEBAND_ALL
Jonathan Tan
1
-5
/
+8
2019-01-17
{fetch,upload}-pack: sideband v2 fetch response
Jonathan Tan
1
-0
/
+16
2019-01-15
filter-options: expand scaled numbers
Josh Steadmon
1
-2
/
+5
2019-01-15
pkt-line: introduce struct packet_writer
Jonathan Tan
1
-52
/
+60
2019-01-10
upload-pack: teach deepen-relative in protocol v2
Jonathan Tan
1
-2
/
+15
2019-01-02
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
1
-1
/
+3
2019-01-02
Use packet_reader instead of packet_read_line
Masaya Suzuki
1
-18
/
+20
2018-11-06
Merge branch 'jt/upload-pack-v2-fix-shallow'
Junio C Hamano
1
-63
/
+90
2018-10-30
Merge branch 'jk/uploadpack-packobjectshook-fix'
Junio C Hamano
1
-3
/
+6
2018-10-30
Merge branch 'bc/hash-transition-part-15'
Junio C Hamano
1
-6
/
+7
2018-10-26
upload-pack: fix broken if/else chain in config callback
Jeff King
1
-3
/
+6
2018-10-19
upload-pack: clear flags before each v2 request
Jonathan Tan
1
-4
/
+9
2018-10-19
upload-pack: make want_obj not global
Jonathan Tan
1
-50
/
+66
2018-10-19
upload-pack: make have_obj not global
Jonathan Tan
1
-26
/
+32
2018-10-16
Merge branch 'ds/commit-graph-with-grafts'
Junio C Hamano
1
-0
/
+2
2018-10-15
upload-pack: express constants in terms of the_hash_algo
brian m. carlson
1
-6
/
+7
2018-09-17
Merge branch 'ds/reachable'
Junio C Hamano
1
-53
/
+5
2018-08-21
commit-graph: close_commit_graph before shallow walk
Derrick Stolee
1
-0
/
+2
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
1
-8
/
+9
2018-07-24
Merge branch 'jt/connectivity-check-after-unshallow'
Junio C Hamano
1
-0
/
+66
2018-07-20
commit-reach: make can_all_from_reach... linear
Derrick Stolee
1
-1
/
+4
2018-07-20
commit-reach: move can_all_from_reach_with_flags
Derrick Stolee
1
-69
/
+1
2018-07-20
upload-pack: generalize commit date cutoff
Derrick Stolee
1
-6
/
+10
2018-07-20
upload-pack: refactor ok_to_give_up()
Derrick Stolee
1
-11
/
+23
2018-07-20
upload-pack: make reachable() more generic
Derrick Stolee
1
-8
/
+9
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-6
/
+9
2018-06-29
tag: add repository argument to deref_tag
Stefan Beller
1
-1
/
+1
2018-06-29
object: add repository argument to lookup_object
Stefan Beller
1
-1
/
+1
2018-06-29
object: add repository argument to parse_object
Stefan Beller
1
-6
/
+7
[next]