Age | Commit message (Expand) | Author | Files | Lines |
2007-11-30 | Error out when user doesn't have access permission to the repository | André Goddard Rosa | 1 | -5/+14 |
2007-11-24 | Merge branch 'jk/send-pack' | Junio C Hamano | 1 | -5/+5 |
2007-11-14 | Merge branch 'sp/fetch-fix' | Junio C Hamano | 1 | -3/+68 |
2007-11-14 | Merge branch 'db/remote-builtin' into jk/send-pack | Junio C Hamano | 1 | -5/+5 |
2007-11-11 | git-fetch: avoid local fetching from alternate (again) | Shawn O. Pearce | 1 | -2/+67 |
2007-11-11 | git-fetch: Always fetch tags if the object they reference exists | Shawn O. Pearce | 1 | -1/+1 |
2007-11-05 | git-fetch: be even quieter. | Pierre Habouzit | 1 | -14/+19 |
2007-11-04 | Merge branch 'np/fetch' | Junio C Hamano | 1 | -54/+60 |
2007-11-03 | builtin-fetch: Add "-q" as a synonym for "--quiet" | Steven Grimm | 1 | -1/+1 |
2007-11-02 | Miscellaneous const changes and utilities | Daniel Barkalow | 1 | -5/+5 |
2007-11-02 | git-fetch: more terse fetch output | Nicolas Pitre | 1 | -54/+60 |
2007-10-28 | git-fetch: do not fail when remote branch disappears | Junio C Hamano | 1 | -8/+16 |
2007-10-19 | Avoid scary errors about tagged trees/blobs during git-fetch | Shawn O. Pearce | 1 | -3/+3 |
2007-10-16 | fetch: if not fetching from default remote, ignore default merge | Johannes Schindelin | 1 | -1/+7 |
2007-10-15 | Remove duplicate ref matches in fetch | Daniel Barkalow | 1 | -0/+1 |
2007-10-02 | Restore default verbosity for http fetches. | Daniel Barkalow | 1 | -1/+1 |
2007-09-29 | Allow abbreviations in the first refspec to be merged | Daniel Barkalow | 1 | -1/+1 |
2007-09-19 | Refactor struct transport_ops inlined into struct transport | Shawn O. Pearce | 1 | -2/+1 |
2007-09-19 | Rename remote.uri to remote.url within remote handling internals | Shawn O. Pearce | 1 | -1/+1 |
2007-09-19 | Avoid printing unnecessary warnings during fetch and push | Shawn O. Pearce | 1 | -3/+15 |
2007-09-19 | Correct handling of branch.$name.merge in builtin-fetch | Shawn O. Pearce | 1 | -13/+35 |
2007-09-19 | Remove more debugging from builtin-fetch | Shawn O. Pearce | 1 | -2/+0 |
2007-09-19 | Allow builtin-fetch to work on a detached HEAD | Shawn O. Pearce | 1 | -1/+2 |
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 |