| Commit message (Expand) | Author | Age | Files | Lines |
* | config: adds branches to config for tracking branches against remotes, update... | Jeremy Chambers | 2018-04-10 | 1 | -2/+77 |
* | add PlainOpen variant to find .git in parent dirs | Daniel Martí | 2018-04-03 | 1 | -6/+32 |
* | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 1 | -4/+2 |
* | add LogOrder, LogOptions.Order, implement Order=LogOrderCommitterTime and Ord... | Saeed Rasooli | 2018-03-05 | 1 | -1/+13 |
* | Support for clone without checkout | Michael Rykov | 2018-01-17 | 1 | -1/+1 |
* | Fix revision solver for branch and tag (#660) | Anthony HAMON | 2017-12-01 | 1 | -28/+15 |
* | repository: add tests for pruning and object re-packing | Jeremy Stribling | 2017-11-29 | 1 | -0/+17 |
* | storer: separate loose and packed object mgmt into optional ifaces | Jeremy Stribling | 2017-11-29 | 1 | -10/+16 |
* | Use object walker in repacking code | Taru Karttunen | 2017-11-29 | 1 | -12/+9 |
* | Use Storer.Config pack window when repacking objects | Taru Karttunen | 2017-11-29 | 1 | -3/+5 |
* | Make object repacking more configurable | Taru Karttunen | 2017-11-29 | 1 | -7/+19 |
* | Support for repacking objects | Taru Karttunen | 2017-11-29 | 1 | -0/+62 |
* | Address CI and move code around | Taru Karttunen | 2017-11-29 | 1 | -124/+0 |
* | First pass of prune design | Taru Karttunen | 2017-11-29 | 1 | -0/+124 |
* | all: simplification | ferhat elmas | 2017-11-29 | 1 | -1/+1 |
* | Use optionally locking when updating refs | Taru Karttunen | 2017-11-27 | 1 | -4/+9 |
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -2/+2 |
* | plumbing: the commit walker can skip externally-seen commits | Jeremy Stribling | 2017-09-09 | 1 | -3/+3 |
* | Minor fix to grammatical error in error message for ErrRepositoryNotExists. | Nathan Ollerenshaw | 2017-09-06 | 1 | -1/+1 |
* | Repository.Clone added Tags option, and set by default AllTags as git does | Máximo Cuadros | 2017-09-04 | 1 | -0/+1 |
* | Worktree.Reset ignore untracked files on Merge mode | Máximo Cuadros | 2017-09-01 | 1 | -1/+4 |
* | repository: Resolve commit when cloning annotated tag, fixes #557 | Ori Rawlings | 2017-08-24 | 1 | -12/+41 |
* | *: windows support, some more fixes (#533) | Manuel Carmona | 2017-08-03 | 1 | -1/+1 |
* | Remote.Clone fix clone of tags in shallow mode | Máximo Cuadros | 2017-08-02 | 1 | -15/+14 |
* | Merge pull request #531 from mcuadros/ref-name | Máximo Cuadros | 2017-08-02 | 1 | -4/+4 |
|\ |
|
| * | *: use the new API for ReferenceName.Is* methods | Máximo Cuadros | 2017-08-02 | 1 | -4/+4 |
* | | Merge pull request #501 from smola/config-multiple-urls | Máximo Cuadros | 2017-08-02 | 1 | -1/+1 |
|\ \ |
|
| * | | config: multiple values in RemoteConfig (URLs and Fetch) | Santiago M. Mola | 2017-08-01 | 1 | -1/+1 |
| |/ |
|
* / | reuse Auth method when recursing submodules, fixes #521 | Devon Barrett | 2017-07-29 | 1 | -1/+4 |
|/ |
|
* | worktree: expose underlying filesystem | Máximo Cuadros | 2017-07-26 | 1 | -1/+1 |
* | *: package context support in Repository, Remote and Submodule | Máximo Cuadros | 2017-07-26 | 1 | -13/+70 |
* | move Repository.Pull to Worktree.Pull | Máximo Cuadros | 2017-07-24 | 1 | -116/+55 |
* | repository: allow push from shallow repositories | Máximo Cuadros | 2017-07-19 | 1 | -3/+3 |
* | git: remove ErrObjectNotFound in favor of plumbing.ErrObjectNotFound | JP Sugarbroad | 2017-07-12 | 1 | -5/+0 |
* | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -18/+14 |
* | fix naming of NewCommit{Pre,Post}Iterator | Santiago M. Mola | 2017-06-13 | 1 | -3/+3 |
* | storage/filesystem: call initialization explicitely, fixes #408 | Santiago M. Mola | 2017-06-01 | 1 | -0/+13 |
* | storage: filesystem, initialize the default folder scaffolding | Máximo Cuadros | 2017-05-21 | 1 | -0/+8 |
* | add support for .git as file, fixes #348 | Santiago M. Mola | 2017-04-27 | 1 | -9/+55 |
* | worktree, reset implementation and status improvements | Máximo Cuadros | 2017-04-12 | 1 | -1/+1 |
* | merge, Repository.Log | Máximo Cuadros | 2017-04-11 | 1 | -26/+45 |
|\ |
|
| * | Add Repository.Log() method (fix #298) | Antonio Jesus Navarro Perez | 2017-04-11 | 1 | -26/+45 |
* | | worktree, status implementation based on merkletrie and reset and checkout im... | Máximo Cuadros | 2017-04-11 | 1 | -9/+11 |
|/ |
|
* | Merge pull request #296 from ajnavarro/improvement/repository | Santiago M. Mola | 2017-03-21 | 1 | -26/+67 |
|\ |
|
| * | git: Repository methods changes | Antonio Jesus Navarro Perez | 2017-03-06 | 1 | -26/+67 |
* | | use go-billy.v2 version | Antonio Jesus Navarro Perez | 2017-03-10 | 1 | -2/+2 |
* | | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -10/+10 |
|/ |
|
* | documentation and API improvements | Máximo Cuadros | 2017-02-21 | 1 | -4/+2 |
* | submodule update implementation | Máximo Cuadros | 2017-02-15 | 1 | -5/+18 |
* | Repository.Init now handles non-standard .git location | Máximo Cuadros | 2017-02-13 | 1 | -2/+68 |