aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | examples: Fix typo on pull exampleTheodore Keloglou2019-08-071-1/+1
|/ / / /
* | | | Merge pull request #1206 from knqyf263/feature/add_log_limitingMáximo Cuadros2019-08-055-2/+218
|\ \ \ \
| * | | | Add limiting options to git logknqyf2632019-08-045-2/+218
|/ / / /
* | | | Merge pull request #1205 from knqyf263/fix/test_coverageMáximo Cuadros2019-08-041-11/+1
|\ \ \ \
| * | | | Add -coverpkg to fix test coverageknqyf2632019-08-041-11/+1
* | | | | Merge pull request #1204 from knqyf263/fix/handle_eof_errMáximo Cuadros2019-08-042-3/+33
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove elseknqyf2632019-08-041-1/+2
| * | | | Add TestLogFileWithError for coverageknqyf2632019-08-031-1/+23
| * | | | Handle io.EOF error in commitFileIter.ForEachknqyf2632019-08-032-2/+5
| * | | | Add assertion for unhandled error in TestLogFileknqyf2632019-08-031-4/+8
|/ / / /
* | | | Merge pull request #1203 from sapk-fork/fix-int64v4.13.1Máximo Cuadros2019-08-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | worktree: force convert to int64 to support 32bit os. Fix #1202Antoine GIRARD2019-08-011-1/+1
|/ / /
* | | Merge pull request #1200 from src-d/go-modv4.13.0Máximo Cuadros2019-07-292-10/+30
|\ \ \
| * | | *: go module updateMáximo Cuadros2019-07-292-10/+30
|/ / /
* | | Merge pull request #1199 from src-d/clean-upMáximo Cuadros2019-07-2928-49/+40
|\ \ \
| * | | plumbing/object: don't assign err from ForEach loopChristian Muehlhaeuser2019-07-291-1/+1
| * | | *: avoid unnecessary conversionsChristian Muehlhaeuser2019-07-2914-18/+18
| * | | plumbing/format: simplify codeChristian Muehlhaeuser2019-07-292-2/+2
| * | | plumbing/format: idxfile, unsigned values are never < 0Christian Muehlhaeuser2019-07-291-4/+0
| * | | *: added missing error checks in testsChristian Muehlhaeuser2019-07-297-2/+10
| * | | *: fixed tautological error conditionsautological error conditionsChristian Muehlhaeuser2019-07-293-14/+7
| * | | plumbing/object: simplify codeChristian Muehlhaeuser2019-07-291-8/+2
|/ / /
* | | Merge pull request #1197 from hypnoce/masterMáximo Cuadros2019-07-292-5/+5
|\ \ \ | |/ / |/| |
| * | Make http.AuthMethod setAuth public. Fixes #1196JACQUES Francois2019-07-282-5/+5
|/ /
* | Merge pull request #1165 from seletskiy/push-pruneMáximo Cuadros2019-07-265-16/+129
|\ \
| * | send PACK only if non-delete command presentStanislav Seletskiy2019-07-251-10/+26
| * | add Prune option to PushOptionsStanislav Seletskiy2019-07-255-6/+103
* | | Merge pull request #1181 from muesli/typo-fixesMáximo Cuadros2019-07-262-3/+3
|\ \ \
| * | | Fix typos in commentsChristian Muehlhaeuser2019-07-212-3/+3
* | | | Worktree: improve build index performance. (#1179)Nao YONASHIRO2019-07-253-18/+83
|/ / /
* | | Merge pull request #1175 from VladMasarik/vlad-typo-fixMáximo Cuadros2019-07-051-1/+1
|\ \ \
| * | | config: added missing dot.Vladimir Masarik2019-07-041-1/+1
|/ / /
* | | Merge pull request #1142 from EmrysMyrddin/feature/export-new-remotev4.12.0Máximo Cuadros2019-06-184-37/+82
|\ \ \
| * | | git : allows to create a Remote without a RepositoryValentin Cocaud2019-06-174-37/+82
|/ / /
* | | Merge pull request #1160 from novas0x2a/fix-refspecMáximo Cuadros2019-06-172-11/+62
|\ \ \
| * | | fix wildcard handling in RefSpec matchingMike Lundy2019-06-042-11/+62
* | | | Merge pull request #1096 from dpordomingo/merge-base-commandMáximo Cuadros2019-06-145-7/+256
|\ \ \ \
| * | | | Add merge-base to compatibility tableDavid Pordomingo2019-06-031-1/+1
| * | | | Add merge-base commandDavid Pordomingo2019-06-034-6/+255
| |/ / /
* | | | Merge pull request #1164 from noonehereplzgo/patch-1Máximo Cuadros2019-06-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | use constant instead of literal stringnoonehereplzgo2019-06-111-1/+1
|/ / /
* | | Merge pull request #1159 from ebardsley/poolMáximo Cuadros2019-06-062-11/+10
|\ \ \ | |/ / |/| |
| * | plumbing: format/packfile, Fix data race and resource leak.Ed Bardsley2019-06-032-11/+10
|/ /
* | Merge pull request #1097 from dpordomingo/merge-base-coreMáximo Cuadros2019-06-034-0/+971
|\ \
| * | Create merge-base featureDavid Pordomingo2019-06-034-0/+971
* | | Merge pull request #1154 from yelirekim/rebase_configMáximo Cuadros2019-05-203-2/+26
|\ \ \
| * | | Support the 'rebase' config key for branchesMike Riley2019-05-173-2/+26
* | | | Merge pull request #1145 from linuxerwang/masterMáximo Cuadros2019-05-163-0/+47
|\ \ \ \ | |_|_|/ |/| | |
| * | | Keep local changes when checkout branch in worktree.Linuxer Wang2019-05-153-0/+47
|/ / /
* | | Merge pull request #1146 from novas0x2a/fix-tag-oidMáximo Cuadros2019-05-162-49/+42
|\ \ \ | |/ / |/| |