aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/index/index.go
Commit message (Collapse)AuthorAgeFilesLines
* simplified sparse checkoutJohn Cai2021-11-091-0/+18
| | | | | | | | | This is the initial logic to support a simple sparse checkout where directories to be included can be specified in CheckoutOptions. This change doesn't fully support the sparse patterns, nor does this change include the optimization to collapse flie entries in ithe index that are excluded via the sparse checkout directory patterns included under the parent directory.
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-2/+2
|
* Fix typos in commentsChristian Muehlhaeuser2019-07-211-1/+1
| | | | | | Just a few simple, nit-picky typo fixes. Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
* plumbing: format/index: support for EOIE extension, by default on git v2.2.0Máximo Cuadros2018-11-191-3/+21
| | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
* plumbing: format index, Index.Add and Index.Glob methodsMáximo Cuadros2018-02-261-0/+32
| | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
* worktree: Remove and Move methodsMáximo Cuadros2017-05-211-0/+12
|
* plumbing: index, Entries converted in a slice of pointersMáximo Cuadros2017-04-261-3/+3
|
* format: index, Index.Entry methodMáximo Cuadros2017-04-131-5/+17
|
* worktree, reset implementation and status improvementsMáximo Cuadros2017-04-121-12/+15
|
* plumbing: format, index stringerMáximo Cuadros2017-04-111-0/+23
|
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-2/+2
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* replace os.FileMode use with filemode.FileModeAlberto Cortés2017-03-011-2/+2
|
* format/index: sort the Entries before encodeMáximo Cuadros2017-02-131-4/+9
|
* package plumbing documentation improvements (#248)Máximo Cuadros2017-02-071-3/+3
|
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
|
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+108
* plumbing: now core was renamed to core, and formats and clients moved inside