Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix relative submodule resolution | Axel Christ | 2020-10-28 | 3 | -27/+42 | |
|/ / | ||||||
* | | Merge pull request #184 from mikyk10/master | Máximo Cuadros | 2020-10-20 | 2 | -2/+70 | |
|\ \ | ||||||
| * | | git: worktree, Support relative submodule URL. | Mitsutaka Naito | 2020-10-13 | 2 | -2/+70 | |
|/ / | ||||||
* | | Merge pull request #162 from yabberyabber/fetch-errorv5.2.0 | Máximo Cuadros | 2020-10-09 | 2 | -1/+16 | |
|\ \ | ||||||
| * | | Fetch should return a unique error type when ref not found | andrew2nelson | 2020-09-02 | 2 | -1/+16 | |
* | | | Merge pull request #112 from MichaelMure/complete-config | Máximo Cuadros | 2020-10-09 | 6 | -56/+369 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Add tests | vince | 2020-08-27 | 3 | -9/+267 | |
| * | | config: add missing functions for completeness | Michael Muré | 2020-06-24 | 3 | -47/+102 | |
* | | | Merge pull request #161 from ashokponkumar/master | Máximo Cuadros | 2020-09-04 | 2 | -0/+22 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | support file path in PlainOpenWithOptions - do only when detect flag is enabled | Ashok Pon Kumar | 2020-09-02 | 2 | -2/+6 | |
| * | | support file path in PlainOpenWithOptions | Ashok Pon Kumar | 2020-09-02 | 2 | -0/+18 | |
|/ / | ||||||
* | | Merge pull request #158 from chrisgavin/fix-force-push-delete-reference | Máximo Cuadros | 2020-08-31 | 2 | -1/+26 | |
|\ \ | ||||||
| * | | git: remote, Fix deleting references when force pushing. | Chris Gavin | 2020-08-28 | 2 | -1/+26 | |
|/ / | ||||||
* | | Merge pull request #146 from fatelei/clone_with_ssh | Máximo Cuadros | 2020-08-24 | 2 | -0/+53 | |
|\ \ | ||||||
| * | | chore: add an exmaple: clone with ssh | fatelei | 2020-08-22 | 2 | -0/+53 | |
|/ / | ||||||
* | | Merge pull request #139 from StupidScience/113-git-commit-all-fix | Máximo Cuadros | 2020-07-21 | 1 | -2/+8 | |
|\ \ | ||||||
| * | | speed up commit with all: true option | Anton Kaymakchi | 2020-07-21 | 1 | -2/+8 | |
|/ / | ||||||
* | | Merge pull request #125 from cristaloleg/minor-linter-fixes | Máximo Cuadros | 2020-07-16 | 9 | -24/+18 | |
|\ \ | ||||||
| * | | revert time.Unix typecast | Oleg Kovalov | 2020-07-14 | 1 | -1/+1 | |
| * | | fix slice capacity | Oleg Kovalov | 2020-07-07 | 1 | -1/+1 | |
| * | | Minor linter fixes | Oleg Kovalov | 2020-07-06 | 10 | -25/+19 | |
* | | | Merge pull request #136 from dsymonds/revparse-partial-hash | Máximo Cuadros | 2020-07-16 | 8 | -10/+234 | |
|\ \ \ | ||||||
| * | | | Support partial hashes in Repository.ResolveRevision. | David Symonds | 2020-07-16 | 8 | -10/+234 | |
|/ / / | ||||||
* | | | Merge pull request #115 from blaueled/fix/gitignore-crlf | Máximo Cuadros | 2020-07-14 | 2 | -11/+19 | |
|\ \ \ | ||||||
| * | | | fix typo | Arne Westphal | 2020-06-29 | 1 | -1/+1 | |
| * | | | test CRLF in GFS case | Arne Westphal | 2020-06-29 | 1 | -4/+12 | |
| * | | | replace ReadAll by bufio.scanner | Arne Westphal | 2020-06-29 | 1 | -6/+6 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #128 from cristaloleg/minor-perf-fixes | Máximo Cuadros | 2020-07-14 | 2 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Use EqualFold for comparison | Oleg Kovalov | 2020-07-06 | 2 | -2/+2 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #123 from cristaloleg/check-err-fix | Máximo Cuadros | 2020-07-10 | 2 | -6/+8 | |
|\ \ \ | ||||||
| * | | | Skip error check explicitly | Oleg Kovalov | 2020-07-06 | 2 | -6/+8 | |
| |/ / | ||||||
* | | | Merge pull request #121 from riking/cache-seek | Máximo Cuadros | 2020-07-10 | 2 | -3/+42 | |
|\ \ \ | ||||||
| * | | | memoryobject: make blob reader seekable | Kane York | 2020-07-06 | 2 | -3/+42 | |
* | | | | Merge pull request #124 from cristaloleg/use-one-name-for-receiver | Máximo Cuadros | 2020-07-10 | 8 | -54/+54 | |
|\ \ \ \ | ||||||
| * | | | | Use only one name for receiver | Oleg Kovalov | 2020-07-06 | 8 | -54/+54 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #127 from cristaloleg/dont-skip-error | Máximo Cuadros | 2020-07-10 | 1 | -2/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Dont skip error | Oleg Kovalov | 2020-07-06 | 1 | -2/+1 | |
|/ / / | ||||||
* | | | Merge pull request #117 from cristaloleg/fix-goreportcard | Máximo Cuadros | 2020-07-06 | 54 | -75/+93 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | fix nil | Oleg Kovalov | 2020-07-01 | 7 | -9/+11 | |
| * | | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 48 | -67/+83 | |
|/ / | ||||||
* | | Merge pull request #109 from mruediger/master | Máximo Cuadros | 2020-06-24 | 2 | -1/+27 | |
|\ \ | ||||||
| * | | Report "Already up to date" when local repository ahead of remote | Mathias Rüdiger | 2020-06-22 | 2 | -1/+27 | |
|/ / | ||||||
* | | Merge pull request #88 from distorhead/cherryPickCommonDirSupport | Máximo Cuadros | 2020-06-16 | 8 | -2/+370 | |
|\ \ | ||||||
| * | | Support `.git/commondir` repository layout | Timofey Kirillov | 2020-06-15 | 8 | -2/+370 | |
|/ / | ||||||
* | | _examples: tag-create-push, remove defaultSignature | Máximo Cuadros | 2020-06-14 | 1 | -16/+3 | |
* | | Worktree.AddWithOptions: improve documentation and interface | Máximo Cuadros | 2020-06-14 | 3 | -8/+46 | |
* | | Merge pull request #80 from lcostea/master | Máximo Cuadros | 2020-06-14 | 2 | -0/+162 | |
|\ \ | ||||||
| * | | Trigger workflow | Liviu Costea | 2020-06-01 | 0 | -0/+0 | |
| * | | 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 | |
| |/ |