Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplified sparse checkout | John Cai | 2021-11-09 | 1 | -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. | ||||
* | Support v3 index | John Cai | 2021-11-05 | 2 | -14/+46 |
| | | | | | | Currently the index encoder does not support the v3 index format. This change adds support to the encoder. This helps to unlock sparse checkout. | ||||
* | Minor linter fixes | Oleg Kovalov | 2020-07-06 | 1 | -1/+1 |
| | |||||
* | fix nil | Oleg Kovalov | 2020-07-01 | 1 | -1/+1 |
| | |||||
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 2 | -2/+5 |
| | |||||
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 1 | -1/+1 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 5 | -8/+8 |
| | |||||
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 2 | -4/+4 |
| | | | | Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com> | ||||
* | Fix typos in comments | Christian Muehlhaeuser | 2019-07-21 | 2 | -3/+3 |
| | | | | | | Just a few simple, nit-picky typo fixes. Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com> | ||||
* | plumbing: format/index perf, buffered reads, reflection removal | Arran Walker | 2019-04-21 | 1 | -18/+19 |
| | | | | | | | | | | Large performance increase by buffering reads. There were a few instances where binary.Read() would end up using reflection on &plumbing.Hash, rather than treating it as a byte slice. This has now been resolved. Signed-off-by: Arran Walker <arran.walker@fiveturns.org> | ||||
* | plumbing: format/index: support for EOIE extension, by default on git v2.2.0 | Máximo Cuadros | 2018-11-19 | 4 | -4/+122 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | all: remove extra 's' in "mismatch" | Jongmin Kim | 2018-09-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Jongmin Kim <jmkim@pukyong.ac.kr> | ||||
* | plumbing: format index, Index.Add and Index.Glob methods | Máximo Cuadros | 2018-02-26 | 3 | -0/+255 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | all: gofmt -s | ferhat elmas | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | all: simplification | ferhat elmas | 2017-11-29 | 1 | -7/+4 |
| | | | | | | | | | | - no length for map initialization - don't check for boolean/error return - don't format string - use string method of bytes buffer instead of converting bytes to string - use `strings.Contains` instead of `strings.Index` - use `bytes.Equal` instead of `bytes.Compare` | ||||
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | plumbing/index: fix TestEncode in go 1.9 | Máximo Cuadros | 2017-09-07 | 1 | -1/+2 |
| | |||||
* | *: windows support, some more fixes (2) (#536) | Manuel Carmona | 2017-08-07 | 1 | -0/+7 |
| | | | | | | | | | | | | | | * fixed windows failed test: "143 FAIL: worktree_test.go:314: WorktreeSuite.TestFilenameNormalization" * fixed windows failed test: "489: FAIL: auth_method_test.go:106: SuiteCommon.TestNewSSHAgentAuthNoAgent" * fixed windows failed test: "279 FAIL: server_test.go:50: ServerSuite.TestClone" fixed windows failed test: "298 FAIL: server_test.go:37: ServerSuite.TestPush" * fixed windows failed test: "316 FAIL: <autogenerated>:26: UploadPackSuite.TearDownSuite" * fixed windows failed test: "FAIL: <autogenerated>:6: IndexSuite.TearDownSuite" | ||||
* | worktree: Remove and Move methods | Máximo Cuadros | 2017-05-21 | 2 | -0/+29 |
| | |||||
* | plumbing: index, Entries converted in a slice of pointers | Máximo Cuadros | 2017-04-26 | 5 | -11/+11 |
| | |||||
* | format: index, Index.Entry method | Máximo Cuadros | 2017-04-13 | 2 | -5/+39 |
| | |||||
* | worktree, reset implementation and status improvements | Máximo Cuadros | 2017-04-12 | 1 | -12/+15 |
| | |||||
* | plumbing: format, index stringer | Máximo Cuadros | 2017-04-11 | 1 | -0/+23 |
| | |||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 5 | -8/+8 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | replace os.FileMode use with filemode.FileMode | Alberto Cortés | 2017-03-01 | 2 | -5/+7 |
| | |||||
* | documentation and API improvements | Máximo Cuadros | 2017-02-21 | 1 | -5/+5 |
| | |||||
* | format/index: sort the Entries before encode | Máximo Cuadros | 2017-02-13 | 3 | -4/+28 |
| | |||||
* | package plumbing documentation improvements (#248) | Máximo Cuadros | 2017-02-07 | 2 | -304/+303 |
| | |||||
* | documentation changes | Máximo Cuadros | 2017-01-31 | 1 | -2/+3 |
| | |||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 5 | -6/+6 |
| | |||||
* | new git fixture path | Máximo Cuadros | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Fix some typos in plumbing docs (#244) | Sergio Arbeo | 2017-01-30 | 2 | -2/+2 |
| | |||||
* | format/index: keep time.Time as zero, when decoded value is 0 | Máximo Cuadros | 2017-01-28 | 2 | -6/+12 |
| | |||||
* | BaseSuite improvements, usage of file:// proto | Máximo Cuadros | 2016-12-02 | 2 | -19/+19 |
| | |||||
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 6 | -0/+1271 |
* plumbing: now core was renamed to core, and formats and clients moved inside |