summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
AgeCommit message (Expand)Author
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-11-15Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz
2008-10-22Merge branch 'js/maint-fetch-update-head'Junio C Hamano
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe
2008-10-13Fix fetch/pull when run without --update-head-okJohannes Schindelin
2008-09-09Start conforming code to "git subcmd" style part 2Heikki Orsila
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-30fetch: give a hint to the user when local refs fail to updateJeff King
2008-06-27fetch: report local storage errors in status tableJeff King
2008-05-28builtin-fetch.c (store_updated_refs): Honor update_local_ref() return valueDmitry V. Levin
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk
2008-05-06Merge branch 'jk/fetch-status'Junio C Hamano
2008-05-05Have a constant extern refspec for "--tags"Daniel Barkalow
2008-04-29Fix use after free() in builtin-fetchAlex Riesen
2008-04-10git-fetch: always show status of non-tracking-ref fetchesJeff King
2008-04-10git-fetch: fix status output when not storing tracking refJeff King
2008-04-05git-fetch: Don't trigger a bus error when given the refspec "tag"Kevin Ballard
2008-03-23remote.c: Fix overtight refspec validationJunio C Hamano
2008-03-14Merge branch 'maint'Junio C Hamano
2008-03-13git fetch: Take '-n' to mean '--no-tags'Johannes Schindelin
2008-03-05Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce
2008-03-03Teach git-fetch to grab a tag at the same time as a commitShawn O. Pearce
2008-03-03Make git-fetch follow tags we already have objects for soonerShawn O. Pearce
2008-03-03Free the path_lists used to find non-local tags in git-fetchShawn O. Pearce
2008-03-03Allow builtin-fetch's find_non_local_tags to append onto a listShawn O. Pearce
2008-03-03Ensure tail pointer gets setup correctly when we fetch HEAD onlyShawn O. Pearce
2008-03-03Remove unnecessary delaying of free_refs(ref_map) in builtin-fetchShawn O. Pearce
2008-03-03Remove unused variable in builtin-fetch find_non_local_tagsShawn O. Pearce
2008-02-05Reduce the number of connects when fetchingDaniel Barkalow
2007-12-05Rewrite builtin-fetch option parsing to use parse_options().Kristian Høgsberg
2007-12-04Use a strbuf for copying the command line for the reflog.Kristian Høgsberg
2007-11-30Error out when user doesn't have access permission to the repositoryAndré Goddard Rosa
2007-11-25Merge branch 'jk/send-pack'Junio C Hamano
2007-11-14Merge branch 'sp/fetch-fix'Junio C Hamano
2007-11-14Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano
2007-11-12git-fetch: avoid local fetching from alternate (again)Shawn O. Pearce
2007-11-12git-fetch: Always fetch tags if the object they reference existsShawn O. Pearce
2007-11-05git-fetch: be even quieter.Pierre Habouzit
2007-11-04Merge branch 'np/fetch'Junio C Hamano
2007-11-04builtin-fetch: Add "-q" as a synonym for "--quiet"Steven Grimm
2007-11-03Miscellaneous const changes and utilitiesDaniel Barkalow
2007-11-03git-fetch: more terse fetch outputNicolas Pitre
2007-10-28git-fetch: do not fail when remote branch disappearsJunio C Hamano
2007-10-19Avoid scary errors about tagged trees/blobs during git-fetchShawn O. Pearce
2007-10-16fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin
2007-10-16Remove duplicate ref matches in fetchDaniel Barkalow
2007-10-03Restore default verbosity for http fetches.Daniel Barkalow
2007-09-30Allow abbreviations in the first refspec to be mergedDaniel Barkalow