index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remote-curl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
push: parse and set flag for "--force-if-includes"
Srinidhi Kaushik
2020-10-03
1
-1
/
+13
*
Merge branch 'jt/lazy-fetch'
Junio C Hamano
2020-09-03
1
-6
/
+0
|
\
|
*
fetch-pack: remove no_dependents code
Jonathan Tan
2020-08-19
1
-6
/
+0
*
|
(various): document from_promisor parameter
Jonathan Tan
2020-08-25
1
-0
/
+3
|
/
*
Merge branch 'jk/strvec'
Junio C Hamano
2020-08-10
1
-51
/
+51
|
\
|
*
strvec: rename struct fields
Jeff King
2020-07-31
1
-3
/
+3
|
*
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-4
/
+4
|
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-43
/
+43
|
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
|
Merge branch 'bc/push-cas-cquoted-refname' into master
Junio C Hamano
2020-07-30
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
remote-curl: make --force-with-lease work with non-ASCII ref names
brian m. carlson
2020-07-21
1
-1
/
+5
*
|
Merge branch 'bc/sha-256-part-2'
Junio C Hamano
2020-07-07
1
-4
/
+42
|
\
\
|
*
|
remote-curl: avoid truncating refs with ls-remote
brian m. carlson
2020-06-19
1
-1
/
+3
|
*
|
remote-curl: detect algorithm for dumb HTTP by size
brian m. carlson
2020-06-19
1
-2
/
+21
|
*
|
remote-curl: implement object-format extensions
brian m. carlson
2020-05-27
1
-1
/
+18
*
|
|
stateless-connect: send response end packet
Denton Liu
2020-05-25
1
-0
/
+5
*
|
|
pkt-line: define PACKET_READ_RESPONSE_END
Denton Liu
2020-05-25
1
-0
/
+2
*
|
|
remote-curl: error on incomplete packet
Denton Liu
2020-05-25
1
-3
/
+56
*
|
|
remote-curl: remove label indentation
Denton Liu
2020-05-18
1
-1
/
+1
*
|
|
remote-curl: fix typo
Denton Liu
2020-05-18
1
-1
/
+1
|
/
/
*
/
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
|
/
*
Merge branch 'rs/show-progress-in-dumb-http-fetch'
Junio C Hamano
2020-03-09
1
-0
/
+1
|
\
|
*
remote-curl: show progress for fetches over dumb HTTP
René Scharfe
2020-03-03
1
-0
/
+1
*
|
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
2020-01-31
1
-2
/
+3
|
/
*
Merge branch 'bc/smart-http-atomic-push'
Junio C Hamano
2019-10-23
1
-1
/
+12
|
\
|
*
remote-curl: pass on atomic capability to remote side
brian m. carlson
2019-10-17
1
-1
/
+12
*
|
remote-curl: use argv_array in parse_push()
René Scharfe
2019-10-15
1
-13
/
+9
|
/
*
i18n: fix typos found during l10n for git 2.22.0
Jiang Xin
2019-06-03
1
-2
/
+2
*
Merge branch 'bc/hash-transition-16'
Junio C Hamano
2019-04-25
1
-5
/
+6
|
\
|
*
remote-curl: make hash size independent
brian m. carlson
2019-04-01
1
-5
/
+6
*
|
Merge branch 'js/remote-curl-i18n'
Junio C Hamano
2019-04-16
1
-25
/
+25
|
\
\
|
*
|
remote-curl: mark all error messages for translation
Johannes Schindelin
2019-03-06
1
-25
/
+25
*
|
|
Merge branch 'js/anonymize-remote-curl-diag'
Junio C Hamano
2019-04-16
1
-6
/
+13
|
\
|
|
|
|
/
|
/
|
|
*
curl: anonymize URLs in error messages and warnings
Johannes Schindelin
2019-03-05
1
-6
/
+13
|
*
Merge branch 'en/double-semicolon-fix' into maint
Junio C Hamano
2018-11-21
1
-1
/
+1
|
|
\
*
|
\
Merge branch 'jt/http-auth-proto-v2-fix'
Junio C Hamano
2019-03-07
1
-205
/
+179
|
\
\
\
|
*
|
|
remote-curl: use post_rpc() for protocol v2 also
Jonathan Tan
2019-03-03
1
-184
/
+149
|
*
|
|
remote-curl: refactor reading into rpc_state's buf
Jonathan Tan
2019-02-22
1
-9
/
+24
|
*
|
|
remote-curl: reduce scope of rpc_state.result
Jonathan Tan
2019-02-14
1
-12
/
+13
|
*
|
|
remote-curl: reduce scope of rpc_state.stdin_preamble
Jonathan Tan
2019-02-14
1
-9
/
+4
|
*
|
|
remote-curl: reduce scope of rpc_state.argv
Jonathan Tan
2019-02-14
1
-7
/
+5
*
|
|
|
trace2: create new combined trace facility
Jeff Hostetler
2019-02-23
1
-0
/
+7
|
/
/
/
*
|
|
remote-curl: tighten "version 2" check for smart-http
Jeff King
2019-02-06
1
-1
/
+1
*
|
|
remote-curl: refactor smart-http discovery
Jeff King
2019-02-06
1
-43
/
+57
*
|
|
Merge branch 'jt/fetch-v2-sideband'
Junio C Hamano
2019-02-05
1
-9
/
+20
|
\
\
\
|
*
|
|
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
2019-01-02
1
-3
/
+6
|
*
|
|
Use packet_reader instead of packet_read_line
Masaya Suzuki
2019-01-02
1
-7
/
+15
*
|
|
|
Merge branch 'ms/http-no-more-failonerror'
Junio C Hamano
2019-01-29
1
-5
/
+24
|
\
\
\
\
|
*
|
|
|
remote-curl: unset CURLOPT_FAILONERROR
Masaya Suzuki
2019-01-11
1
-0
/
+10
|
*
|
|
|
remote-curl: define struct for CURLOPT_WRITEFUNCTION
Masaya Suzuki
2019-01-11
1
-4
/
+14
[next]