aboutsummaryrefslogtreecommitdiff
path: root/builtin-fetch.c
Commit message (Expand)AuthorAge
* Tighten refspec processingDaniel Barkalow2008-03-26
* git fetch: Take '-n' to mean '--no-tags'Johannes Schindelin2008-03-13
* Rewrite builtin-fetch option parsing to use parse_options().Kristian Høgsberg2007-12-04
* Use a strbuf for copying the command line for the reflog.Kristian Høgsberg2007-12-04
* Error out when user doesn't have access permission to the repositoryAndré Goddard Rosa2007-11-30
* Merge branch 'jk/send-pack'Junio C Hamano2007-11-24
|\
| * Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-14
| |\
| | * Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-02
* | | Merge branch 'sp/fetch-fix'Junio C Hamano2007-11-14
|\ \ \
| * | | git-fetch: avoid local fetching from alternate (again)Shawn O. Pearce2007-11-11
| * | | git-fetch: Always fetch tags if the object they reference existsShawn O. Pearce2007-11-11
| |/ /
* | | git-fetch: be even quieter.Pierre Habouzit2007-11-05
|/ /
* | Merge branch 'np/fetch'Junio C Hamano2007-11-04
|\ \
| * | git-fetch: more terse fetch outputNicolas Pitre2007-11-02
| |/
* | builtin-fetch: Add "-q" as a synonym for "--quiet"Steven Grimm2007-11-03
|/
* git-fetch: do not fail when remote branch disappearsJunio C Hamano2007-10-28
* Avoid scary errors about tagged trees/blobs during git-fetchShawn O. Pearce2007-10-19
* fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin2007-10-16
* Remove duplicate ref matches in fetchDaniel Barkalow2007-10-15
* Restore default verbosity for http fetches.Daniel Barkalow2007-10-02
* Allow abbreviations in the first refspec to be mergedDaniel Barkalow2007-09-29
* Refactor struct transport_ops inlined into struct transportShawn O. Pearce2007-09-19
* Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce2007-09-19
* Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce2007-09-19
* Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce2007-09-19
* Remove more debugging from builtin-fetchShawn O. Pearce2007-09-19
* Allow builtin-fetch to work on a detached HEADShawn O. Pearce2007-09-19
* Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce2007-09-19
* Always ensure the pack.keep file is removed by git-fetchShawn O. Pearce2007-09-19
* Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-19
* Simplify fetch transport API to just one functionShawn O. Pearce2007-09-19
* Remove unused unpacklimit variable from builtin-fetchShawn O. Pearce2007-09-19
* Remove unnecessary debugging from builtin-fetchShawn O. Pearce2007-09-19
* Fix off by one bug in reflog messages written by builtin-fetchShawn O. Pearce2007-09-19
* Correct builtin-fetch to handle + in refspecsShawn O. Pearce2007-09-19
* Make fetch a builtinDaniel Barkalow2007-09-19