summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce2008-03-041-0/+3
* Teach git-fetch to grab a tag at the same time as a commitShawn O. Pearce2008-03-031-1/+13
* Make git-fetch follow tags we already have objects for soonerShawn O. Pearce2008-03-031-0/+6
* Free the path_lists used to find non-local tags in git-fetchShawn O. Pearce2008-03-031-1/+3
* Allow builtin-fetch's find_non_local_tags to append onto a listShawn O. Pearce2008-03-031-8/+8
* Ensure tail pointer gets setup correctly when we fetch HEAD onlyShawn O. Pearce2008-03-031-0/+1
* Remove unnecessary delaying of free_refs(ref_map) in builtin-fetchShawn O. Pearce2008-03-031-5/+2
* Remove unused variable in builtin-fetch find_non_local_tagsShawn O. Pearce2008-03-031-3/+2
* Reduce the number of connects when fetchingDaniel Barkalow2008-02-051-0/+2
* Rewrite builtin-fetch option parsing to use parse_options().Kristian Høgsberg2007-12-041-77/+46
* Use a strbuf for copying the command line for the reflog.Kristian Høgsberg2007-12-041-16/+8
* Error out when user doesn't have access permission to the repositoryAndré Goddard Rosa2007-11-301-5/+14
* Merge branch 'jk/send-pack'Junio C Hamano2007-11-241-5/+5
|\
| * Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-141-5/+5
| |\
| | * Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-021-5/+5
* | | Merge branch 'sp/fetch-fix'Junio C Hamano2007-11-141-3/+68
|\ \ \
| * | | git-fetch: avoid local fetching from alternate (again)Shawn O. Pearce2007-11-111-2/+67
| * | | git-fetch: Always fetch tags if the object they reference existsShawn O. Pearce2007-11-111-1/+1
| |/ /
* | | git-fetch: be even quieter.Pierre Habouzit2007-11-051-14/+19
|/ /
* | Merge branch 'np/fetch'Junio C Hamano2007-11-041-54/+60
|\ \
| * | git-fetch: more terse fetch outputNicolas Pitre2007-11-021-54/+60
| |/
* | builtin-fetch: Add "-q" as a synonym for "--quiet"Steven Grimm2007-11-031-1/+1
|/
* git-fetch: do not fail when remote branch disappearsJunio C Hamano2007-10-281-8/+16
* Avoid scary errors about tagged trees/blobs during git-fetchShawn O. Pearce2007-10-191-3/+3
* fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin2007-10-161-1/+7
* Remove duplicate ref matches in fetchDaniel Barkalow2007-10-151-0/+1
* Restore default verbosity for http fetches.Daniel Barkalow2007-10-021-1/+1
* Allow abbreviations in the first refspec to be mergedDaniel Barkalow2007-09-291-1/+1
* Refactor struct transport_ops inlined into struct transportShawn O. Pearce2007-09-191-2/+1
* Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce2007-09-191-1/+1
* Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce2007-09-191-3/+15
* Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce2007-09-191-13/+35
* Remove more debugging from builtin-fetchShawn O. Pearce2007-09-191-2/+0
* Allow builtin-fetch to work on a detached HEADShawn O. Pearce2007-09-191-1/+2
* Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce2007-09-191-1/+1
* Always ensure the pack.keep file is removed by git-fetchShawn O. Pearce2007-09-191-1/+16
* Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-191-0/+1
* Simplify fetch transport API to just one functionShawn O. Pearce2007-09-191-1/+1
* Remove unused unpacklimit variable from builtin-fetchShawn O. Pearce2007-09-191-20/+0
* Remove unnecessary debugging from builtin-fetchShawn O. Pearce2007-09-191-9/+0
* Fix off by one bug in reflog messages written by builtin-fetchShawn O. Pearce2007-09-191-1/+1
* Correct builtin-fetch to handle + in refspecsShawn O. Pearce2007-09-191-1/+1
* Make fetch a builtinDaniel Barkalow2007-09-191-0/+552