194 Commits (c9fc4415e2c7d7673cdad34d41114ede3435a395)

Author SHA1 Message Date
Jeff King c5d5c9a9a3 transport: drop "int cmp = cmp" hack 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
Larry D'Anna 77555854be git-push: make git push --porcelain print "Done" 15 years ago
Larry D'Anna 60cfeb8e95 git-push: send "To <remoteurl>" messages to the standard output in --porcelain mode 15 years ago
Tay Ray Chuan d01b3c02e8 transport->progress: use flag authoritatively 15 years ago
Tay Ray Chuan 8afd8dc065 push: support multiple levels of verbosity 15 years ago
Tay Ray Chuan bde873c529 fetch: refactor verbosity option handling into transport.[ch] 15 years ago
Ilari Liusvaara 53a52ff33d Allow '+', '-' and '.' in remote helper names 15 years ago
Michael Lukashov f1863d0d16 refactor duplicated code in builtin-send-pack.c and transport.c 15 years ago
Tay Ray Chuan b0d66e156c transport: add got_remote_refs flag 15 years ago
Junio C Hamano cb21d8f032 transport_get(): drop unnecessary check for !remote 15 years ago
Ilari Liusvaara 4da504608e Fix remote.<remote>.vcs 15 years ago
Ilari Liusvaara e9fcd1e212 Add push --set-upstream 15 years ago
Richard Weinberger b9cb07726a Fix uninitialized variable in get_refs_via_rsync(). 15 years ago