83 Commits (99caeed05d3e89176d352104a2b70a77aa7e5d81)

Author SHA1 Message Date
Julian Phillips e984c54ada fetch: Speed up fetch by rewriting find_non_local_tags 15 years ago
Jim Meyering 2b7ca830c6 use write_str_in_full helper to avoid literal string lengths 15 years ago
Johan Herland d9eb0205a2 quickfetch(): Prevent overflow of the rev-list command line 16 years ago
Jeff King fa25075979 fetch: report ref storage DF errors more accurately 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Felipe Contreras 4577e48364 Change prettify_ref to prettify_refname 16 years ago
Alex Riesen 95405ba6cf Quote LF in urls git fetch saves in FETCH_HEAD 16 years ago
Andreas Ericsson 47abd85ba0 fetch: Strip usernames from url's before storing them 16 years ago
Alex Riesen 26284f9356 Improve error message about fetch into current branch 16 years ago
Daniel Barkalow fa685bdf45 Give error when no remote is configured 16 years ago
Daniel Barkalow a9c37a72c4 Use a common function to get the pretty name of refs 16 years ago
Jeff King 57b235a4bc refactor signal handling for cleanup functions 16 years ago
Jeff King 4a16d07272 chain kill signals for cleanup functions 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
Tuncer Ayaz 7f87aff22c Teach/Fix pull/fetch -q/-v options 16 years ago
René Scharfe 59c69c0c65 make alloc_ref_from_str() the new alloc_ref() 16 years ago
Johannes Schindelin 8ee5d73137 Fix fetch/pull when run without --update-head-ok 16 years ago
Heikki Orsila 05207a2881 Start conforming code to "git subcmd" style part 2 16 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Jeff King f3cb169bc9 fetch: give a hint to the user when local refs fail to update 17 years ago
Jeff King 6315472eed fetch: report local storage errors in status table 17 years ago
Dmitry V. Levin efb98b4453 builtin-fetch.c (store_updated_refs): Honor update_local_ref() return value 17 years ago
Krzysztof Kowalczyk 737922aa64 alloc_ref_from_str(): factor out a common pattern of alloc_ref from string 17 years ago
Daniel Barkalow e0aaa29ff3 Have a constant extern refspec for "--tags" 17 years ago
Alex Riesen 7b7f39eae6 Fix use after free() in builtin-fetch 17 years ago
Jeff King e5c49826d2 git-fetch: always show status of non-tracking-ref fetches 17 years ago
Jeff King f59774add4 git-fetch: fix status output when not storing tracking ref 17 years ago
Kevin Ballard f53423b0e0 git-fetch: Don't trigger a bus error when given the refspec "tag" 17 years ago
Daniel Barkalow c091b3d415 Tighten refspec processing 17 years ago
Junio C Hamano 46220ca100 remote.c: Fix overtight refspec validation 17 years ago
Johannes Schindelin e7951290f6 git fetch: Take '-n' to mean '--no-tags' 17 years ago
Shawn O. Pearce 41fa7d2eae Teach git-fetch to exploit server side automatic tag following 17 years ago
Shawn O. Pearce cf7f929a10 Teach git-fetch to grab a tag at the same time as a commit 17 years ago
Shawn O. Pearce 767f176a1f Make git-fetch follow tags we already have objects for sooner 17 years ago
Shawn O. Pearce 49d58fd077 Free the path_lists used to find non-local tags in git-fetch 17 years ago
Shawn O. Pearce c50b2b4799 Allow builtin-fetch's find_non_local_tags to append onto a list 17 years ago
Shawn O. Pearce 5aaf7f2afb Ensure tail pointer gets setup correctly when we fetch HEAD only 17 years ago
Shawn O. Pearce 7f98428d4b Remove unnecessary delaying of free_refs(ref_map) in builtin-fetch 17 years ago
Shawn O. Pearce ff655a69df Remove unused variable in builtin-fetch find_non_local_tags 17 years ago
Daniel Barkalow ba227857d2 Reduce the number of connects when fetching 17 years ago
Kristian Høgsberg 8320199873 Rewrite builtin-fetch option parsing to use parse_options(). 17 years ago
Kristian Høgsberg 2d324efad6 Use a strbuf for copying the command line for the reflog. 17 years ago
André Goddard Rosa d6617c7cde Error out when user doesn't have access permission to the repository 17 years ago
Shawn O. Pearce 4191c35671 git-fetch: avoid local fetching from alternate (again) 17 years ago
Shawn O. Pearce a3b0079c6a git-fetch: Always fetch tags if the object they reference exists 17 years ago
Pierre Habouzit 9ef4272bea git-fetch: be even quieter. 17 years ago
Steven Grimm 4b7bbdd14c builtin-fetch: Add "-q" as a synonym for "--quiet" 17 years ago
Daniel Barkalow 4577370e9b Miscellaneous const changes and utilities 17 years ago
Nicolas Pitre 165f390250 git-fetch: more terse fetch output 17 years ago