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
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-27
Merge branch 'jk/leakfix'
Junio C Hamano
1
-2
/
+2
2020-08-14
config: fix leaks from git_config_get_string_const()
Jeff King
1
-2
/
+2
2020-07-30
strvec: rename struct fields
Jeff King
1
-8
/
+8
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-3
/
+4
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
1
-24
/
+24
2020-07-06
Merge branch 'bc/sha-256-part-2'
Junio C Hamano
1
-29
/
+109
2020-05-27
serve: advertise object-format capability for protocol v2
brian m. carlson
1
-0
/
+2
2020-05-27
connect: parse v2 refs with correct hash algorithm
brian m. carlson
1
-5
/
+16
2020-05-27
connect: pass full packet reader when parsing v2 refs
brian m. carlson
1
-2
/
+3
2020-05-27
connect: detect algorithm when fetching refs
brian m. carlson
1
-4
/
+17
2020-05-27
connect: make parse_feature_value extern
brian m. carlson
1
-2
/
+1
2020-05-27
connect: add function to detect supported v1 hash functions
brian m. carlson
1
-0
/
+22
2020-05-27
connect: add function to fetch value of a v2 server capability
brian m. carlson
1
-0
/
+15
2020-05-27
connect: add function to parse multiple v1 capability values
brian m. carlson
1
-9
/
+21
2020-05-27
connect: have ref processing code take struct packet_reader
brian m. carlson
1
-11
/
+16
2020-05-24
stateless-connect: send response end packet
Denton Liu
1
-1
/
+15
2020-05-24
pkt-line: define PACKET_READ_RESPONSE_END
Denton Liu
1
-0
/
+2
2020-03-30
oid_array: rename source file from sha1-array
Jeff King
1
-1
/
+1
2019-12-06
Sync with 2.23.1
Johannes Schindelin
1
-1
/
+1
2019-12-06
Sync with 2.21.1
Johannes Schindelin
1
-1
/
+1
2019-12-06
Sync with 2.20.2
Johannes Schindelin
1
-1
/
+1
2019-12-06
Sync with 2.19.3
Johannes Schindelin
1
-1
/
+1
2019-12-06
Sync with 2.18.2
Johannes Schindelin
1
-1
/
+1
2019-12-06
Sync with 2.17.3
Johannes Schindelin
1
-1
/
+1
2019-12-06
Sync with 2.15.4
Johannes Schindelin
1
-1
/
+1
2019-12-06
Sync with 2.14.6
Johannes Schindelin
1
-1
/
+1
2019-12-05
mingw: handle `subst`-ed "DOS drives"
Johannes Schindelin
1
-1
/
+1
2019-08-26
mingw: support UNC in git clone file://server/share/repo
Torsten Bögershausen
1
-0
/
+4
2019-02-22
trace2:data: add trace2 transport child classification
Jeff Hostetler
1
-0
/
+3
2019-01-02
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
1
-3
/
+0
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-1
/
+1
2018-07-23
connect.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-35
/
+39
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
1
-11
/
+10
2018-06-01
Merge branch 'nd/command-list'
Junio C Hamano
1
-0
/
+1
2018-05-23
Merge branch 'bw/server-options'
Junio C Hamano
1
-1
/
+8
2018-05-21
Move declaration for alias.c to alias.h
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-05-08
Merge branch 'nd/warn-more-for-devs'
Junio C Hamano
1
-1
/
+1
2018-04-24
ls-remote: send server options when using protocol v2
Brandon Williams
1
-1
/
+8
2018-04-16
connect.c: mark die_initial_contact() NORETURN
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-03-15
connect: don't request v2 when pushing
Brandon Williams
1
-0
/
+8
2018-03-15
connect: refactor git_connect to only get the protocol version once
Brandon Williams
1
-12
/
+15
2018-03-15
fetch-pack: support shallow requests
Brandon Williams
1
-0
/
+22
2018-03-15
connect: request remote refs using v2
Brandon Williams
1
-5
/
+133
2018-03-14
protocol: introduce enum protocol_version value protocol_v2
Brandon Williams
1
-0
/
+3
2018-03-14
connect: discover protocol version outside of get_remote_heads
Brandon Williams
1
-17
/
+10
2018-03-14
connect: convert get_remote_heads to use struct packet_reader
Brandon Williams
1
-78
/
+95
2017-11-21
connect: correct style of C-style comment
Jonathan Nieder
1
-1
/
+2
2017-11-21
ssh: 'simple' variant does not support --port
Jonathan Nieder
1
-3
/
+12
2017-11-21
ssh: 'simple' variant does not support -4/-6
Jonathan Nieder
1
-3
/
+22
2017-11-21
ssh: 'auto' variant to select between 'ssh' and 'simple'
Jonathan Nieder
1
-7
/
+25
[next]