| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sk/send-pack-all-fix' | Junio C Hamano | 2016-04-13 | 1 | -1/+1 |
|\ |
|
| * | git-send-pack: fix --all option when used with directorysk/send-pack-all-fix | Stanislav Kolotinskiy | 2016-03-31 | 1 | -1/+1 |
* | | send-pack: read list of refs with strbuf_getline() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
* | | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
|/ |
|
* | push: add a config option push.gpgSign for default signed pushesdb/push-sign-if-asked | Dave Borowitz | 2015-08-19 | 1 | -1/+26 |
* | push: support signing pushes iff the server supports it | Dave Borowitz | 2015-08-19 | 1 | -2/+4 |
* | builtin/send-pack.c: use parse_options API | Dave Borowitz | 2015-08-19 | 1 | -104/+59 |
* | builtin/send-pack.c: respect user.signingkeydb/send-pack-user-signingkey | Junio C Hamano | 2015-07-21 | 1 | -0/+3 |
* | send-pack.c: add --atomic command line argument | Ronnie Sahlberg | 2015-01-07 | 1 | -1/+5 |
* | Merge branch 'jc/push-cert' | Junio C Hamano | 2014-10-08 | 1 | -0/+4 |
|\ |
|
| * | signed push: teach smart-HTTP to pass "git push --signed" around | Junio C Hamano | 2014-09-17 | 1 | -0/+4 |
* | | send-pack: take refspecs over stdinjk/send-pack-many-refspecs | Jeff King | 2014-08-26 | 1 | -0/+27 |
|/ |
|
* | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -4/+5 |
|\ |
|
| * | send-pack: support pushing from a shallow clone via http | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -3/+0 |
| * | send-pack: support pushing to a shallow clone | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+3 |
| * | receive/send-pack: support pushing from a shallow clone | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+1 |
| * | connect.c: teach get_remote_heads to parse "shallow" lines | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+1 |
| * | send-pack: forbid pushing from a shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+3 |
| * | remote.h: replace struct extra_have_objects with struct sha1_array | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -3/+2 |
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -4/+4 |
|/ |
|
* | send-pack: fix parsing of --force-with-lease option | Junio C Hamano | 2013-08-02 | 1 | -1/+1 |
* | push --force-with-lease: tie it all together | Junio C Hamano | 2013-07-22 | 1 | -0/+5 |
* | push --force-with-lease: implement logic to populate old_sha1_expect[] | Junio C Hamano | 2013-07-22 | 1 | -0/+3 |
* | remote.c: add command line option parser for "--force-with-lease" | Junio C Hamano | 2013-07-22 | 1 | -0/+17 |
* | cache.h: move remote/connect API out of it | Junio C Hamano | 2013-07-08 | 1 | -0/+1 |
* | teach get_remote_heads to read from a memory buffer | Jeff King | 2013-02-24 | 1 | -1/+1 |
* | pkt-line: drop safe_write function | Jeff King | 2013-02-20 | 1 | -1/+1 |
* | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 2013-01-24 | 1 | -0/+10 |
* | push: require force for refs under refs/tags/ | Chris Rorvick | 2012-12-02 | 1 | -0/+5 |
* | push: return reject reasons as a bitset | Chris Rorvick | 2012-12-02 | 1 | -2/+2 |
* | send-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 | 1 | -333/+0 |
* | do not send client agent unless server does first | Jeff King | 2012-08-10 | 1 | -3/+9 |
* | send-pack: fix capability-sending logic | Jeff King | 2012-08-10 | 1 | -1/+1 |
* | include agent identifier in capability string | Jeff King | 2012-08-03 | 1 | -2/+5 |
* | teach send-pack about --[no-]progress | Jeff King | 2012-05-01 | 1 | -2/+12 |
* | send-pack: show progress when isatty(2) | Jeff King | 2012-05-01 | 1 | -0/+3 |
* | push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progress | Clemens Buchacher | 2012-02-13 | 1 | -8/+10 |
* | fix push --quiet: add 'quiet' capability to receive-pack | Clemens Buchacher | 2012-01-08 | 1 | -3/+10 |
* | drop "match" parameter from get_remote_heads | Jeff King | 2011-12-13 | 1 | -2/+1 |
* | rename "match_refs()" to "match_push_refs()"jc/match-refs-clarify | Junio C Hamano | 2011-09-12 | 1 | -1/+1 |
* | send-pack: typofix error message | Junio C Hamano | 2011-09-12 | 1 | -1/+1 |
* | Revert "Merge branch 'cb/maint-quiet-push' into maint" | Junio C Hamano | 2011-09-06 | 1 | -10/+1 |
* | propagate --quiet to send-pack/receive-pack | Clemens Buchacher | 2011-07-31 | 1 | -1/+10 |
* | Merge branch 'jk/git-connection-deadlock-fix' | Junio C Hamano | 2011-05-19 | 1 | -0/+2 |
* | Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix' | Junio C Hamano | 2011-05-19 | 1 | -2/+2 |
* | Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix' | Junio C Hamano | 2011-05-13 | 1 | -0/+5 |
* | Fix sparse warnings | Stephen Boyd | 2011-03-22 | 1 | -1/+1 |
* | Merge branch 'jk/push-progress' | Junio C Hamano | 2010-11-17 | 1 | -0/+3 |
|\ |
|
| * | push: pass --progress down to git-pack-objects | Jeff King | 2010-10-18 | 1 | -0/+3 |
* | | send-pack: avoid redundant "pack-objects died with strange error" | Jonathan Nieder | 2010-10-18 | 1 | -1/+1 |
|/ |
|