| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jn/remote-helpers-with-git-dir' | Junio C Hamano | 2017-02-27 | 1 | -2/+3 |
|\ |
|
| * | remote helpers: avoid blind fall-back to ".git" when setting GIT_DIRjn/remote-helpers-with-git-dir | Jonathan Nieder | 2017-02-14 | 1 | -2/+3 |
* | | push options: pass push options to the transport helper | Stefan Beller | 2017-02-08 | 1 | -0/+7 |
|/ |
|
* | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 2016-10-10 | 1 | -14/+48 |
|\ |
|
| * | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepen | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -0/+1 |
| * | fetch: define shallow boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -0/+24 |
| * | transport-helper.c: refactor set_helper_option() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -14/+23 |
* | | Spelling fixesvs/typofix | Ville Skyttä | 2016-08-11 | 1 | -4/+4 |
* | | i18n: transport-helper.c: change N_() call to _() | Vasco Almeida | 2016-06-17 | 1 | -1/+1 |
* | | Merge branch 'nd/error-errno' | Junio C Hamano | 2016-05-17 | 1 | -3/+3 |
|\ \ |
|
| * | | transport-helper.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -3/+3 |
* | | | typofix: assorted typofixes in comments, documentation and messageslp/typofixes | Li Peng | 2016-05-06 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'ew/force-ipv4' | Junio C Hamano | 2016-02-24 | 1 | -0/+15 |
|\ \
| |/
|/| |
|
| * | connect & http: support -4 and -6 switches for remote operationsew/force-ipv4 | Eric Wong | 2016-02-12 | 1 | -0/+15 |
* | | transport-helper: read helper response with strbuf_getline() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
* | | strbuf: give strbuf_getline() to the "most text friendly" variantjc/strbuf-getline | Junio C Hamano | 2016-01-15 | 1 | -1/+2 |
* | | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
|/ |
|
* | push_refs_with_export: convert to struct object_id | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
* | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 1 | -9/+9 |
* | Sync with v2.5.4 | Junio C Hamano | 2015-09-28 | 1 | -0/+2 |
|\ |
|
| * | Sync with 2.4.10 | Junio C Hamano | 2015-09-28 | 1 | -0/+2 |
| |\ |
|
| | * | Sync with 2.3.10 | Junio C Hamano | 2015-09-28 | 1 | -0/+2 |
| | |\ |
|
| | | * | transport: add a protocol-whitelist environment variable | Jeff King | 2015-09-23 | 1 | -0/+2 |
| | | * | Merge branch 'jc/push-cert' into maint | Junio C Hamano | 2015-03-05 | 1 | -1/+1 |
| | | |\ |
|
| | | * \ | Merge branch 'mh/deref-symref-over-helper-transport' into maint | Junio C Hamano | 2015-03-05 | 1 | -5/+8 |
| | | |\ \ |
|
* | | | \ \ | Merge branch 'db/push-sign-if-asked' | Junio C Hamano | 2015-08-31 | 1 | -17/+17 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | push: support signing pushes iff the server supports it | Dave Borowitz | 2015-08-19 | 1 | -17/+17 |
| |/ / / / |
|
* | | | | | transport-helper: die on errors reading refs.sb/check-return-from-read-ref | Stefan Beller | 2015-08-03 | 1 | -2/+6 |
|/ / / / |
|
* | | | | Merge branch 'mh/transport-capabilities' | Junio C Hamano | 2015-02-25 | 1 | -12/+13 |
|\ \ \ \ |
|
| * | | | | transport-helper: ask the helper to set the same options for import as for fetchmh/transport-capabilities | Mike Hommey | 2015-02-13 | 1 | -10/+10 |
| * | | | | transport-helper: ask the helper to set progress and verbosity options after ... | Mike Hommey | 2015-02-13 | 1 | -2/+3 |
* | | | | | Merge branch 'dp/remove-duplicated-header-inclusion' | Junio C Hamano | 2015-02-25 | 1 | -1/+0 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | do not include the same header twicedp/remove-duplicated-header-inclusion | Дилян Палаузов | 2015-02-13 | 1 | -1/+0 |
| |/ / / |
|
* | | | | Merge branch 'jc/push-cert' | Junio C Hamano | 2015-02-18 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | transport-helper: fix typo in error message when --signed is not supported | Mike Hommey | 2015-02-12 | 1 | -1/+1 |
* | | | transport-helper: do not request symbolic refs to remote helpersmh/deref-symref-over-helper-transport | Mike Hommey | 2015-01-21 | 1 | -5/+8 |
| |/
|/| |
|
* | | use child_process_init() to initialize struct child_process variables | René Scharfe | 2014-10-28 | 1 | -1/+1 |
* | | Merge branch 'rs/run-command-env-array' | Junio C Hamano | 2014-10-24 | 1 | -8/+2 |
|\ \ |
|
| * | | use env_array member of struct child_processrs/run-command-env-array | René Scharfe | 2014-10-19 | 1 | -8/+2 |
* | | | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 2014-10-15 | 1 | -1/+4 |
|/ / |
|
* | | Merge branch 'jc/push-cert' | Junio C Hamano | 2014-10-08 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | signed push: teach smart-HTTP to pass "git push --signed" around | Junio C Hamano | 2014-09-17 | 1 | -1/+8 |
* | | run-command: introduce child_process_init() | René Scharfe | 2014-08-20 | 1 | -2/+3 |
|/ |
|
* | transport-helper: avoid reading past end-of-string | Jeff King | 2014-06-20 | 1 | -7/+7 |
* | Merge branch 'fc/remote-helper-refmap' | Junio C Hamano | 2014-06-16 | 1 | -9/+23 |
|\ |
|
| * | transport-helper: remove unnecessary strbuf resetsfc/remote-helper-refmap | Felipe Contreras | 2014-04-21 | 1 | -4/+0 |
| * | transport-helper: add support to delete branches | Felipe Contreras | 2014-04-21 | 1 | -11/+13 |
| * | transport-helper: add support to push symbolic refs | Felipe Contreras | 2014-04-21 | 1 | -1/+10 |
| * | transport-helper: add support for old:new refspec | Felipe Contreras | 2014-04-21 | 1 | -3/+10 |
* | | Merge branch 'bg/xcalloc-nmemb-then-size' | Junio C Hamano | 2014-06-16 | 1 | -1/+1 |
|\ \ |
|