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
/
transport-helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-15
transport: convert get_refs_list to take a list of ref prefixes
Brandon Williams
1
-2
/
+3
2018-02-13
Merge branch 'jh/partial-clone'
Junio C Hamano
1
-0
/
+5
2017-12-28
Merge branch 'jt/transport-hide-vtable'
Junio C Hamano
1
-9
/
+14
2017-12-27
Merge branch 'rs/fmt-merge-msg-leakfix'
Junio C Hamano
1
-2
/
+5
2017-12-14
transport: make transport vtable more private
Jonathan Tan
1
-9
/
+14
2017-12-08
transport-helper: plug strbuf and string_list leaks
René Scharfe
1
-2
/
+5
2017-12-08
fetch-pack, index-pack, transport: partial clone
Jeff Hostetler
1
-0
/
+5
2017-10-23
Merge branch 'jk/write-in-full-fix' into maint
Junio C Hamano
1
-3
/
+2
2017-10-16
refs: convert resolve_ref_unsafe to struct object_id
brian m. carlson
1
-4
/
+3
2017-10-16
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
1
-3
/
+2
2017-10-16
refs: convert update_ref and refs_update_ref to use struct object_id
brian m. carlson
1
-1
/
+2
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
1
-3
/
+2
2017-09-19
Merge branch 'rs/strbuf-leakfix'
Junio C Hamano
1
-0
/
+1
2017-09-14
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
1
-3
/
+2
2017-09-10
Merge branch 'ma/ts-cleanups'
Junio C Hamano
1
-0
/
+7
2017-09-07
transport-helper: release strbuf after use in process_connect_service()
Rene Scharfe
1
-0
/
+1
2017-08-23
ThreadSanitizer: add suppressions
Martin Ågren
1
-0
/
+7
2017-07-17
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
1
-1
/
+1
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-18
/
+9
2017-03-30
transport-helper: replace checked snprintf with xsnprintf
Jeff King
1
-4
/
+1
2017-02-27
Merge branch 'jn/remote-helpers-with-git-dir'
Junio C Hamano
1
-2
/
+3
2017-02-14
remote helpers: avoid blind fall-back to ".git" when setting GIT_DIR
Jonathan Nieder
1
-2
/
+3
2017-02-08
push options: pass push options to the transport helper
Stefan Beller
1
-0
/
+7
2016-10-10
Merge branch 'nd/shallow-deepen'
Junio C Hamano
1
-14
/
+48
2016-08-11
Spelling fixes
Ville Skyttä
1
-4
/
+4
2016-06-17
i18n: transport-helper.c: change N_() call to _()
Vasco Almeida
1
-1
/
+1
2016-06-13
fetch, upload-pack: --deepen=N extends shallow boundary by N commits
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2016-06-13
fetch: define shallow boundary with --shallow-exclude
Nguyễn Thái Ngọc Duy
1
-0
/
+24
2016-06-13
transport-helper.c: refactor set_helper_option()
Nguyễn Thái Ngọc Duy
1
-14
/
+23
2016-05-17
Merge branch 'nd/error-errno'
Junio C Hamano
1
-3
/
+3
2016-05-09
transport-helper.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2016-05-06
typofix: assorted typofixes in comments, documentation and messages
Li Peng
1
-1
/
+1
2016-02-24
Merge branch 'ew/force-ipv4'
Junio C Hamano
1
-0
/
+15
2016-02-12
connect & http: support -4 and -6 switches for remote operations
Eric Wong
1
-0
/
+15
2016-01-15
transport-helper: read helper response with strbuf_getline()
Junio C Hamano
1
-1
/
+1
2016-01-15
strbuf: give strbuf_getline() to the "most text friendly" variant
Junio C Hamano
1
-1
/
+2
2016-01-15
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
1
-1
/
+1
2015-11-20
push_refs_with_export: convert to struct object_id
brian m. carlson
1
-4
/
+4
2015-11-20
Convert struct ref to use object_id.
brian m. carlson
1
-9
/
+9
2015-09-28
Sync with v2.5.4
Junio C Hamano
1
-0
/
+2
2015-09-28
Sync with 2.4.10
Junio C Hamano
1
-0
/
+2
2015-09-28
Sync with 2.3.10
Junio C Hamano
1
-0
/
+2
2015-09-23
transport: add a protocol-whitelist environment variable
Jeff King
1
-0
/
+2
2015-08-31
Merge branch 'db/push-sign-if-asked'
Junio C Hamano
1
-17
/
+17
2015-08-19
push: support signing pushes iff the server supports it
Dave Borowitz
1
-17
/
+17
2015-08-03
transport-helper: die on errors reading refs.
Stefan Beller
1
-2
/
+6
2015-03-05
Merge branch 'jc/push-cert' into maint
Junio C Hamano
1
-1
/
+1
2015-03-05
Merge branch 'mh/deref-symref-over-helper-transport' into maint
Junio C Hamano
1
-5
/
+8
2015-02-25
Merge branch 'mh/transport-capabilities'
Junio C Hamano
1
-12
/
+13
2015-02-25
Merge branch 'dp/remove-duplicated-header-inclusion'
Junio C Hamano
1
-1
/
+0
[prev]
[next]