aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.go
Commit message (Expand)AuthorAgeFilesLines
* config: support insteadOf for remotes' URLs (#79)Kostya Ostrovsky2020-12-011-1/+72
* Add init.defaultBranch to the configThomas Lazar2020-09-301-0/+23
* config: ReadConfig and LoadConfig from scopesMáximo Cuadros2020-05-241-0/+86
* config: Config.[User|Author|Commit] marshal/unmarshalMáximo Cuadros2020-05-241-0/+71
* Revert "Merge pull request #20 from quorumcontrol/feature/other-configs"Máximo Cuadros2020-05-241-36/+13
* Add Merged configWes Morgan2020-04-061-13/+36
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-2/+2
* fix broken link (s/ftp/https/)Jeremiah Mahler2019-10-311-1/+1
* Support the 'rebase' config key for branchesMike Riley2019-05-171-0/+1
* config: add a way to see if a "remote" URL is local or notJeremy Stribling2019-02-111-0/+5
* config: add commentChar to core config structZaq? Wiedmann2018-08-291-0/+5
* config: modules, Ignore submodules with dotdot '..' path components. Fixes CV...Joseph Vusich2018-05-301-4/+8
* config: adds branches to config for tracking branches against remotes, update...Jeremy Chambers2018-04-101-2/+64
* Make DefaultPackWindow const public and document itJavi Fontan2018-01-101-4/+6
* Set default pack window size in configJavi Fontan2018-01-091-1/+5
* all: simplificationferhat elmas2017-11-291-8/+3
* config: support a configurable, and turn-off-able, pack.windowJeremy Stribling2017-09-111-0/+39
* serialized remotes in alphabetical orderManuel Carmona2017-08-101-2/+10
* config: preserve option order on config marshallingSantiago M. Mola2017-08-011-11/+27
* config: multiple values in RemoteConfig (URLs and Fetch)Santiago M. Mola2017-08-011-6/+17
* Export raw config.JP Sugarbroad2017-04-061-14/+14
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
* documentation and API improvementsMáximo Cuadros2017-02-211-11/+12
* config: added Config.SubmodulesMáximo Cuadros2017-02-141-9/+40
* config: adding Config.Core.WorktreeMáximo Cuadros2017-02-131-0/+9
* config: RefSpec.Validate returning errors and doc (Fixes #232)Máximo Cuadros2017-01-311-8/+21
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
* rename billy importsMáximo Cuadros2017-01-301-1/+1
* Fix typos in config pkg (#233)Sergio Arbeo2017-01-301-2/+2
* config: documentation improvementsMáximo Cuadros2017-01-301-17/+26
* config: marshal and unmarshal implementationMáximo Cuadros2017-01-261-0/+111
* remote: add Push (#178)Santiago M. Mola2016-12-191-3/+5
* config: Config, bare flag (#177)Máximo Cuadros2016-12-121-0/+3
* config: storer commentMáximo Cuadros2016-11-071-1/+1
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-5/+34
* doc packagesMáximo Cuadros2016-09-011-0/+1
* clients/ssh: test fixMáximo Cuadros2016-08-241-6/+0
* Remote.Fetch multiple RefSpec supportMáximo Cuadros2016-08-221-3/+35
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-211-0/+1
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-201-4/+10
* Remote.Fetch base on RefSpec, improvement of the responsabilities separationMáximo Cuadros2016-08-191-0/+13