| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-07 | Add nil for optional parameters for pack_write | Michael Crosby | |
| The git_packbuilder_write function now takes two optional arguments used for information callbacks. These are currently not needed in the Go wrapper. | |||
| 2013-05-16 | Correct some errors from 1da989e | Axel Wagner | |
| 2013-05-16 | Add Write(w io.Writer) to packbuilder | Axel Wagner | |
| This wraps (*packbuilder).ForEach(), making it possible to write the pack easiliy to a tcp-connection, a HTTP-Body or the like. | |||
| 2013-05-16 | Add support for git_packbuilder | Axel Wagner | |
