aboutsummaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAge
...
* | | | | | write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano2015-08-25
* | | | | | write_file(): drop "fatal" parameterJunio C Hamano2015-08-24
| |/ / / / |/| | | |
* | | | | write_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | | | | write_refs_to_temp_dir(): convert local variable sha1 to object_idMichael Haggerty2015-05-25
* | | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-01
* | | | | Merge branch 'jk/fetch-pack'Junio C Hamano2015-03-25
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | fetch_refs_via_pack: free extra copy of refsJeff King2015-03-19
| |/ / /
* | | | Merge branch 'rs/use-isxdigit'Junio C Hamano2015-03-20
|\ \ \ \ | | |_|/ | |/| |
| * | | use isxdigit() for checking if a character is a hexadecimal digitRené Scharfe2015-03-10
* | | | Merge branch 'sb/atomic-push'Junio C Hamano2015-02-11
|\ \ \ \ | |_|_|/ |/| | |
| * | | push.c: add an --atomic argumentRonnie Sahlberg2015-01-07
| * | | send-pack.c: add --atomic command line argumentRonnie Sahlberg2015-01-07
| | |/ | |/|
* | | transport: simplify duplicating a substring in transport_get() using xmemdupz()René Scharfe2014-12-29
|/ /
* | Merge branch 'sb/plug-transport-leak'Junio C Hamano2014-10-24
|\ \
| * | transport: free leaking head in transport_print_push_status()Stefan Beller2014-10-21
* | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
* | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-08
|\ \ \
| * | | signed push: add "pushee" header to push certificateJunio C Hamano2014-09-15
| * | | push: the beginning of "git push --signed"Junio C Hamano2014-09-15
| |/ /
* | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
|/ /
* | Merge branch 'jk/misc-fixes-maint'Junio C Hamano2014-07-28
|\ \
| * | transport: fix leaks in refs_from_alternate_cbJeff King2014-07-24
| |/
* | Merge branch 'ta/string-list-init'Junio C Hamano2014-07-23
|\ \
| * | replace memset with string-list initializersTanay Abhra2014-07-21
* | | transport: simplify fetch_objs_via_rsync() using argv_arrayRené Scharfe2014-07-18
|/ /
* | refactor skip_prefix to return a booleanJeff King2014-06-20
|/
* push: detect local refspec errors earlyJeff King2014-03-05
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\
| * send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy2013-12-10
| * fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-10
| * fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-10
| * clone: support remote shallow repositoryNguyễn Thái Ngọc Duy2013-12-10
| * connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-10
| * remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy2013-12-10
* | Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano2013-12-17
|\ \
| * | connect.c: refactor url parsingTorsten Bögershausen2013-12-09
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/
* Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'Junio C Hamano2013-09-09
|\
| * fetch: work around "transport-take-over" hackJunio C Hamano2013-08-07
* | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-22
* | push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano2013-07-22
* | cache.h: move remote/connect API out of itJunio C Hamano2013-07-08
|/
* Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'Junio C Hamano2013-06-26
|\
| * fix "builtin-*" references to be "builtin/*"Phil Hord2013-06-18
* | clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-28
* | Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-01
|\ \
| * | teach get_remote_heads to read from a memory bufferJeff King2013-02-24
* | | Merge branch 'jc/push-follow-tag'Junio C Hamano2013-03-25
|\ \ \