| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge pull request #75 from mcuadros/scope-config | Máximo Cuadros | 2020-05-24 | 17 | -682/+376 |
|\ \
| |/
|/| |
|
| * | _examples: config example | Máximo Cuadros | 2020-05-24 | 2 | -18/+20 |
| * | Merge branch 'master' of github.com:go-git/go-git into scope-config | Máximo Cuadros | 2020-05-24 | 10 | -41/+187 |
| |\
| |/
|/| |
|
* | | Merge pull request #71 from kappyhappy/master | Máximo Cuadros | 2020-05-21 | 3 | -1/+41 |
|\ \ |
|
| * | | Remote.Push: support force option | kappyhappy | 2020-05-21 | 3 | -1/+41 |
|/ / |
|
* | | Merge pull request #63 from pyaillet/doc/submodule-update-example | Máximo Cuadros | 2020-05-19 | 2 | -0/+56 |
|\ \ |
|
| * | | doc: add submodule to example index | Pierre-Yves Aillet | 2020-05-18 | 1 | -0/+1 |
| * | | _examples: submodule, adding an example with submodule update | Pierre-Yves Aillet | 2020-05-14 | 1 | -0/+55 |
* | | | Merge pull request #66 from twpayne/diff-reset-color-on-line | Máximo Cuadros | 2020-05-18 | 2 | -37/+64 |
|\ \ \
| |/ /
|/| | |
|
| * | | plumbing: diff, reset color at end of line rather than at beginning of next | Tom Payne | 2020-05-17 | 2 | -37/+64 |
|/ / |
|
* | | Merge pull request #62 from mcuadros/commit-patch-nil | Máximo Cuadros | 2020-05-13 | 3 | -4/+27 |
|\ \ |
|
| * | | plumbing: object, Commit.Patch support to as nil | Máximo Cuadros | 2020-05-13 | 3 | -4/+27 |
|/ / |
|
| * | Repository.SetConfig, shortcut to Repository.Storer.SetConfig | Máximo Cuadros | 2020-05-24 | 1 | -1/+10 |
| * | Repository.ConfigScoped and Repository.Commit with empty author support | Máximo Cuadros | 2020-05-24 | 8 | -27/+117 |
| * | config: ReadConfig and LoadConfig from scopes | Máximo Cuadros | 2020-05-24 | 3 | -15/+94 |
| * | config: Config.[User|Author|Commit] marshal/unmarshal | Máximo Cuadros | 2020-05-24 | 2 | -8/+103 |
| * | Revert "Merge pull request #20 from quorumcontrol/feature/other-configs" | Máximo Cuadros | 2020-05-24 | 7 | -612/+35 |
| * | Revert "Merge pull request #31 from lcostea/liviu/add_save_config_changes" | Máximo Cuadros | 2020-05-24 | 1 | -4/+0 |
|/ |
|
* | Merge pull request #58 from go-git/exact-sha1 | Máximo Cuadros | 2020-05-11 | 6 | -5/+100 |
|\ |
|
| * | Remote.Fetch: support exact SHA1 refspecs | Máximo Cuadros | 2020-05-11 | 2 | -2/+62 |
| * | config: RefSpec.IsExactSHA1, validates if the refspec describes an exact SHA1... | Máximo Cuadros | 2020-05-10 | 4 | -3/+38 |
* | | Merge pull request #57 from vashish1/Rename_Changed | Máximo Cuadros | 2020-05-10 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | performed explicit conversions(needed) | vashish1 | 2020-05-08 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #54 from go-git/fix/rename-exact-gaps | Máximo Cuadros | 2020-05-04 | 2 | -8/+30 |
|\ |
|
| * | plumbing: exact renames detection could leave gaps in the changes | Miguel Molina | 2020-05-04 | 2 | -8/+30 |
|/ |
|
* | Merge pull request #47 from twpayne/diff-cleanup | Máximo Cuadros | 2020-05-01 | 1 | -216/+166 |
|\ |
|
| * | plumbing: diff, refresh internals | Tom Payne | 2020-05-01 | 1 | -216/+166 |
|/ |
|
* | Merge pull request #49 from gopye/fix_patch_comment | Máximo Cuadros | 2020-04-30 | 1 | -1/+1 |
|\ |
|
| * | Remove unnecessary text from comment | gopye | 2020-04-29 | 1 | -1/+1 |
* | | Merge pull request #46 from twpayne/fix-diff-color | Máximo Cuadros | 2020-04-30 | 4 | -30/+68 |
|\ \ |
|
| * | | plumbing: diff, don't emit unnecessary resets | Tom Payne | 2020-04-30 | 3 | -22/+24 |
| * | | plumbing: color, make package external | Tom Payne | 2020-04-29 | 3 | -2/+2 |
| * | | plumbing: diff, fix coloring of hunk context | Tom Payne | 2020-04-29 | 2 | -15/+51 |
* | | | Merge pull request #44 from tzneal/mine/fix-32-bit-build | Máximo Cuadros | 2020-04-30 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix 32 bit build | Todd Neal | 2020-04-27 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #45 from gopye/fix_change_test_typo | Máximo Cuadros | 2020-04-29 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix typo in comment of func TestCancel | gopye | 2020-04-27 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #42 from mcuadros/renames-tree | Máximo Cuadros | 2020-04-27 | 3 | -16/+55 |
|\ |
|
| * | Merge branch 'master' of github.com:go-git/go-git into renames-tree | Máximo Cuadros | 2020-04-25 | 1 | -4/+5 |
| |\ |
|
| * | | plumbing: object, make renames diff default | Máximo Cuadros | 2020-04-25 | 3 | -16/+55 |
* | | | Merge pull request #40 from twpayne/feature/diff-color | Máximo Cuadros | 2020-04-26 | 4 | -10/+244 |
|\ \ \
| |_|/
|/| | |
|
| * | | plumbing: diff, Add initial colored output support. Fixes #33. | Tom Payne | 2020-04-26 | 4 | -10/+244 |
|/ / |
|
* | | Merge pull request #43 from go-git/fix-git-compatibility | Máximo Cuadros | 2020-04-25 | 1 | -4/+5 |
|\ \
| |/
|/| |
|
| * | ci: fix CI, git compaitiblity | Máximo Cuadros | 2020-04-25 | 1 | -4/+5 |
|/ |
|
* | Merge pull request #39 from kevans91/fixread | Máximo Cuadros | 2020-04-24 | 2 | -1/+24 |
|\ |
|
| * | storage/filesystem: dotgit, sanity check provided reference path | Kyle Evans | 2020-04-23 | 2 | -1/+12 |
| * | storage/filesystem: dotgit, add a test for reading refs from a directory | Kyle Evans | 2020-04-23 | 1 | -1/+13 |
|/ |
|
* | Merge pull request #38 from go-git/feature/difftree-renames | Máximo Cuadros | 2020-04-23 | 5 | -8/+1382 |
|\ |
|
| * | plumbing: detect renames by hash and similar content in diff tree | Miguel Molina | 2020-04-23 | 5 | -8/+1382 |
* | | Merge pull request #31 from lcostea/liviu/add_save_config_changes | Máximo Cuadros | 2020-04-18 | 1 | -0/+4 |
|\ \
| |/
|/| |
|