| Commit message (Expand) | Author | Age | Files | Lines |
* | improve ResolveRevision's Ref lookup path | Mike Lundy | 2019-05-14 | 1 | -5/+5 |
* | add Repository.CreateRemoteAnonymous | niukuo | 2019-03-22 | 1 | -0/+30 |
* | Ignore missing references on log --all | Antonio Jesus Navarro Perez | 2019-02-12 | 1 | -0/+62 |
* | Implement git log --all | kuba-- | 2019-01-07 | 1 | -6/+122 |
* | repository: fix plain clone error handling regression | Santiago M. Mola | 2018-11-27 | 1 | -8/+43 |
* | repository: Fix RefSpec for a single tag. Fixes #960 | Fedor Korotkov | 2018-11-07 | 1 | -0/+26 |
* | improve cleanup implementation, add more tests | Santiago M. Mola | 2018-10-30 | 1 | -6/+48 |
* | repository: added cleanup for the PlainCloneContext() | Bartek Jaroszewski | 2018-10-30 | 1 | -5/+43 |
* | Merge pull request #984 from mcuadros/open-bare | Máximo Cuadros | 2018-10-16 | 1 | -5/+5 |
|\ |
|
| * | repository: allow open non-bare repositories as bare | Máximo Cuadros | 2018-10-15 | 1 | -5/+5 |
* | | teach ResolveRevision how to look up annotated tags, test | Máximo Cuadros | 2018-10-15 | 1 | -2/+1 |
* | | Merge branch 'master' of github.com:src-d/go-git into annotated | Máximo Cuadros | 2018-10-15 | 1 | -13/+629 |
|\ \ |
|
| * \ | Merge pull request #828 from fooker/patch-1 | Máximo Cuadros | 2018-10-15 | 1 | -0/+13 |
| |\ \ |
|
| | * | | use remote name in fetch while clone, test | Máximo Cuadros | 2018-10-15 | 1 | -0/+13 |
| * | | | Plumbing: object, Add support for Log with filenames. Fixes #826 (#979) | Nithin Gangadharan | 2018-10-11 | 1 | -0/+139 |
| | |/
| |/| |
|
| * | | repository: fix test for new Storage constructor | Máximo Cuadros | 2018-09-10 | 1 | -7/+5 |
| * | | Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-support | Máximo Cuadros | 2018-09-10 | 1 | -16/+8 |
| |\ \ |
|
| | * | | Expose Storage cache. | kuba-- | 2018-09-07 | 1 | -19/+11 |
| * | | | git: s/TagObjectOptions/CreateTagOptions/ | Chris Marchesi | 2018-09-07 | 1 | -8/+8 |
| * | | | git: Add some tests for annotated tag deletion | Chris Marchesi | 2018-09-07 | 1 | -3/+110 |
| * | | | git: Don't return tag object with Tag, adjust docs for Tag and Tags | Chris Marchesi | 2018-08-23 | 1 | -35/+16 |
| * | | | git: Discern tag target type from supplied hash | Chris Marchesi | 2018-08-23 | 1 | -28/+24 |
| * | | | git: Canonicalize incoming annotated tag messages | Chris Marchesi | 2018-08-21 | 1 | -0/+43 |
| * | | | git: Add tagging support | Chris Marchesi | 2018-08-21 | 1 | -0/+265 |
| |/ / |
|
| * | | Merge pull request #906 from src-d/perf/packfile-reads | Máximo Cuadros | 2018-08-14 | 1 | -0/+56 |
| |\ \ |
|
| | * | | git: add benchmark for iterating repository objects | Miguel Molina | 2018-08-10 | 1 | -0/+56 |
| | |/ |
|
| * / | Fixed cloning of a single tag | Fedor Korotkov | 2018-08-08 | 1 | -1/+27 |
| |/ |
|
* | | teach ResolveRevision how to look up annotated tags, test | Máximo Cuadros | 2018-10-15 | 1 | -0/+19 |
* | | Teach ResolveRevision how to look up annotated tags | Mike Lundy | 2018-05-11 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #706 from antham/resolve-commit-sha1v4.3.1 | Máximo Cuadros | 2018-04-17 | 1 | -3/+13 |
|\ |
|
| * | Resolve full commit sha to plumbing hash | antham | 2018-04-16 | 1 | -3/+13 |
* | | git: remote, Add shallow commits instead of substituting. Fixes #412 | Javi Fontan | 2018-04-16 | 1 | -0/+63 |
|/ |
|
* | config: adds branches to config for tracking branches against remotes, update... | Jeremy Chambers | 2018-04-10 | 1 | -0/+146 |
* | add PlainOpen variant to find .git in parent dirs | Daniel Martí | 2018-04-03 | 1 | -0/+30 |
* | *: skip time consuming tests | Máximo Cuadros | 2018-03-21 | 1 | -0/+13 |
* | Fix "too few values in struct initializer" in repository_test.go | Saeed Rasooli | 2018-03-05 | 1 | -2/+2 |
* | Support for clone without checkout | Michael Rykov | 2018-01-17 | 1 | -0/+22 |
* | Fix revision solver for branch and tag (#660) | Anthony HAMON | 2017-12-01 | 1 | -19/+26 |
* | repository: add tests for pruning and object re-packing | Jeremy Stribling | 2017-11-29 | 1 | -0/+61 |
* | all: fixes for ineffective assign | ferhat elmas | 2017-11-26 | 1 | -0/+2 |
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -4/+4 |
* | Repository.Clone added Tags option, and set by default AllTags as git does | Máximo Cuadros | 2017-09-04 | 1 | -0/+21 |
* | Add sideband support for push | Ori Rawlings | 2017-09-01 | 1 | -0/+41 |
* | repository: Resolve commit when cloning annotated tag, fixes #557 | Ori Rawlings | 2017-08-24 | 1 | -0/+21 |
* | *: 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 | -0/+30 |
* | Merge pull request #531 from mcuadros/ref-name | Máximo Cuadros | 2017-08-02 | 1 | -5/+3 |
|\ |
|
| * | *: use the new API for ReferenceName.Is* methods | Máximo Cuadros | 2017-08-02 | 1 | -5/+3 |
* | | config: multiple values in RemoteConfig (URLs and Fetch) | Santiago M. Mola | 2017-08-01 | 1 | -7/+7 |
|/ |
|
* | worktree: expose underlying filesystem | Máximo Cuadros | 2017-07-26 | 1 | -1/+1 |