aboutsummaryrefslogtreecommitdiff
path: root/send-pack.c
Commit message (Expand)AuthorAge
...
| * send-pack.c: mark a file-local function staticRamsay Jones2014-01-06
| * send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-10
| * receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-10
| * remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy2013-12-10
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| |/
* | send-pack: don't send a thin pack to a server which doesn't support itCarlos Martín Nieto2013-11-25
|/
* Merge branch 'jl/pack-transfer-avoid-double-close'Junio C Hamano2013-10-30
|\
| * Clear fd after closing to avoid double-close errorJens Lindstrom2013-10-23
* | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-22
* | cache.h: move remote/connect API out of itJunio C Hamano2013-07-08
|/
* pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-20
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-20
* pkt-line: drop safe_write functionJeff King2013-02-20
* send-pack: prefer prefixcmp over memcmp in receive_statusJeff King2013-02-20
* push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano2013-01-24
* push: require force for refs under refs/tags/Chris Rorvick2012-12-02
* send-pack: move core code to libgit.aNguyễn Thái Ngọc Duy2012-10-29
* Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-02
* Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-02
* Merge branch 'js/forkexec'Junio C Hamano2007-11-01
|\
| * Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-21
* | Merge branch 'jk/send-pack' into HEADJunio C Hamano2007-10-30
|\ \
| * | send-pack: don't update tracking refs on errorJeff King2007-10-18
* | | Merge branch 'db/fetch-pack'Junio C Hamano2007-10-24
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-16
| |\
| * | Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce2007-09-19
* | | Merge branch 'maint'Shawn O. Pearce2007-10-16
|\ \ \ | |_|/ |/| |
| * | helpful error message when send-pack finds no refs in common.Andrew Clausen2007-10-16
* | | Add a --dry-run option to git-send-pack.Brian Ewins2007-10-15
| |/ |/|
* | Function for updating refs.Carlos Rica2007-09-05
|/
* Add for_each_remote() function, and extend remote_find_tracking()Johannes Schindelin2007-07-11
* Move refspec pattern matching to match_refs().Daniel Barkalow2007-05-26
* Update local tracking refs when pushingDaniel Barkalow2007-05-20
* Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow2007-05-20
* connect: display connection progressMichael S. Tsirkin2007-05-16
* Use run_command within send-packShawn O. Pearce2007-03-12
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Add a missing fork() error check.Johannes Sixt2007-01-30
* rename --exec to --receive-pack for push and send-packUwe Kleine-König2007-01-19
* Update documentation of fetch-pack, push and send-packUwe Kleine-König2007-01-19
* short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft2007-01-08
* send pack check for failure to send revisions listAndy Whitcroft2007-01-02
* send-pack: tell pack-objects to use its internal rev-list.Junio C Hamano2006-12-31
* send-pack.c: use is_null_sha1()Junio C Hamano2006-12-31
* send-pack: fix pipeline.Junio C Hamano2006-12-29
* send-pack: tighten checks for remote namesJunio C Hamano2006-12-13
* Allow git push to delete remote ref.Junio C Hamano2006-11-24
* make git-push a bit more verboseNicolas Pitre2006-11-01
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20