aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/index
Commit message (Collapse)AuthorAgeFilesLines
* worktree: Remove and Move methodsMáximo Cuadros2017-05-212-0/+29
|
* plumbing: index, Entries converted in a slice of pointersMáximo Cuadros2017-04-265-11/+11
|
* format: index, Index.Entry methodMáximo Cuadros2017-04-132-5/+39
|
* 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-075-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.FileModeAlberto Cortés2017-03-012-5/+7
|
* documentation and API improvementsMáximo Cuadros2017-02-211-5/+5
|
* format/index: sort the Entries before encodeMáximo Cuadros2017-02-133-4/+28
|
* package plumbing documentation improvements (#248)Máximo Cuadros2017-02-072-304/+303
|
* documentation changesMáximo Cuadros2017-01-311-2/+3
|
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-305-6/+6
|
* new git fixture pathMáximo Cuadros2017-01-301-1/+1
|
* Fix some typos in plumbing docs (#244)Sergio Arbeo2017-01-302-2/+2
|
* format/index: keep time.Time as zero, when decoded value is 0Máximo Cuadros2017-01-282-6/+12
|
* BaseSuite improvements, usage of file:// protoMáximo Cuadros2016-12-022-19/+19
|
* new plumbing package (#118)Máximo Cuadros2016-11-086-0/+1271
* plumbing: now core was renamed to core, and formats and clients moved inside