215 Commits (4243b2d1e45a8d0d9b1ccc9d860235e7b9543a7f)

Author SHA1 Message Date
Torsten Bögershausen c59ab2e52a connect.c: refactor url parsing 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Junio C Hamano b26ed4305f fetch: work around "transport-take-over" hack 12 years ago
Junio C Hamano 631b5ef219 push --force-with-lease: tie it all together 12 years ago
Junio C Hamano 91048a9537 push --force-with-lease: implement logic to populate old_sha1_expect[] 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Phil Hord 09b7e2204a fix "builtin-*" references to be "builtin/*" 12 years ago
Nguyễn Thái Ngọc Duy c6807a40dc clone: open a shortcut for connectivity check 12 years ago
Junio C Hamano 04fe1184fd transport.c: help gcc 4.6.3 users by squelching compiler warning 12 years ago
Jeff King c5d5c9a9a3 transport: drop "int cmp = cmp" hack 12 years ago
Junio C Hamano c2aba155da push: --follow-tags 12 years ago
Jeff King 85edf4f58b teach get_remote_heads to read from a memory buffer 12 years ago
Junio C Hamano f2db854d24 fetch: use struct ref to represent refs to be fetched 12 years ago
Fraser Tweedale 1d2c14df16 push: fix segfault when HEAD points nowhere 12 years ago
Junio C Hamano 75e5c0dc55 push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE 12 years ago
Junio C Hamano 5ece083fc7 push: further clean up fields of "struct ref" 12 years ago
Aaron Schrab ec55559f93 push: Add support for pre-push hooks 12 years ago
Chris Rorvick dbfeddb12e push: require force for refs under refs/tags/ 12 years ago
Chris Rorvick 8c5f6f717d push: flag updates that require force 12 years ago
Chris Rorvick b24e6047a8 push: add advice for rejected tag reference 12 years ago
Chris Rorvick 10643d4ec3 push: return reject reasons as a bitset 12 years ago
Michael Haggerty 4ba159996f filter_refs(): delete matched refs from sought list 13 years ago
Michael Haggerty 8bee93dd24 Change fetch_pack() and friends to take string_list arguments 13 years ago
Heiko Voigt eb21c732d6 push: teach --recurse-submodules the on-demand option 13 years ago
Heiko Voigt a762e51ef2 Refactor submodule push check to use string list instead of integer 13 years ago
Jim Meyering a7793a7491 correct spelling: an URL -> a URL 13 years ago
Christopher Tiwald f25950f347 push: Provide situational hints for non-fast-forward errors 13 years ago
Felipe Contreras 6ddba5e241 push: add '--prune' option 13 years ago
Clemens Buchacher 01fdc21f6e push/fetch/clone --no-progress suppresses progress output 13 years ago
Nguyễn Thái Ngọc Duy 9049816140 clone: fix up delay cloning conditions 13 years ago
Nguyễn Thái Ngọc Duy 6f48d39fa4 clone: delay cloning until after remote HEAD checking 13 years ago
Nguyễn Thái Ngọc Duy e7622ce8c4 Catch invalid --depth option passed to clone or fetch 13 years ago
Jeff King bd2c86ef00 make "git push -v" actually verbose 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago
Nguyễn Thái Ngọc Duy 8cad4744ee Rename resolve_ref() to resolve_ref_unsafe() 13 years ago
Junio C Hamano 2727b71f05 bundle: add parse_bundle_header() helper function 14 years ago
Johannes Schindelin 3ac6437016 Fix is_gitfile() for files too small or larger than PATH_MAX to be a gitfile 14 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Phil Hord 7ab8777e8d Teach transport about the gitfile mechanism 14 years ago
Junio C Hamano be042aff24 Teach progress eye-candy to fetch_refs_from_bundle() 14 years ago
Junio C Hamano 29753cddc8 rename "match_refs()" to "match_push_refs()" 14 years ago
Junio C Hamano 5a277f3ff7 Revert "Merge branch 'cb/maint-quiet-push' into maint" 14 years ago
Fredrik Gustafsson d2b17b3220 push: Don't push a repository with unpushed submodules 14 years ago
Clemens Buchacher 90a6c7d443 propagate --quiet to send-pack/receive-pack 14 years ago
Jim Meyering 5dd564895e remove tests of always-false condition 14 years ago
Jeff King 114a6a889f refactor refs_from_alternate_cb to allow passing extra data 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Junio C Hamano 36cfda1552 refs_from_alternate: helper to use refs from alternates 14 years ago
Jeff King d7c411b71d push: pass --progress down to git-pack-objects 15 years ago
Jeff King 638794cde0 make url-related functions reusable 15 years ago