Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | refactor: use bufPool | Nao YONASHIRO | 2019-07-31 | 1 | -12/+3 | |
| * | | | feat: avoid memory allocation on resolveDeltas | Nao YONASHIRO | 2019-07-31 | 1 | -46/+53 | |
| * | | | feat: avoid ioutil.ReadAll on ApplyDelta | Nao YONASHIRO | 2019-07-31 | 1 | -2/+15 | |
* | | | | Merge pull request #1208 from sirodoht/fix-example-pull | Máximo Cuadros | 2019-08-11 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | examples: Fix typo on pull example | Theodore Keloglou | 2019-08-07 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #1206 from knqyf263/feature/add_log_limiting | Máximo Cuadros | 2019-08-05 | 5 | -2/+218 | |
|\ \ \ \ | ||||||
| * | | | | Add limiting options to git log | knqyf263 | 2019-08-04 | 5 | -2/+218 | |
|/ / / / | ||||||
* | | | | Merge pull request #1205 from knqyf263/fix/test_coverage | Máximo Cuadros | 2019-08-04 | 1 | -11/+1 | |
|\ \ \ \ | ||||||
| * | | | | Add -coverpkg to fix test coverage | knqyf263 | 2019-08-04 | 1 | -11/+1 | |
* | | | | | Merge pull request #1204 from knqyf263/fix/handle_eof_err | Máximo Cuadros | 2019-08-04 | 2 | -3/+33 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Remove else | knqyf263 | 2019-08-04 | 1 | -1/+2 | |
| * | | | | Add TestLogFileWithError for coverage | knqyf263 | 2019-08-03 | 1 | -1/+23 | |
| * | | | | Handle io.EOF error in commitFileIter.ForEach | knqyf263 | 2019-08-03 | 2 | -2/+5 | |
| * | | | | Add assertion for unhandled error in TestLogFile | knqyf263 | 2019-08-03 | 1 | -4/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #1203 from sapk-fork/fix-int64v4.13.1 | Máximo Cuadros | 2019-08-01 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | worktree: force convert to int64 to support 32bit os. Fix #1202 | Antoine GIRARD | 2019-08-01 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1200 from src-d/go-modv4.13.0 | Máximo Cuadros | 2019-07-29 | 2 | -10/+30 | |
|\ \ \ | ||||||
| * | | | *: go module update | Máximo Cuadros | 2019-07-29 | 2 | -10/+30 | |
|/ / / | ||||||
* | | | Merge pull request #1199 from src-d/clean-up | Máximo Cuadros | 2019-07-29 | 28 | -49/+40 | |
|\ \ \ | ||||||
| * | | | plumbing/object: don't assign err from ForEach loop | Christian Muehlhaeuser | 2019-07-29 | 1 | -1/+1 | |
| * | | | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 14 | -18/+18 | |
| * | | | plumbing/format: simplify code | Christian Muehlhaeuser | 2019-07-29 | 2 | -2/+2 | |
| * | | | plumbing/format: idxfile, unsigned values are never < 0 | Christian Muehlhaeuser | 2019-07-29 | 1 | -4/+0 | |
| * | | | *: added missing error checks in tests | Christian Muehlhaeuser | 2019-07-29 | 7 | -2/+10 | |
| * | | | *: fixed tautological error conditionsautological error conditions | Christian Muehlhaeuser | 2019-07-29 | 3 | -14/+7 | |
| * | | | plumbing/object: simplify code | Christian Muehlhaeuser | 2019-07-29 | 1 | -8/+2 | |
|/ / / | ||||||
* | | | Merge pull request #1197 from hypnoce/master | Máximo Cuadros | 2019-07-29 | 2 | -5/+5 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Make http.AuthMethod setAuth public. Fixes #1196 | JACQUES Francois | 2019-07-28 | 2 | -5/+5 | |
|/ / | ||||||
* | | Merge pull request #1165 from seletskiy/push-prune | Máximo Cuadros | 2019-07-26 | 5 | -16/+129 | |
|\ \ | ||||||
| * | | send PACK only if non-delete command present | Stanislav Seletskiy | 2019-07-25 | 1 | -10/+26 | |
| * | | add Prune option to PushOptions | Stanislav Seletskiy | 2019-07-25 | 5 | -6/+103 | |
* | | | Merge pull request #1181 from muesli/typo-fixes | Máximo Cuadros | 2019-07-26 | 2 | -3/+3 | |
|\ \ \ | ||||||
| * | | | Fix typos in comments | Christian Muehlhaeuser | 2019-07-21 | 2 | -3/+3 | |
* | | | | Worktree: improve build index performance. (#1179) | Nao YONASHIRO | 2019-07-25 | 3 | -18/+83 | |
|/ / / | ||||||
* | | | Merge pull request #1175 from VladMasarik/vlad-typo-fix | Máximo Cuadros | 2019-07-05 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | config: added missing dot. | Vladimir Masarik | 2019-07-04 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1142 from EmrysMyrddin/feature/export-new-remotev4.12.0 | Máximo Cuadros | 2019-06-18 | 4 | -37/+82 | |
|\ \ \ | ||||||
| * | | | git : allows to create a Remote without a Repository | Valentin Cocaud | 2019-06-17 | 4 | -37/+82 | |
|/ / / | ||||||
* | | | Merge pull request #1160 from novas0x2a/fix-refspec | Máximo Cuadros | 2019-06-17 | 2 | -11/+62 | |
|\ \ \ | ||||||
| * | | | fix wildcard handling in RefSpec matching | Mike Lundy | 2019-06-04 | 2 | -11/+62 | |
* | | | | Merge pull request #1096 from dpordomingo/merge-base-command | Máximo Cuadros | 2019-06-14 | 5 | -7/+256 | |
|\ \ \ \ | ||||||
| * | | | | Add merge-base to compatibility table | David Pordomingo | 2019-06-03 | 1 | -1/+1 | |
| * | | | | Add merge-base command | David Pordomingo | 2019-06-03 | 4 | -6/+255 | |
| |/ / / | ||||||
* | | | | Merge pull request #1164 from noonehereplzgo/patch-1 | Máximo Cuadros | 2019-06-12 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | use constant instead of literal string | noonehereplzgo | 2019-06-11 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1159 from ebardsley/pool | Máximo Cuadros | 2019-06-06 | 2 | -11/+10 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | plumbing: format/packfile, Fix data race and resource leak. | Ed Bardsley | 2019-06-03 | 2 | -11/+10 | |
|/ / | ||||||
* | | Merge pull request #1097 from dpordomingo/merge-base-core | Máximo Cuadros | 2019-06-03 | 4 | -0/+971 | |
|\ \ | ||||||
| * | | Create merge-base feature | David Pordomingo | 2019-06-03 | 4 | -0/+971 | |
* | | | Merge pull request #1154 from yelirekim/rebase_config | Máximo Cuadros | 2019-05-20 | 3 | -2/+26 | |
|\ \ \ |