| Commit message (Expand) | Author | Age | Files | Lines |
* | builtin-fetch.c (store_updated_refs): Honor update_local_ref() return value | Dmitry V. Levin | 2008-05-28 | 1 | -3/+3 |
* | Merge branch 'db/clone-in-c' | Junio C Hamano | 2008-05-25 | 1 | -8/+2 |
|\ |
|
| * | Have a constant extern refspec for "--tags" | Daniel Barkalow | 2008-05-04 | 1 | -8/+2 |
* | | alloc_ref_from_str(): factor out a common pattern of alloc_ref from string | Krzysztof Kowalczyk | 2008-05-11 | 1 | -4/+2 |
* | | Merge branch 'jk/fetch-status' | Junio C Hamano | 2008-05-05 | 1 | -3/+1 |
|\ \
| |/
|/| |
|
| * | git-fetch: always show status of non-tracking-ref fetches | Jeff King | 2008-04-10 | 1 | -3/+1 |
* | | Fix use after free() in builtin-fetch | Alex Riesen | 2008-04-28 | 1 | -3/+5 |
|/ |
|
* | git-fetch: fix status output when not storing tracking ref | Jeff King | 2008-04-10 | 1 | -15/+13 |
* | git-fetch: Don't trigger a bus error when given the refspec "tag" | Kevin Ballard | 2008-04-05 | 1 | -0/+2 |
* | remote.c: Fix overtight refspec validation | Junio C Hamano | 2008-03-22 | 1 | -1/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2008-03-14 | 1 | -0/+2 |
|\ |
|
| * | git fetch: Take '-n' to mean '--no-tags' | Johannes Schindelin | 2008-03-13 | 1 | -0/+2 |
* | | Teach git-fetch to exploit server side automatic tag following | Shawn O. Pearce | 2008-03-04 | 1 | -0/+3 |
* | | Teach git-fetch to grab a tag at the same time as a commit | Shawn O. Pearce | 2008-03-03 | 1 | -1/+13 |
* | | Make git-fetch follow tags we already have objects for sooner | Shawn O. Pearce | 2008-03-03 | 1 | -0/+6 |
* | | Free the path_lists used to find non-local tags in git-fetch | Shawn O. Pearce | 2008-03-03 | 1 | -1/+3 |
* | | Allow builtin-fetch's find_non_local_tags to append onto a list | Shawn O. Pearce | 2008-03-03 | 1 | -8/+8 |
* | | Ensure tail pointer gets setup correctly when we fetch HEAD only | Shawn O. Pearce | 2008-03-03 | 1 | -0/+1 |
* | | Remove unnecessary delaying of free_refs(ref_map) in builtin-fetch | Shawn O. Pearce | 2008-03-03 | 1 | -5/+2 |
* | | Remove unused variable in builtin-fetch find_non_local_tags | Shawn O. Pearce | 2008-03-03 | 1 | -3/+2 |
* | | Reduce the number of connects when fetching | Daniel Barkalow | 2008-02-05 | 1 | -0/+2 |
|/ |
|
* | Rewrite builtin-fetch option parsing to use parse_options(). | Kristian Høgsberg | 2007-12-04 | 1 | -77/+46 |
* | Use a strbuf for copying the command line for the reflog. | Kristian Høgsberg | 2007-12-04 | 1 | -16/+8 |
* | Error out when user doesn't have access permission to the repository | André Goddard Rosa | 2007-11-30 | 1 | -5/+14 |
* | Merge branch 'jk/send-pack' | Junio C Hamano | 2007-11-24 | 1 | -5/+5 |
|\ |
|
| * | Merge branch 'db/remote-builtin' into jk/send-pack | Junio C Hamano | 2007-11-14 | 1 | -5/+5 |
| |\ |
|
| | * | Miscellaneous const changes and utilities | Daniel Barkalow | 2007-11-02 | 1 | -5/+5 |
* | | | Merge branch 'sp/fetch-fix' | Junio C Hamano | 2007-11-14 | 1 | -3/+68 |
|\ \ \ |
|
| * | | | git-fetch: avoid local fetching from alternate (again) | Shawn O. Pearce | 2007-11-11 | 1 | -2/+67 |
| * | | | git-fetch: Always fetch tags if the object they reference exists | Shawn O. Pearce | 2007-11-11 | 1 | -1/+1 |
| |/ / |
|
* | | | git-fetch: be even quieter. | Pierre Habouzit | 2007-11-05 | 1 | -14/+19 |
|/ / |
|
* | | Merge branch 'np/fetch' | Junio C Hamano | 2007-11-04 | 1 | -54/+60 |
|\ \ |
|
| * | | git-fetch: more terse fetch output | Nicolas Pitre | 2007-11-02 | 1 | -54/+60 |
| |/ |
|
* | | builtin-fetch: Add "-q" as a synonym for "--quiet" | Steven Grimm | 2007-11-03 | 1 | -1/+1 |
|/ |
|
* | git-fetch: do not fail when remote branch disappears | Junio C Hamano | 2007-10-28 | 1 | -8/+16 |
* | Avoid scary errors about tagged trees/blobs during git-fetch | Shawn O. Pearce | 2007-10-19 | 1 | -3/+3 |
* | fetch: if not fetching from default remote, ignore default merge | Johannes Schindelin | 2007-10-16 | 1 | -1/+7 |
* | Remove duplicate ref matches in fetch | Daniel Barkalow | 2007-10-15 | 1 | -0/+1 |
* | Restore default verbosity for http fetches. | Daniel Barkalow | 2007-10-02 | 1 | -1/+1 |
* | Allow abbreviations in the first refspec to be merged | Daniel Barkalow | 2007-09-29 | 1 | -1/+1 |
* | Refactor struct transport_ops inlined into struct transport | Shawn O. Pearce | 2007-09-19 | 1 | -2/+1 |
* | Rename remote.uri to remote.url within remote handling internals | Shawn O. Pearce | 2007-09-19 | 1 | -1/+1 |
* | Avoid printing unnecessary warnings during fetch and push | Shawn O. Pearce | 2007-09-19 | 1 | -3/+15 |
* | Correct handling of branch.$name.merge in builtin-fetch | Shawn O. Pearce | 2007-09-19 | 1 | -13/+35 |
* | Remove more debugging from builtin-fetch | Shawn O. Pearce | 2007-09-19 | 1 | -2/+0 |
* | Allow builtin-fetch to work on a detached HEAD | Shawn O. Pearce | 2007-09-19 | 1 | -1/+2 |
* | Remove unnecessary 'fetch' argument from transport_get API | Shawn O. Pearce | 2007-09-19 | 1 | -1/+1 |
* | Always ensure the pack.keep file is removed by git-fetch | Shawn O. Pearce | 2007-09-19 | 1 | -1/+16 |
* | Remove pack.keep after ref updates in git-fetch | Shawn O. Pearce | 2007-09-19 | 1 | -0/+1 |
* | Simplify fetch transport API to just one function | Shawn O. Pearce | 2007-09-19 | 1 | -1/+1 |