107 Commits (e23fd15adab11eef216fd49a6329f381ce14061f)

Author SHA1 Message Date
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
Marc Branchaud 6da618d5c2 fetch: Give remote_ref to update_local_ref() as well 13 years ago
Jens Lehmann a6801adc52 submodules: recursive fetch also checks new tags for submodule commits 13 years ago
Clemens Buchacher 01fdc21f6e push/fetch/clone --no-progress suppresses progress output 13 years ago
Nguyễn Thái Ngọc Duy 97ba642bcf Fix incorrect ref namespace check 13 years ago
Joey Hess 96890f4c42 write first for-merge ref to FETCH_HEAD first 13 years ago
Jeff King 5914f2d057 fetch: create status table using strbuf 13 years ago
Linus Torvalds 7a2b128d13 fetch: do not store peeled tag object names in FETCH_HEAD 13 years ago
Carlos Martín Nieto e8c1e6c796 fetch: treat --tags like refs/tags/*:refs/tags/* when pruning 14 years ago
Carlos Martín Nieto ed43de6ec3 fetch: honor the user-provided refspecs when pruning refs 14 years ago
Tay Ray Chuan 9516a598e3 fetch: plug two leaks on error exit in store_updated_refs 14 years ago
Carlos Martín Nieto 5caf197337 fetch: free all the additional refspecs 14 years ago
Junio C Hamano f96400cb46 check_everything_connected(): libify 14 years ago
Junio C Hamano f0e278b1b7 check_everything_connected(): refactor to use an iterator 14 years ago
Junio C Hamano 6d4bb3833c fetch: verify we have everything we need before updating our ref 14 years ago
Jens Lehmann 18322badc2 fetch: skip on-demand checking when no submodules are configured 14 years ago
Junio C Hamano 6b67e0dc06 fetch: verify we have everything we need before updating our ref 14 years ago
Jim Meyering d8ead15963 fetch: do not leak a refspec 14 years ago
Ævar Arnfjörð Bjarmason 321a153c5a i18n: git-fetch split up "(non-fast-forward)" message 14 years ago
Ævar Arnfjörð Bjarmason f7b3742a6b i18n: git-fetch update_local_ref messages 14 years ago
Ævar Arnfjörð Bjarmason 502681cd7d i18n: git-fetch formatting messages 14 years ago
Ævar Arnfjörð Bjarmason bd4a51fc25 i18n: git-fetch basic messages 14 years ago
Jens Lehmann 8f0700dd33 fetch/pull: Add the 'on-demand' value to the --recurse-submodules option 14 years ago
Jens Lehmann 88a21979c5 fetch/pull: recurse into submodules when necessary 14 years ago
Jeff King bbc30f9963 add packet tracing debug code 14 years ago
Michael J Gruber 23c6a803d3 Make <identifier> lowercase as per CodingGuidelines 14 years ago