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
2022-02-06
ls-remote & transport API: release "struct transport_ls_refs_options"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-10-03
Merge branch 'ah/connect-parse-feature-v0-fix'
Junio C Hamano
1
-0
/
+2
2021-09-27
connect: also update offset for features without values
Andrzej Hunt
1
-0
/
+2
2021-08-10
connect, protocol: log negotiated protocol version
Josh Steadmon
1
-0
/
+2
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+1
2021-02-17
Merge branch 'jt/clone-unborn-head'
Junio C Hamano
1
-3
/
+29
2021-02-05
clone: respect remote unborn HEAD
Jonathan Tan
1
-2
/
+26
2021-02-05
connect, transport: encapsulate arg in struct
Jonathan Tan
1
-1
/
+3
2021-01-25
Merge branch 'jk/forbid-lf-in-git-url'
Junio C Hamano
1
-0
/
+2
2021-01-07
git_connect_git(): forbid newlines in host and path
Jeff King
1
-0
/
+2
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
[next]