| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge branch 'master' of github.com:src-d/go-git into annotated | Máximo Cuadros | 2018-10-15 | 1 | -29/+196 |
|\ \ |
|
| * \ | Merge pull request #828 from fooker/patch-1 | Máximo Cuadros | 2018-10-15 | 1 | -5/+6 |
| |\ \ |
|
| | * | | use remote name in fetch while clone, test | Máximo Cuadros | 2018-10-15 | 1 | -1/+1 |
| | * | | Use remote name in fetch while clone | Dustin Frisch | 2018-05-09 | 1 | -4/+5 |
| * | | | Plumbing: object, Add support for Log with filenames. Fixes #826 (#979) | Nithin Gangadharan | 2018-10-11 | 1 | -6/+13 |
| | |/
| |/| |
|
| * | | Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-support | Máximo Cuadros | 2018-09-10 | 1 | -11/+5 |
| |\ \ |
|
| | * | | Expose Storage cache. | kuba-- | 2018-09-07 | 1 | -8/+3 |
| | * | | git: do not expose storage options in PlainOpen | Javi Fontan | 2018-08-31 | 1 | -1/+1 |
| | * | | git, storer: use a common storer.Options for storer and PlainOpen | Javi Fontan | 2018-08-30 | 1 | -5/+1 |
| | * | | git: add Static option to PlainOpen | Javi Fontan | 2018-08-30 | 1 | -4/+7 |
| * | | | git: s/TagObjectOptions/CreateTagOptions/ | Chris Marchesi | 2018-09-07 | 1 | -2/+2 |
| * | | | git: Don't touch tag objects orphaned by tag deletion | Chris Marchesi | 2018-09-07 | 1 | -16/+2 |
| * | | | git: s/fetch/returns/ on Tag function doc | Chris Marchesi | 2018-09-07 | 1 | -1/+1 |
| * | | | git: Don't return tag object with Tag, adjust docs for Tag and Tags | Chris Marchesi | 2018-08-23 | 1 | -15/+55 |
| * | | | git: Discern tag target type from supplied hash | Chris Marchesi | 2018-08-23 | 1 | -1/+6 |
| * | | | git: Add tagging support | Chris Marchesi | 2018-08-21 | 1 | -1/+133 |
| |/ / |
|
| * | | Fixed cloning of a single tag | Fedor Korotkov | 2018-08-08 | 1 | -3/+3 |
| * | | Fix wrong godoc on Tags() method. | Antonio Jesus Navarro Perez | 2018-07-30 | 1 | -2/+3 |
| * | | Fix documentation for Notes | Morgan | 2018-06-16 | 1 | -1/+2 |
| |/ |
|
* / | Teach ResolveRevision how to look up annotated tags | Mike Lundy | 2018-05-11 | 1 | -10/+35 |
|/ |
|
* | git: worktree, Skip special git directory. Fixes #814 | kuba-- | 2018-04-18 | 1 | -6/+9 |
* | Resolve full commit sha to plumbing hash | antham | 2018-04-16 | 1 | -5/+20 |
* | 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 |
| |/ |
|