Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-02-18 | Merge branch 'jc/push-cert' | Junio C Hamano | 1 | -1/+1 |
2015-02-13 | do not include the same header twice | Дилян Палаузов | 1 | -1/+0 |
2015-02-13 | transport-helper: ask the helper to set the same options for import as for fetch | Mike Hommey | 1 | -10/+10 |
2015-02-13 | transport-helper: ask the helper to set progress and verbosity options after ... | Mike Hommey | 1 | -2/+3 |
2015-02-12 | transport-helper: fix typo in error message when --signed is not supported | Mike Hommey | 1 | -1/+1 |
2015-01-21 | transport-helper: do not request symbolic refs to remote helpers | Mike Hommey | 1 | -5/+8 |
2014-10-28 | use child_process_init() to initialize struct child_process variables | René Scharfe | 1 | -1/+1 |
2014-10-24 | Merge branch 'rs/run-command-env-array' | Junio C Hamano | 1 | -8/+2 |
2014-10-19 | use env_array member of struct child_process | René Scharfe | 1 | -8/+2 |
2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -1/+4 |
2014-10-08 | Merge branch 'jc/push-cert' | Junio C Hamano | 1 | -1/+8 |
2014-09-17 | signed push: teach smart-HTTP to pass "git push --signed" around | Junio C Hamano | 1 | -1/+8 |
2014-08-20 | run-command: introduce child_process_init() | René Scharfe | 1 | -2/+3 |
2014-06-20 | transport-helper: avoid reading past end-of-string | Jeff King | 1 | -7/+7 |
2014-06-16 | Merge branch 'fc/remote-helper-refmap' | Junio C Hamano | 1 | -9/+23 |
2014-06-16 | Merge branch 'bg/xcalloc-nmemb-then-size' | Junio C Hamano | 1 | -1/+1 |
2014-05-27 | transport-helper.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-05-20 | Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)" | Junio C Hamano | 1 | -29/+44 |
2014-05-19 | Revert "Merge branch 'fc/transport-helper-sync-error-fix'" | Junio C Hamano | 1 | -44/+29 |
2014-05-15 | get_importer: use run-command's internal argv_array | Jeff King | 1 | -6/+3 |
2014-05-15 | get_exporter: use argv_array | Jeff King | 1 | -16/+10 |
2014-05-15 | get_helper: use run-command's internal argv_array | Jeff King | 1 | -6/+3 |
2014-04-21 | transport-helper: remove unnecessary strbuf resets | Felipe Contreras | 1 | -4/+0 |
2014-04-21 | transport-helper: add support to delete branches | Felipe Contreras | 1 | -11/+13 |
2014-04-21 | transport-helper: add support to push symbolic refs | Felipe Contreras | 1 | -1/+10 |
2014-04-21 | transport-helper: add support for old:new refspec | Felipe Contreras | 1 | -3/+10 |
2014-04-14 | transport-helper: fix sync issue on crashes | Felipe Contreras | 1 | -2/+11 |
2014-04-14 | transport-helper: trivial cleanup | Felipe Contreras | 1 | -12/+12 |
2014-04-14 | transport-helper: propagate recvline() error pushing | Felipe Contreras | 1 | -7/+11 |