| Commit message (Expand) | Author | Age | Files | Lines |
* | _examples: tag-create-push, remove defaultSignature | Máximo Cuadros | 2020-06-14 | 1 | -16/+3 |
* | examples, tag: Show git command | Liviu Costea | 2020-06-01 | 1 | -13/+6 |
* | examples: tag, Add create and push new tag | Liviu Costea | 2020-05-31 | 2 | -0/+169 |
* | _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 | 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 |
* | | Revert "Merge pull request #20 from quorumcontrol/feature/other-configs" | Máximo Cuadros | 2020-05-24 | 1 | -69/+0 |
* | | Revert "Merge pull request #31 from lcostea/liviu/add_save_config_changes" | Máximo Cuadros | 2020-05-24 | 1 | -4/+0 |
|/ |
|
* | examples: config, Show how to save config changes | Liviu Costea | 2020-04-18 | 1 | -0/+4 |
* | 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 |
* | Add Merged config | Wes Morgan | 2020-04-06 | 1 | -0/+65 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 23 | -72/+72 |
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 4 | -5/+5 |
* | Merge pull request #1195 from digininja/master | Máximo Cuadros | 2019-08-16 | 1 | -1/+1 |
|\ |
|
| * | Spelling mistake | Robin Wood | 2019-07-27 | 1 | -1/+1 |
* | | examples: Fix typo on pull example | Theodore Keloglou | 2019-08-07 | 1 | -1/+1 |
* | | Add limiting options to git log | knqyf263 | 2019-08-04 | 1 | -1/+4 |
|/ |
|
* | git : allows to create a Remote without a Repository | Valentin Cocaud | 2019-06-17 | 1 | -0/+42 |
* | Add merge-base command | David Pordomingo | 2019-06-03 | 4 | -6/+255 |
* | Allow non-.git path for ls example | Filip Navara | 2019-05-07 | 1 | -2/+6 |
* | Add test parameters for ls example | Filip Navara | 2019-05-07 | 1 | -0/+1 |
* | Add example for commit-graph traversal | Filip Navara | 2019-05-07 | 1 | -0/+268 |
* | examples: commit, fixed minor typo in info statement | HashedDan | 2019-04-15 | 1 | -1/+1 |
* | Fix spelling and grammar in docs and example | Lukasz Kokot | 2018-10-28 | 8 | -11/+11 |
* | examples & documentation: PlainClone with Basic Authentication (Password & A... | Colton J. McCurdy | 2018-10-25 | 3 | -0/+81 |
* | plumbing/transport: http, Adds token authentication support [Fixes #858] | Eric Billingsley | 2018-06-08 | 1 | -1/+1 |
* | _examples: branch example improvements | Máximo Cuadros | 2018-01-15 | 4 | -61/+66 |
* | add branch add/remove example | marwan-at-work | 2018-01-09 | 2 | -12/+56 |
* | Fix revision solver for branch and tag (#660) | Anthony HAMON | 2017-12-01 | 4 | -4/+38 |
* | all: gofmt -s | ferhat elmas | 2017-11-30 | 1 | -11/+11 |
* | examples,plumbing,utils: typo fixes | ferhat elmas | 2017-11-20 | 2 | -3/+3 |
* | Update README.md | Alexander | 2017-09-09 | 1 | -1/+1 |
* | _examples: context | Máximo Cuadros | 2017-08-22 | 3 | -0/+48 |
* | Add example for pulling changes | Ori Rawlings | 2017-08-13 | 3 | -1/+61 |
* | config: multiple values in RemoteConfig (URLs and Fetch) | Santiago M. Mola | 2017-08-01 | 1 | -1/+1 |
* | move Repository.Pull to Worktree.Pull | Máximo Cuadros | 2017-07-24 | 1 | -3/+3 |
* | Add example code for listing tags | Ori Rawlings | 2017-07-17 | 3 | -1/+46 |
* | examples: commit example | Máximo Cuadros | 2017-05-05 | 2 | -0/+68 |
* | examples: fix storage README example | Máximo Cuadros | 2017-05-04 | 1 | -1/+1 |
* | examples: fix compilation error from #368 | Máximo Cuadros | 2017-05-04 | 1 | -1/+0 |
* | do not convert local paths to URL | Santiago M. Mola | 2017-04-28 | 1 | -1/+1 |
* | examples: checkout example update | Máximo Cuadros | 2017-04-12 | 2 | -8/+20 |
* | Modify examples | Antonio Jesus Navarro Perez | 2017-04-11 | 3 | -15/+24 |
* | pr-fixes | marwan-at-work | 2017-04-06 | 3 | -5/+5 |
* | add git checkout example + housekeeping | marwan-at-work | 2017-04-06 | 3 | -3/+45 |
* | Merge pull request #296 from ajnavarro/improvement/repository | Santiago M. Mola | 2017-03-21 | 4 | -4/+4 |
|\ |
|
| * | git: Repository methods changes | Antonio Jesus Navarro Perez | 2017-03-06 | 4 | -4/+4 |
* | | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 9 | -25/+25 |
|/ |
|