index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
transport.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
builtin/clone.c: add --reject-shallow option
Li Linchao
2021-04-01
1
-0
/
+4
*
clone: respect remote unborn HEAD
Jonathan Tan
2021-02-05
1
-0
/
+8
*
connect, transport: encapsulate arg in struct
Jonathan Tan
2021-02-05
1
-7
/
+14
*
push: parse and set flag for "--force-if-includes"
Srinidhi Kaushik
2020-10-03
1
-5
/
+10
*
Merge branch 'jt/lazy-fetch'
Junio C Hamano
2020-09-03
1
-8
/
+0
|
\
|
*
fetch-pack: remove no_dependents code
Jonathan Tan
2020-08-19
1
-7
/
+0
*
|
(various): document from_promisor parameter
Jonathan Tan
2020-08-25
1
-0
/
+3
|
/
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-1
/
+1
*
Merge branch 'bc/sha-256-part-2'
Junio C Hamano
2020-07-07
1
-0
/
+8
|
\
|
*
transport: add a hash algorithm member
brian m. carlson
2020-05-27
1
-0
/
+8
*
|
fetch-pack: support more than one pack lockfile
Jonathan Tan
2020-06-11
1
-3
/
+3
|
/
*
transport-helper: new method reject_atomic_push()
Jiang Xin
2020-04-17
1
-0
/
+3
*
remote-curl: pass on atomic capability to remote side
brian m. carlson
2019-10-17
1
-0
/
+3
*
object-store.h: move for_each_alternate_ref() from transport.h
Jeff King
2019-07-01
1
-2
/
+0
*
*.[ch]: remove extern from function declarations using spatch
Denton Liu
2019-05-05
1
-2
/
+2
*
transport.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-11-12
1
-1
/
+2
*
transport: drop refnames from for_each_alternate_ref
Jeff King
2018-10-09
1
-1
/
+1
*
Merge branch 'jt/connectivity-check-after-unshallow'
Junio C Hamano
2018-08-16
1
-2
/
+1
|
\
|
*
fetch-pack: unify ref in and out param
Jonathan Tan
2018-08-02
1
-2
/
+1
*
|
Merge branch 'jt/fetch-nego-tip'
Junio C Hamano
2018-08-03
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
fetch-pack: support negotiation tip whitelist
Jonathan Tan
2018-07-04
1
-0
/
+10
*
|
fetch-pack: write shallow, then check connectivity
Jonathan Tan
2018-07-03
1
-0
/
+11
*
|
fetch-pack: put shallow info in output parameter
Brandon Williams
2018-06-28
1
-1
/
+2
|
/
*
Merge branch 'bw/ref-prefix-for-configured-refspec'
Junio C Hamano
2018-05-30
1
-3
/
+1
|
\
|
*
transport: remove transport_verify_remote_names
Brandon Williams
2018-05-17
1
-2
/
+0
|
*
transport: convert transport_push to take a struct refspec
Brandon Williams
2018-05-17
1
-1
/
+1
|
*
Merge branch 'bw/protocol-v2'
Junio C Hamano
2018-05-08
1
-1
/
+17
|
|
\
*
|
|
ls-remote: send server options when using protocol v2
Brandon Williams
2018-04-24
1
-0
/
+6
*
|
|
Merge branch 'bw/protocol-v2' into HEAD
Junio C Hamano
2018-04-24
1
-1
/
+17
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
transport-helper: introduce stateless-connect
Brandon Williams
2018-03-15
1
-0
/
+6
|
*
transport: convert transport_get_remote_refs to take a list of ref prefixes
Brandon Williams
2018-03-15
1
-1
/
+11
*
|
Merge branch 'jh/partial-clone'
Junio C Hamano
2018-02-13
1
-0
/
+5
|
\
\
|
*
|
fetch-pack, index-pack, transport: partial clone
Jeff Hostetler
2017-12-08
1
-0
/
+5
*
|
|
Merge branch 'jh/fsck-promisors'
Junio C Hamano
2018-02-13
1
-0
/
+11
|
\
|
|
|
|
/
|
/
|
|
*
introduce fetch-object: fetch one promisor object
Jonathan Tan
2017-12-05
1
-0
/
+11
*
|
transport: make transport vtable more private
Jonathan Tan
2017-12-14
1
-52
/
+2
*
|
transport: remove unused "push" in vtable
Jonathan Tan
2017-12-13
1
-1
/
+0
|
/
*
for_each_alternate_ref: pass name/oid instead of ref struct
Jeff King
2017-02-09
1
-1
/
+1
*
Merge branch 'bw/push-submodule-only'
Junio C Hamano
2017-01-31
1
-15
/
+16
|
\
|
*
push: add option to push only submodules
Brandon Williams
2016-12-20
1
-0
/
+1
|
*
transport: reformat flag #defines to be more readable
Brandon Williams
2016-12-20
1
-15
/
+15
*
|
Merge branch 'bw/transport-protocol-policy'
Junio C Hamano
2016-12-27
1
-9
/
+10
|
\
\
|
|
/
|
/
|
|
*
transport: add from_user parameter to is_transport_allowed
Brandon Williams
2016-12-15
1
-3
/
+10
|
*
http: always warn if libcurl version is too old
Brandon Williams
2016-12-15
1
-6
/
+0
*
|
Merge branch 'jc/abbrev-auto'
Junio C Hamano
2016-10-27
1
-1
/
+1
|
\
\
|
*
|
transport: allow summary-width to be computed dynamically
Junio C Hamano
2016-10-22
1
-1
/
+1
*
|
|
Merge branch 'lt/abbrev-auto'
Junio C Hamano
2016-10-27
1
-2
/
+1
|
\
|
|
|
*
|
abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizing
Junio C Hamano
2016-10-03
1
-2
/
+1
*
|
|
Merge branch 'nd/shallow-deepen'
Junio C Hamano
2016-10-10
1
-0
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fetch, upload-pack: --deepen=N extends shallow boundary by N commits
Nguyễn Thái Ngọc Duy
2016-06-13
1
-0
/
+4
[next]