Age | Commit message (Expand) | Author | Files | Lines |
2013-05-09 | Sync with v1.8.2.3 | Junio C Hamano | 1 | -2/+1 |
2013-05-09 | transport-helper: trivial style cleanup | Felipe Contreras | 1 | -2/+1 |
2013-05-05 | Merge branch 'fc/push-with-export-reporting-result' | Junio C Hamano | 1 | -0/+1 |
2013-05-05 | transport-helper: improve push messages | Felipe Contreras | 1 | -0/+1 |
2013-04-15 | transport-helper: add 'signed-tags' capability | John Keeping | 1 | -1/+5 |
2013-04-15 | transport-helper: pass --signed-tags=warn-strip to fast-export | John Keeping | 1 | -1/+2 |
2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 1 | -1/+1 |
2013-01-24 | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 1 | -0/+10 |
2012-12-02 | push: require force for refs under refs/tags/ | Chris Rorvick | 1 | -0/+6 |
2012-10-07 | When debug==1, start fast-import with "--stats" instead of "--quiet" | Florian Achleitner | 1 | -1/+1 |
2012-10-07 | Connect fast-import to the remote-helper via pipe, adding 'bidi-import' capab... | Florian Achleitner | 1 | -13/+31 |
2012-07-30 | Add explanatory comment for transport-helpers refs mapping. | Florian Achleitner | 1 | -0/+15 |
2012-04-30 | remove superfluous newlines in error messages | Pete Wyckoff | 1 | -2/+2 |
2012-02-26 | Merge branch 'sp/smart-http-failure-to-push' | Junio C Hamano | 1 | -3/+10 |
2012-02-23 | disconnect from remote helpers more gently | Jeff King | 1 | -3/+10 |
2011-10-05 | remote: avoid passing NULL to read_ref() | Michael Haggerty | 1 | -2/+4 |
2011-10-05 | remote: use xstrdup() instead of strdup() | Michael Haggerty | 1 | -2/+2 |
2011-07-19 | transport-helper: die early on encountering deleted refs | Sverre Rabbelier | 1 | -0/+4 |
2011-07-19 | transport-helper: implement marks location as capability | Sverre Rabbelier | 1 | -29/+18 |
2011-07-19 | transport-helper: Use capname for refspec capability too | Sverre Rabbelier | 1 | -1/+1 |
2011-07-19 | transport-helper: change import semantics | Sverre Rabbelier | 1 | -0/+3 |
2011-07-19 | transport-helper: update ref status after push with export | Sverre Rabbelier | 1 | -0/+1 |
2011-07-19 | transport-helper: use the new done feature where possible | Sverre Rabbelier | 1 | -7/+2 |
2011-07-19 | transport-helper: check status code of finish_command | Sverre Rabbelier | 1 | -8/+15 |
2011-07-19 | transport-helper: factor out push_update_refs_status | Sverre Rabbelier | 1 | -69/+84 |
2011-07-19 | remote-helpers: export GIT_DIR variable to helpers | Dmitry Ivankov | 1 | -5/+10 |
2011-07-19 | transport-helper: don't feed bogus refs to export push | Jeff King | 1 | -1/+2 |
2011-07-19 | transport-helper: fix minor leak in push_refs_with_export | Jeff King | 1 | -0/+1 |
2011-03-22 | Remove unused variables | Johannes Schindelin | 1 | -2/+1 |
2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
2011-03-16 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+1 |
2011-03-16 | standardize brace placement in struct definitions | Jonathan Nieder | 1 | -2/+1 |
2011-03-08 | transport-helper.c: fix check for (size_t < 0) | Nicolas Kaiser | 1 | -1/+1 |
2010-12-10 | thread-utils.h: simplify the inclusion | Junio C Hamano | 1 | -4/+0 |
2010-11-19 | remote-fd/ext: finishing touches after code review | Ilari Liusvaara | 1 | -0/+5 |
2010-10-13 | Add bidirectional_transfer_loop() | Ilari Liusvaara | 1 | -0/+311 |
2010-07-05 | string_list: Add STRING_LIST_INIT macro and make use of it. | Thiago Farina | 1 | -1/+1 |
2010-06-27 | string_list: Fix argument order for string_list_append | Julian Phillips | 1 | -2/+2 |
2010-03-31 | remote-helpers: add support for an export command | Sverre Rabbelier | 1 | -12/+120 |
2010-03-31 | remote-helpers: allow requesing the path to the .git directory | Sverre Rabbelier | 1 | -0/+5 |
2010-03-15 | Merge branch 'tc/transport-verbosity' | Junio C Hamano | 1 | -3/+1 |
2010-02-24 | transport->progress: use flag authoritatively | Tay Ray Chuan | 1 | -2/+1 |
2010-02-24 | push: support multiple levels of verbosity | Tay Ray Chuan | 1 | -1/+0 |
2010-02-03 | Typofixes outside documentation area | Junio C Hamano | 1 | -1/+1 |
2010-01-20 | Merge branch 'js/exec-error-report' | Junio C Hamano | 1 | -4/+10 |
2010-01-20 | Merge branch 'tr/http-push-ref-status' | Junio C Hamano | 1 | -8/+20 |
2010-01-17 | Merge branch 'tc/clone-v-progress' | Junio C Hamano | 1 | -1/+1 |
2010-01-12 | Improve error message when a transport helper was not found | Ilari Liusvaara | 1 | -4/+10 |
2010-01-09 | transport-helper.c::push_refs(): emit "no refs" error message | Tay Ray Chuan | 1 | -1/+4 |
2010-01-09 | transport-helper.c::push_refs(): ignore helper-reported status if ref is not ... | Tay Ray Chuan | 1 | -0/+9 |