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-06-10
upload-pack: send part of packfile response as uri
Jonathan Tan
1
-6
/
+71
2020-06-10
upload-pack: refactor reading of pack-objects out
Jonathan Tan
1
-35
/
+49
2020-06-04
upload-pack: move pack_objects_hook to upload_pack_data
Christian Couder
1
-4
/
+7
2020-06-04
upload-pack: move allow_sideband_all to upload_pack_data
Christian Couder
1
-4
/
+3
2020-06-04
upload-pack: move allow_ref_in_want to upload_pack_data
Christian Couder
1
-4
/
+3
2020-06-04
upload-pack: move allow_filter to upload_pack_data
Christian Couder
1
-5
/
+6
2020-06-04
upload-pack: move keepalive to upload_pack_data
Christian Couder
1
-7
/
+14
2020-06-04
upload-pack: pass upload_pack_data to upload_pack_config()
Christian Couder
1
-5
/
+5
2020-06-04
upload-pack: change multi_ack to an enum
Christian Couder
1
-6
/
+10
2020-06-04
upload-pack: move multi_ack to upload_pack_data
Christian Couder
1
-10
/
+10
2020-06-04
upload-pack: move filter_capability_requested to upload_pack_data
Christian Couder
1
-3
/
+3
2020-06-04
upload-pack: move use_sideband to upload_pack_data
Christian Couder
1
-15
/
+19
2020-06-04
upload-pack: move static vars to upload_pack_data
Christian Couder
1
-14
/
+14
2020-06-04
upload-pack: annotate upload_pack_data fields
Christian Couder
1
-5
/
+10
2020-06-04
upload-pack: actually use some upload_pack_data bitfields
Jeff King
1
-15
/
+14
2020-05-27
remote: advertise the object-format capability on the server side
brian m. carlson
1
-1
/
+2
2020-05-18
upload-pack: use upload_pack_data fields in receive_needs()
Christian Couder
1
-15
/
+13
2020-05-18
upload-pack: pass upload_pack_data to create_pack_file()
Christian Couder
1
-15
/
+9
2020-05-18
upload-pack: remove static variable 'stateless_rpc'
Christian Couder
1
-6
/
+7
2020-05-18
upload-pack: pass upload_pack_data to check_non_tip()
Christian Couder
1
-7
/
+6
2020-05-18
upload-pack: pass upload_pack_data to send_ref()
Christian Couder
1
-3
/
+4
2020-05-18
upload-pack: move symref to upload_pack_data
Christian Couder
1
-5
/
+7
2020-05-18
upload-pack: use upload_pack_data writer in receive_needs()
Christian Couder
1
-5
/
+3
2020-05-18
upload-pack: pass upload_pack_data to receive_needs()
Christian Couder
1
-9
/
+8
2020-05-18
upload-pack: pass upload_pack_data to get_common_commits()
Christian Couder
1
-13
/
+13
2020-05-18
upload-pack: use 'struct upload_pack_data' in upload_pack()
Christian Couder
1
-15
/
+17
2020-05-18
upload-pack: move 'struct upload_pack_data' around
Christian Couder
1
-56
/
+56
2020-05-18
upload-pack: move {want,have}_obj to upload_pack_data
Christian Couder
1
-23
/
+25
2020-05-18
upload-pack: remove unused 'wants' from upload_pack_data
Christian Couder
1
-4
/
+0
2020-05-13
Merge branch 'cc/upload-pack-v2-fetch-fix'
Junio C Hamano
1
-12
/
+22
2020-05-13
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
1
-0
/
+1
2020-05-08
upload-pack: clear filter_options for each v2 fetch command
Christian Couder
1
-12
/
+22
2020-04-30
shallow: extract a header file for shallow-related functions
Taylor Blau
1
-0
/
+1
2020-03-27
upload-pack: handle unexpected delim packets
Jeff King
1
-1
/
+4
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
[prev]
[next]