| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove unused unpacklimit variable from builtin-fetch | Shawn O. Pearce | 2007-09-19 | 1 | -20/+0 |
* | Remove unnecessary debugging from builtin-fetch | Shawn O. Pearce | 2007-09-19 | 1 | -9/+0 |
* | Fix off by one bug in reflog messages written by builtin-fetch | Shawn O. Pearce | 2007-09-19 | 1 | -1/+1 |
* | Correct builtin-fetch to handle + in refspecs | Shawn O. Pearce | 2007-09-19 | 1 | -1/+1 |
* | Make fetch a builtin | Daniel Barkalow | 2007-09-19 | 1 | -0/+552 |