371 Commits (31e8595a1132187f99792a4b889c2128cd9253ef)

Author SHA1 Message Date
Michael Haggerty 0e0b7de4c7 builtin/fetch: rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Michael Haggerty 1d147bdff0 ref_transaction_update(): remove "have_old" parameter 10 years ago
Дилян Палаузов 5d308512ff do not include the same header twice 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Jeff King 72549dfd5d fetch: load all default config at startup 11 years ago
Ronnie Sahlberg cd94f76572 fetch.c: change s_update_ref to use a ref transaction 11 years ago
Nguyễn Thái Ngọc Duy 6fceed3bea fetch: silence git-gc if --quiet is given 11 years ago
Nguyễn Thái Ngọc Duy 1991006cb9 fetch: convert argv_gc_auto to struct argv_array 11 years ago
Jeff King b2724c8787 use xstrfmt to replace xmalloc + strcpy/strcat 11 years ago
Junio C Hamano c5558f80c3 fetch: allow explicit --refmap to override configuration 11 years ago
Elia Pinto bf7e645c90 builtin/fetch.c: reduce scope of variable 11 years ago
Tom Miller 10a6cc8890 fetch --prune: Run prune before fetching 11 years ago
Tom Miller 4b3b33a747 fetch --prune: always print header url 11 years ago
Nguyễn Thái Ngọc Duy 48d25cae22 fetch: add --update-shallow to accept refs that update .git/shallow 11 years ago
Nguyễn Thái Ngọc Duy 4820a33baa fetch: support fetching from a shallow repository 11 years ago
Nguyễn Thái Ngọc Duy 5594bcad21 clone,fetch: catch non positive --depth option value 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Michael Haggerty b9afe6654d ref_remove_duplicates(): simplify loop logic 12 years ago
Michael Haggerty 90765fa3e0 fetch, remote: properly convey --no-prune options to subprocesses 12 years ago
Michael Haggerty 0838bf47b3 fetch --prune: prune only based on explicit refspecs 12 years ago
Michael Haggerty c5a84e92a2 fetch --tags: fetch tags *in addition to* other stuff 12 years ago
Michael Haggerty 0281c930f1 fetch: only opportunistically update references based on command line 12 years ago
Michael Haggerty a0fbb5a329 builtin/fetch.c: reorder function definitions 12 years ago
Michael Haggerty f137a45e0d get_ref_map(): rename local variables 12 years ago
Brad King 9bbb0fa1fd refs: report ref type from lock_any_ref_for_update 12 years ago
Ramsay Jones 0f73f8bd79 builtin/fetch.c: Fix a sparse warning 12 years ago
Junio C Hamano b26ed4305f fetch: work around "transport-take-over" hack 12 years ago
Junio C Hamano 069d503202 fetch: refactor code that fetches leftover tags 12 years ago
Junio C Hamano db5723c628 fetch: refactor code that prepares a transport 12 years ago
Junio C Hamano af23445925 fetch: rename file-scope global "transport" to "gtransport" 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Michael Schubert 737c5a9cde fetch: make --prune configurable 12 years ago
Michael Haggerty f83918edcb add_existing(): do not retain a reference to sha1 12 years ago
Michael Haggerty 5b87d8d3f5 do_fetch(): clean up existing_refs before exiting 12 years ago
Michael Haggerty 6f64a16faf do_fetch(): reduce scope of peer_item 12 years ago
Michael Haggerty b87dbcc899 fetch: make own copies of refnames 12 years ago
John Keeping 823c6d56a8 fetch: don't try to update unfetched tracking refs 12 years ago
Jeff King f269048754 fetch: opportunistically update tracking refs 12 years ago
Jeff King 900f2814b8 refactor "ref->merge" flag 12 years ago
Jeff King 131b8fcbfb fetch: run gc --auto after fetching 12 years ago
Nguyễn Thái Ngọc Duy 4dcb167fc3 fetch: add --unshallow for turning shallow repo into complete one 12 years ago
Nguyễn Thái Ngọc Duy 754395d305 fetch: align per-ref summary report in UTF-8 locales 13 years ago
Dan Johnson 8556646089 fetch --all: pass --tags/--no-tags through to each remote 13 years ago
Jens Lehmann 50d89ad654 submodule: use argv_array instead of hand-building arrays 13 years ago
Jeff King 85556d4e37 fetch: use argv_array instead of hand-building arrays 13 years ago
Junio C Hamano a20efee9cf in_merge_bases(): support only one "other" commit 13 years ago
Nguyễn Thái Ngọc Duy 719acedba4 i18n: fetch: mark parseopt strings for translation 13 years ago
Nguyễn Thái Ngọc Duy 18986d5377 i18n: make warn_dangling_symref() automatically append \n 13 years ago
Marc Branchaud 0997adaa74 fetch: describe new refs based on where it came from 13 years ago