summaryrefslogtreecommitdiff
path: root/builtin/send-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-0/+4
|\
| * signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-171-0/+4
* | send-pack: take refspecs over stdinjk/send-pack-many-refspecsJeff King2014-08-261-0/+27
|/
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-4/+5
|\
| * send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-101-3/+0
| * send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-1/+3
| * receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-1/+1
| * connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-101-1/+1
| * send-pack: forbid pushing from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-0/+3
| * remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy2013-12-101-3/+2
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-4/+4
|/
* send-pack: fix parsing of --force-with-lease optionJunio C Hamano2013-08-021-1/+1
* push --force-with-lease: tie it all togetherJunio C Hamano2013-07-221-0/+5
* push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano2013-07-221-0/+3
* remote.c: add command line option parser for "--force-with-lease"Junio C Hamano2013-07-221-0/+17
* cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-0/+1
* teach get_remote_heads to read from a memory bufferJeff King2013-02-241-1/+1
* pkt-line: drop safe_write functionJeff King2013-02-201-1/+1
* push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano2013-01-241-0/+10
* push: require force for refs under refs/tags/Chris Rorvick2012-12-021-0/+5
* push: return reject reasons as a bitsetChris Rorvick2012-12-021-2/+2
* send-pack: move core code to libgit.aNguyễn Thái Ngọc Duy2012-10-291-333/+0
* do not send client agent unless server does firstJeff King2012-08-101-3/+9
* send-pack: fix capability-sending logicJeff King2012-08-101-1/+1
* include agent identifier in capability stringJeff King2012-08-031-2/+5
* teach send-pack about --[no-]progressJeff King2012-05-011-2/+12
* send-pack: show progress when isatty(2)Jeff King2012-05-011-0/+3
* push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progressClemens Buchacher2012-02-131-8/+10
* fix push --quiet: add 'quiet' capability to receive-packClemens Buchacher2012-01-081-3/+10
* drop "match" parameter from get_remote_headsJeff King2011-12-131-2/+1
* rename "match_refs()" to "match_push_refs()"jc/match-refs-clarifyJunio C Hamano2011-09-121-1/+1
* send-pack: typofix error messageJunio C Hamano2011-09-121-1/+1
* Revert "Merge branch 'cb/maint-quiet-push' into maint"Junio C Hamano2011-09-061-10/+1
* propagate --quiet to send-pack/receive-packClemens Buchacher2011-07-311-1/+10
* Merge branch 'jk/git-connection-deadlock-fix'Junio C Hamano2011-05-191-0/+2
* Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix'Junio C Hamano2011-05-191-2/+2
* Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix'Junio C Hamano2011-05-131-0/+5
* Fix sparse warningsStephen Boyd2011-03-221-1/+1
* Merge branch 'jk/push-progress'Junio C Hamano2010-11-171-0/+3
|\
| * push: pass --progress down to git-pack-objectsJeff King2010-10-181-0/+3
* | send-pack: avoid redundant "pack-objects died with strange error"Jonathan Nieder2010-10-181-1/+1
|/
* Merge branch 'ld/push-porcelain'Junio C Hamano2010-03-151-0/+4
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-101-185/+6
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+706