| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
|\ \
| |/
|/| |
|
| * | examples: config, Show how to save config changes | Liviu Costea | 2020-04-18 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #29 from empire/patch-1 | Máximo Cuadros | 2020-04-16 | 1 | -1/+1 |
|\ |
|
| * | Fix example's link in README.md | Hossein Zolfi | 2020-04-16 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #27 from davorao/master | Máximo Cuadros | 2020-04-14 | 1 | -1/+1 |
|\ |
|
| * | Change the link of the storer docs | davorao | 2020-04-13 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #20 from quorumcontrol/feature/other-configs | Máximo Cuadros | 2020-04-07 | 7 | -35/+612 |
|\ |
|
| * | Simplify a couple of config examples | Wes Morgan | 2020-04-07 | 1 | -2/+2 |
| * | Add advanced usage note to config example | Wes Morgan | 2020-04-07 | 1 | -0/+4 |
| * | Document some things in format/config/merged.go | Wes Morgan | 2020-04-07 | 1 | -1/+39 |
| * | Fix dotgit tests | Wes Morgan | 2020-04-06 | 1 | -3/+3 |
| * | Add funcs to set global & local config in Merged | Wes Morgan | 2020-04-06 | 1 | -0/+8 |
| * | Add Merged config | Wes Morgan | 2020-04-06 | 6 | -32/+559 |
* | | Merge pull request #24 from jfontan/fix-compatibility-tests | Máximo Cuadros | 2020-04-07 | 1 | -5/+4 |
|\ \ |
|
| * | | ci: fix compatibility tests | Javi Fontan | 2020-04-07 | 1 | -5/+4 |
|/ / |
|
* | | Merge pull request #22 from mcuadros/fix-empty | Máximo Cuadros | 2020-04-07 | 3 | -9/+30 |
|\ \
| |/
|/| |
|
| * | plumbing: transport, fix handling of empty adv-refs on upload-pack | Máximo Cuadros | 2020-04-07 | 3 | -9/+30 |
* | | Merge pull request #13 from marnovo/patch-2 | Máximo Cuadros | 2020-03-22 | 1 | -1/+1 |
|\ \ |
|