aboutsummaryrefslogtreecommitdiffstats
path: root/repository.go
Commit message (Expand)AuthorAgeFilesLines
* improve ResolveRevision's Ref lookup pathMike Lundy2019-05-141-44/+37
* add Repository.CreateRemoteAnonymousniukuo2019-03-221-0/+17
* Refine Log.kuba--2019-01-101-40/+59
* Implement git log --allkuba--2019-01-071-24/+47
* git: return better error message when packfile cannot be downloadedJavi Fontan2018-11-301-0/+4
* repository: fix plain clone error handling regressionSantiago M. Mola2018-11-271-11/+14
* repository: Fix RefSpec for a single tag. Fixes #960Fedor Korotkov2018-11-071-15/+19
* improve cleanup implementation, add more testsSantiago M. Mola2018-10-301-49/+61
* repository: added cleanup for the PlainCloneContext()Bartek Jaroszewski2018-10-301-1/+59
* Merge pull request #984 from mcuadros/open-bareMáximo Cuadros2018-10-161-9/+4
|\
| * repository: allow open non-bare repositories as bareMáximo Cuadros2018-10-151-9/+4
* | Merge branch 'master' of github.com:src-d/go-git into annotatedMáximo Cuadros2018-10-151-29/+196
|\ \
| * \ Merge pull request #828 from fooker/patch-1Máximo Cuadros2018-10-151-5/+6
| |\ \
| | * | use remote name in fetch while clone, testMáximo Cuadros2018-10-151-1/+1
| | * | Use remote name in fetch while cloneDustin Frisch2018-05-091-4/+5
| * | | Plumbing: object, Add support for Log with filenames. Fixes #826 (#979)Nithin Gangadharan2018-10-111-6/+13
| | |/ | |/|
| * | Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-supportMáximo Cuadros2018-09-101-11/+5
| |\ \
| | * | Expose Storage cache.kuba--2018-09-071-8/+3
| | * | git: do not expose storage options in PlainOpenJavi Fontan2018-08-311-1/+1
| | * | git, storer: use a common storer.Options for storer and PlainOpenJavi Fontan2018-08-301-5/+1
| | * | git: add Static option to PlainOpenJavi Fontan2018-08-301-4/+7
| * | | git: s/TagObjectOptions/CreateTagOptions/Chris Marchesi2018-09-071-2/+2
| * | | git: Don't touch tag objects orphaned by tag deletionChris Marchesi2018-09-071-16/+2
| * | | git: s/fetch/returns/ on Tag function docChris Marchesi2018-09-071-1/+1
| * | | git: Don't return tag object with Tag, adjust docs for Tag and TagsChris Marchesi2018-08-231-15/+55
| * | | git: Discern tag target type from supplied hashChris Marchesi2018-08-231-1/+6
| * | | git: Add tagging supportChris Marchesi2018-08-211-1/+133
| |/ /
| * | Fixed cloning of a single tagFedor Korotkov2018-08-081-3/+3
| * | Fix wrong godoc on Tags() method.Antonio Jesus Navarro Perez2018-07-301-2/+3
| * | Fix documentation for NotesMorgan2018-06-161-1/+2
| |/
* / Teach ResolveRevision how to look up annotated tagsMike Lundy2018-05-111-10/+35
|/
* git: worktree, Skip special git directory. Fixes #814kuba--2018-04-181-6/+9
* Resolve full commit sha to plumbing hashantham2018-04-161-5/+20
* config: adds branches to config for tracking branches against remotes, update...Jeremy Chambers2018-04-101-2/+77
* add PlainOpen variant to find .git in parent dirsDaniel Martí2018-04-031-6/+32
* *: Use CheckClose with named returnsJavi Fontan2018-03-271-4/+2
* add LogOrder, LogOptions.Order, implement Order=LogOrderCommitterTime and Ord...Saeed Rasooli2018-03-051-1/+13
* Support for clone without checkoutMichael Rykov2018-01-171-1/+1
* Fix revision solver for branch and tag (#660)Anthony HAMON2017-12-011-28/+15
* repository: add tests for pruning and object re-packingJeremy Stribling2017-11-291-0/+17
* storer: separate loose and packed object mgmt into optional ifacesJeremy Stribling2017-11-291-10/+16
* Use object walker in repacking codeTaru Karttunen2017-11-291-12/+9
* Use Storer.Config pack window when repacking objectsTaru Karttunen2017-11-291-3/+5
* Make object repacking more configurableTaru Karttunen2017-11-291-7/+19
* Support for repacking objectsTaru Karttunen2017-11-291-0/+62
* Address CI and move code aroundTaru Karttunen2017-11-291-124/+0
* First pass of prune designTaru Karttunen2017-11-291-0/+124
* all: simplificationferhat elmas2017-11-291-1/+1
* Use optionally locking when updating refsTaru Karttunen2017-11-271-4/+9
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-2/+2