aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* git: validate reference namesAyman Bagabas2023-11-302-2/+3
* *: fix some typosZhizhen He2023-09-081-6/+6
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-2/+1
* feat(clone): add mirror clone optionAyman Bagabas2023-04-171-0/+8
* config: Add Repository Format ExtensionPaulo Gomes2023-03-081-22/+51
* minor grammatical fixesJon Eskin2022-09-221-1/+1
* all: replace go-homedir with os.UserHomeDirDaniel Martí2022-05-291-2/+1
* Merge pull request #425 from abhinav/error-stringsMáximo Cuadros2021-12-111-1/+1
|\
| * error strings: Don't capitalize, use periods, or newlinesAbhinav Gupta2021-12-041-1/+1
* | Merge pull request #418 from abhinav/unusedMáximo Cuadros2021-12-101-0/+1
|\ \
| * | Remove unused variables/types/functionsAbhinav Gupta2021-11-271-0/+1
| |/
* | config: describe reason for custom quote functionsmerlin2021-11-081-0/+10
* | config: add tests for branch desc marshaling and unmarshalingmerlin2021-11-081-3/+8
* | config: add support for branch descriptionmerlin2021-11-082-0/+24
|/
* *: use go-billy instead of os callsMáximo Cuadros2021-05-022-14/+9
* config: support insteadOf for remotes' URLs (#79)Kostya Ostrovsky2020-12-014-2/+239
* add some testsThomas Lazar2020-10-091-0/+27
* Add init.defaultBranch to the configThomas Lazar2020-09-302-0/+29
* fix goreportcard warningsOleg Kovalov2020-07-011-1/+2
* CreateTagOptions.Validate: load Tagger from configMáximo Cuadros2020-06-051-1/+36
* config: ReadConfig and LoadConfig from scopesMáximo Cuadros2020-05-242-0/+92
* config: Config.[User|Author|Commit] marshal/unmarshalMáximo Cuadros2020-05-242-8/+103
* Revert "Merge pull request #20 from quorumcontrol/feature/other-configs"Máximo Cuadros2020-05-242-196/+13
* config: RefSpec.IsExactSHA1, validates if the refspec describes an exact SHA1...Máximo Cuadros2020-05-102-3/+22
* Add Merged configWes Morgan2020-04-062-13/+196
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-107-9/+9
* Merge pull request #1231 from alexandear/fix-typosMáximo Cuadros2019-11-013-8/+8
|\
| * Fix typos in comments, variables and function namesOleksandr Redko2019-10-243-8/+8
* | fix broken link (s/ftp/https/)Jeremiah Mahler2019-10-311-1/+1
|/
* *: avoid unnecessary conversionsChristian Muehlhaeuser2019-07-291-1/+1
* Merge pull request #1165 from seletskiy/push-pruneMáximo Cuadros2019-07-262-0/+16
|\
| * add Prune option to PushOptionsStanislav Seletskiy2019-07-252-0/+16
* | config: added missing dot.Vladimir Masarik2019-07-041-1/+1
* | fix wildcard handling in RefSpec matchingMike Lundy2019-06-042-11/+62
|/
* Support the 'rebase' config key for branchesMike Riley2019-05-173-2/+26
* config: add a way to see if a "remote" URL is local or notJeremy Stribling2019-02-111-0/+5
* Merge pull request #977 from filipnavara/config-testMáximo Cuadros2018-10-091-1/+14
|\
| * Add test for Windows local paths.Filip Navara2018-10-051-1/+14
* | all: remove extra 's' in "mismatch"Jongmin Kim2018-09-261-1/+1
|/
* config: add commentChar to core config structZaq? Wiedmann2018-08-292-0/+7
* config: modules, Ignore submodules with dotdot '..' path components. Fixes CV...Joseph Vusich2018-05-303-12/+46
* config: adds branches to config for tracking branches against remotes, update...Jeremy Chambers2018-04-104-5/+284
* Add more unit tests for RefSpecAlan Cabrera2018-03-141-0/+13
* Fix RefSpec.Src()Alan Cabrera2018-03-142-1/+13
* Make DefaultPackWindow const public and document itJavi Fontan2018-01-102-5/+7
* Add tests for default config valuesJavi Fontan2018-01-101-0/+9
* Set default pack window size in configJavi Fontan2018-01-091-1/+5
* all: simplificationferhat elmas2017-11-293-20/+7
* config: support a configurable, and turn-off-able, pack.windowJeremy Stribling2017-09-112-0/+47
* serialized remotes in alphabetical orderManuel Carmona2017-08-102-4/+12