summaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with v2.5.4Junio C Hamano2015-09-281-1/+42
|\
| * Sync with 2.4.10Junio C Hamano2015-09-281-1/+42
| |\
| | * Sync with 2.3.10Junio C Hamano2015-09-281-1/+42
| | |\
| | | * transport: refactor protocol whitelist codeJeff King2015-09-251-8/+30
| | | * transport: add a protocol-whitelist environment variableJeff King2015-09-231-1/+20
| | | * Merge branch 'jk/fetch-pack' into maintJunio C Hamano2015-03-281-3/+5
| | | |\
| | | * \ Merge branch 'rs/use-isxdigit' into maintJunio C Hamano2015-03-231-1/+1
| | | |\ \
* | | | \ \ Merge branch 'db/push-sign-if-asked'Junio C Hamano2015-08-311-4/+7
|\ \ \ \ \ \
| * | | | | | push: support signing pushes iff the server supports itDave Borowitz2015-08-191-1/+7
| * | | | | | transport: remove git_transport_options.push_certDave Borowitz2015-08-191-3/+0
| | |/ / / / | |/| | | |
* | | | | | write_file(): drop caller-supplied LF from calls to create a one-liner filejc/am-state-fixJunio C Hamano2015-08-251-1/+1
* | | | | | write_file(): drop "fatal" parameterJunio C Hamano2015-08-241-1/+1
| |/ / / / |/| | | |
* | | | | write_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-8/+5
* | | | | write_refs_to_temp_dir(): convert local variable sha1 to object_idMichael Haggerty2015-05-251-4/+4
* | | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+4
* | | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-5/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-011-5/+3
* | | | | Merge branch 'jk/fetch-pack'Junio C Hamano2015-03-251-3/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | fetch_refs_via_pack: free extra copy of refsJeff King2015-03-191-3/+5
| |/ / /
* | | | Merge branch 'rs/use-isxdigit'Junio C Hamano2015-03-201-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | use isxdigit() for checking if a character is a hexadecimal digitrs/use-isxdigitRené Scharfe2015-03-101-1/+1
* | | | Merge branch 'sb/atomic-push'Junio C Hamano2015-02-111-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | push.c: add an --atomic argumentRonnie Sahlberg2015-01-071-0/+1
| * | | send-pack.c: add --atomic command line argumentRonnie Sahlberg2015-01-071-0/+4
| | |/ | |/|
* | | transport: simplify duplicating a substring in transport_get() using xmemdupz()rs/simplify-transport-getRené Scharfe2014-12-291-3/+1
|/ /
* | Merge branch 'sb/plug-transport-leak'Junio C Hamano2014-10-241-0/+1
|\ \
| * | transport: free leaking head in transport_print_push_status()Stefan Beller2014-10-211-0/+1
* | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-2/+3
* | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-0/+5
|\ \ \
| * | | signed push: add "pushee" header to push certificateJunio C Hamano2014-09-151-0/+1
| * | | push: the beginning of "git push --signed"Junio C Hamano2014-09-151-0/+4
| |/ /
* | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-8/+4
|/ /
* | Merge branch 'jk/misc-fixes-maint'Junio C Hamano2014-07-281-2/+3
|\ \
| * | transport: fix leaks in refs_from_alternate_cbJeff King2014-07-241-2/+3
| |/
* | Merge branch 'ta/string-list-init'Junio C Hamano2014-07-231-3/+1
|\ \
| * | replace memset with string-list initializersta/string-list-initTanay Abhra2014-07-211-3/+1
* | | transport: simplify fetch_objs_via_rsync() using argv_arrayRené Scharfe2014-07-181-20/+8
|/ /
* | refactor skip_prefix to return a booleanJeff King2014-06-201-1/+3
|/
* push: detect local refspec errors earlyjk/detect-push-typo-earlyJeff King2014-03-051-2/+6
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-5/+20
|\
| * send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-3/+2
| * fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+4
| * fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-3/+8
| * clone: support remote shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-3/+8
| * connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-101-3/+4
| * remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy2013-12-101-1/+2
* | Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano2013-12-171-10/+2
|\ \
| * | connect.c: refactor url parsingTorsten Bögershausen2013-12-091-10/+2
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-14/+14
|/
* Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'Junio C Hamano2013-09-091-0/+2
|\