summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
AgeCommit message (Expand)Author
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