aboutsummaryrefslogtreecommitdiffstats
path: root/repository.go
Commit message (Expand)AuthorAgeFilesLines
...
* *: 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
* plumbing: the commit walker can skip externally-seen commitsJeremy Stribling2017-09-091-3/+3
* Minor fix to grammatical error in error message for ErrRepositoryNotExists.Nathan Ollerenshaw2017-09-061-1/+1
* Repository.Clone added Tags option, and set by default AllTags as git doesMáximo Cuadros2017-09-041-0/+1
* Worktree.Reset ignore untracked files on Merge modeMáximo Cuadros2017-09-011-1/+4
* repository: Resolve commit when cloning annotated tag, fixes #557Ori Rawlings2017-08-241-12/+41
* *: windows support, some more fixes (#533)Manuel Carmona2017-08-031-1/+1
* Remote.Clone fix clone of tags in shallow modeMáximo Cuadros2017-08-021-15/+14
* Merge pull request #531 from mcuadros/ref-nameMáximo Cuadros2017-08-021-4/+4
|\
| * *: use the new API for ReferenceName.Is* methodsMáximo Cuadros2017-08-021-4/+4
* | Merge pull request #501 from smola/config-multiple-urlsMáximo Cuadros2017-08-021-1/+1
|\ \
| * | config: multiple values in RemoteConfig (URLs and Fetch)Santiago M. Mola2017-08-011-1/+1
| |/
* / reuse Auth method when recursing submodules, fixes #521Devon Barrett2017-07-291-1/+4
|/
* worktree: expose underlying filesystemMáximo Cuadros2017-07-261-1/+1
* *: package context support in Repository, Remote and SubmoduleMáximo Cuadros2017-07-261-13/+70
* move Repository.Pull to Worktree.PullMáximo Cuadros2017-07-241-116/+55
* repository: allow push from shallow repositoriesMáximo Cuadros2017-07-191-3/+3
* git: remove ErrObjectNotFound in favor of plumbing.ErrObjectNotFoundJP Sugarbroad2017-07-121-5/+0
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-18/+14
* fix naming of NewCommit{Pre,Post}IteratorSantiago M. Mola2017-06-131-3/+3
* storage/filesystem: call initialization explicitely, fixes #408Santiago M. Mola2017-06-011-0/+13
* storage: filesystem, initialize the default folder scaffoldingMáximo Cuadros2017-05-211-0/+8
* add support for .git as file, fixes #348Santiago M. Mola2017-04-271-9/+55
* worktree, reset implementation and status improvementsMáximo Cuadros2017-04-121-1/+1
* merge, Repository.LogMáximo Cuadros2017-04-111-26/+45
|\
| * Add Repository.Log() method (fix #298)Antonio Jesus Navarro Perez2017-04-111-26/+45
* | worktree, status implementation based on merkletrie and reset and checkout im...Máximo Cuadros2017-04-111-9/+11
|/
* Merge pull request #296 from ajnavarro/improvement/repositorySantiago M. Mola2017-03-211-26/+67
|\
| * git: Repository methods changesAntonio Jesus Navarro Perez2017-03-061-26/+67
* | use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-101-2/+2
* | project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-10/+10
|/
* documentation and API improvementsMáximo Cuadros2017-02-211-4/+2
* submodule update implementationMáximo Cuadros2017-02-151-5/+18
* Repository.Init now handles non-standard .git locationMáximo Cuadros2017-02-131-2/+68
* submodule init implementationMáximo Cuadros2017-02-121-11/+29
* git: make Storer public in Repository.Santiago M. Mola2017-02-091-42/+43