Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-09-19 | Remove unnecessary 'fetch' argument from transport_get API | Shawn O. Pearce | 1 | -1/+1 |
2007-09-19 | Always ensure the pack.keep file is removed by git-fetch | Shawn O. Pearce | 1 | -1/+16 |
2007-09-19 | Remove pack.keep after ref updates in git-fetch | Shawn O. Pearce | 1 | -0/+1 |
2007-09-19 | Simplify fetch transport API to just one function | Shawn O. Pearce | 1 | -1/+1 |
2007-09-19 | Remove unused unpacklimit variable from builtin-fetch | Shawn O. Pearce | 1 | -20/+0 |
2007-09-19 | Remove unnecessary debugging from builtin-fetch | Shawn O. Pearce | 1 | -9/+0 |
2007-09-19 | Fix off by one bug in reflog messages written by builtin-fetch | Shawn O. Pearce | 1 | -1/+1 |
2007-09-19 | Correct builtin-fetch to handle + in refspecs | Shawn O. Pearce | 1 | -1/+1 |
2007-09-19 | Make fetch a builtin | Daniel Barkalow | 1 | -0/+552 |