| Commit message (Expand) | Author | Age | Files | Lines |
* | Support `.git/commondir` repository layout | Timofey Kirillov | 2020-06-15 | 1 | -1/+48 |
* | Repository.SetConfig, shortcut to Repository.Storer.SetConfig | Máximo Cuadros | 2020-05-24 | 1 | -1/+10 |
* | Repository.ConfigScoped and Repository.Commit with empty author support | Máximo Cuadros | 2020-05-24 | 1 | -12/+46 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -13/+13 |
* | add `PathFilter func(string) bool` to LogOptions | Saeed Rasooli | 2019-11-29 | 1 | -0/+11 |
* | add NewCommitPathIterFromIter that accepts pathFilter func(string) bool | Saeed Rasooli | 2019-11-29 | 1 | -1/+7 |
* | Add limiting options to git log | knqyf263 | 2019-08-04 | 1 | -0/+9 |
* | git : allows to create a Remote without a Repository | Valentin Cocaud | 2019-06-17 | 1 | -4/+4 |
* | improve ResolveRevision's Ref lookup path | Mike Lundy | 2019-05-14 | 1 | -44/+37 |
* | add Repository.CreateRemoteAnonymous | niukuo | 2019-03-22 | 1 | -0/+17 |
* | Refine Log. | kuba-- | 2019-01-10 | 1 | -40/+59 |
* | Implement git log --all | kuba-- | 2019-01-07 | 1 | -24/+47 |
* | git: return better error message when packfile cannot be downloaded | Javi Fontan | 2018-11-30 | 1 | -0/+4 |
* | repository: fix plain clone error handling regression | Santiago M. Mola | 2018-11-27 | 1 | -11/+14 |
* | repository: Fix RefSpec for a single tag. Fixes #960 | Fedor Korotkov | 2018-11-07 | 1 | -15/+19 |
* | improve cleanup implementation, add more tests | Santiago M. Mola | 2018-10-30 | 1 | -49/+61 |
* | repository: added cleanup for the PlainCloneContext() | Bartek Jaroszewski | 2018-10-30 | 1 | -1/+59 |
* | Merge pull request #984 from mcuadros/open-bare | Máximo Cuadros | 2018-10-16 | 1 | -9/+4 |
|\ |
|
| * | repository: allow open non-bare repositories as bare | Máximo Cuadros | 2018-10-15 | 1 | -9/+4 |
* | | 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 |