aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:go-git/go-git into scope-configMáximo Cuadros2020-05-2410-41/+187
|\
| * Merge pull request #71 from kappyhappy/masterMáximo Cuadros2020-05-213-1/+41
| |\
| | * Remote.Push: support force optionkappyhappy2020-05-213-1/+41
| |/
| * Merge pull request #63 from pyaillet/doc/submodule-update-exampleMáximo Cuadros2020-05-192-0/+56
| |\
| | * doc: add submodule to example indexPierre-Yves Aillet2020-05-181-0/+1
| | * _examples: submodule, adding an example with submodule updatePierre-Yves Aillet2020-05-141-0/+55
| * | Merge pull request #66 from twpayne/diff-reset-color-on-lineMáximo Cuadros2020-05-182-37/+64
| |\ \ | | |/ | |/|
| | * plumbing: diff, reset color at end of line rather than at beginning of nextTom Payne2020-05-172-37/+64
| |/
| * Merge pull request #62 from mcuadros/commit-patch-nilMáximo Cuadros2020-05-133-4/+27
| |\
| | * plumbing: object, Commit.Patch support to as nilMáximo Cuadros2020-05-133-4/+27
| |/
* | Repository.SetConfig, shortcut to Repository.Storer.SetConfigMáximo Cuadros2020-05-241-1/+10
* | Repository.ConfigScoped and Repository.Commit with empty author supportMáximo Cuadros2020-05-248-27/+117
* | config: ReadConfig and LoadConfig from scopesMáximo Cuadros2020-05-243-15/+94
* | 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-247-612/+35
* | Revert "Merge pull request #31 from lcostea/liviu/add_save_config_changes"Máximo Cuadros2020-05-241-4/+0
|/
* Merge pull request #58 from go-git/exact-sha1Máximo Cuadros2020-05-116-5/+100
|\
| * Remote.Fetch: support exact SHA1 refspecsMáximo Cuadros2020-05-112-2/+62
| * config: RefSpec.IsExactSHA1, validates if the refspec describes an exact SHA1...Máximo Cuadros2020-05-104-3/+38
* | Merge pull request #57 from vashish1/Rename_ChangedMáximo Cuadros2020-05-101-4/+4
|\ \ | |/ |/|
| * performed explicit conversions(needed)vashish12020-05-081-4/+4
|/
* Merge pull request #54 from go-git/fix/rename-exact-gapsMáximo Cuadros2020-05-042-8/+30
|\
| * plumbing: exact renames detection could leave gaps in the changesMiguel Molina2020-05-042-8/+30
|/
* Merge pull request #47 from twpayne/diff-cleanupMáximo Cuadros2020-05-011-216/+166
|\
| * plumbing: diff, refresh internalsTom Payne2020-05-011-216/+166
|/
* Merge pull request #49 from gopye/fix_patch_commentMáximo Cuadros2020-04-301-1/+1
|\
| * Remove unnecessary text from commentgopye2020-04-291-1/+1
* | Merge pull request #46 from twpayne/fix-diff-colorMáximo Cuadros2020-04-304-30/+68
|\ \
| * | plumbing: diff, don't emit unnecessary resetsTom Payne2020-04-303-22/+24
| * | plumbing: color, make package externalTom Payne2020-04-293-2/+2
| * | plumbing: diff, fix coloring of hunk contextTom Payne2020-04-292-15/+51
* | | Merge pull request #44 from tzneal/mine/fix-32-bit-buildMáximo Cuadros2020-04-301-1/+1
|\ \ \ | |/ / |/| |
| * | fix 32 bit buildTodd Neal2020-04-271-1/+1
| |/
* | Merge pull request #45 from gopye/fix_change_test_typoMáximo Cuadros2020-04-291-1/+1
|\ \ | |/ |/|
| * Fix typo in comment of func TestCancelgopye2020-04-271-1/+1
|/
* Merge pull request #42 from mcuadros/renames-treeMáximo Cuadros2020-04-273-16/+55
|\
| * Merge branch 'master' of github.com:go-git/go-git into renames-treeMáximo Cuadros2020-04-251-4/+5
| |\
| * | plumbing: object, make renames diff defaultMáximo Cuadros2020-04-253-16/+55
* | | Merge pull request #40 from twpayne/feature/diff-colorMáximo Cuadros2020-04-264-10/+244
|\ \ \ | |_|/ |/| |
| * | plumbing: diff, Add initial colored output support. Fixes #33.Tom Payne2020-04-264-10/+244
|/ /
* | Merge pull request #43 from go-git/fix-git-compatibilityMáximo Cuadros2020-04-251-4/+5
|\ \ | |/ |/|
| * ci: fix CI, git compaitiblityMáximo Cuadros2020-04-251-4/+5
|/
* Merge pull request #39 from kevans91/fixreadMáximo Cuadros2020-04-242-1/+24
|\
| * storage/filesystem: dotgit, sanity check provided reference pathKyle Evans2020-04-232-1/+12
| * storage/filesystem: dotgit, add a test for reading refs from a directoryKyle Evans2020-04-231-1/+13
|/
* Merge pull request #38 from go-git/feature/difftree-renamesMáximo Cuadros2020-04-235-8/+1382
|\
| * plumbing: detect renames by hash and similar content in diff treeMiguel Molina2020-04-235-8/+1382
* | Merge pull request #31 from lcostea/liviu/add_save_config_changesMáximo Cuadros2020-04-181-0/+4
|\ \ | |/ |/|
| * examples: config, Show how to save config changesLiviu Costea2020-04-181-0/+4
|/
* Merge pull request #29 from empire/patch-1Máximo Cuadros2020-04-161-1/+1
|\