summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
AgeCommit message (Expand)Author
2008-04-29Fix use after free() in builtin-fetchAlex Riesen
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
2007-09-19Refactor struct transport_ops inlined into struct transportShawn O. Pearce
2007-09-19Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce
2007-09-19Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce
2007-09-19Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce
2007-09-19Remove more debugging from builtin-fetchShawn O. Pearce
2007-09-19Allow builtin-fetch to work on a detached HEADShawn O. Pearce
2007-09-19Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce
2007-09-19Always ensure the pack.keep file is removed by git-fetchShawn O. Pearce
2007-09-19Remove pack.keep after ref updates in git-fetchShawn O. Pearce
2007-09-19Simplify fetch transport API to just one functionShawn O. Pearce
2007-09-19Remove unused unpacklimit variable from builtin-fetchShawn O. Pearce
2007-09-19Remove unnecessary debugging from builtin-fetchShawn O. Pearce
2007-09-19Fix off by one bug in reflog messages written by builtin-fetchShawn O. Pearce
2007-09-19Correct builtin-fetch to handle + in refspecsShawn O. Pearce
2007-09-19Make fetch a builtinDaniel Barkalow