Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Populate the offsetToType cache in the iterator even for the skipped objects | Filip Navara | 2019-04-24 | 1 | -0/+3 |
| | | | | Signed-off-by: Filip Navara <navara@emclient.com> | ||||
* | Better fix for the getObjectType problem in the iterator | Filip Navara | 2019-04-24 | 1 | -6/+9 |
| | | | | Signed-off-by: Filip Navara <navara@emclient.com> | ||||
* | Remove duplicate cache lookup in getObjectContent, it is already done in ↵ | Filip Navara | 2019-04-24 | 1 | -13/+0 |
| | | | | | | FSObject Signed-off-by: Filip Navara <navara@emclient.com> | ||||
* | Fix an error where getObjectType would seek in file and mess up the position ↵ | Filip Navara | 2019-04-24 | 1 | -7/+11 |
| | | | | | | used by getNextObject in the subsequent statement Signed-off-by: Filip Navara <navara@emclient.com> | ||||
* | Reduce indentation | Filip Navara | 2019-04-23 | 1 | -7/+5 |
| | | | | Signed-off-by: Filip Navara <navara@emclient.com> | ||||
* | Add one more cache check to the iterator | Filip Navara | 2019-04-23 | 1 | -2/+12 |
| | | | | Signed-off-by: Filip Navara <navara@emclient.com> | ||||
* | Address PR feedback | Filip Navara | 2019-04-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Filip Navara <filip.navara@gmail.com> | ||||
* | Rename functions | Filip Navara | 2019-04-23 | 1 | -7/+9 |
| | | | | Signed-off-by: Filip Navara <filip.navara@gmail.com> | ||||
* | Avoid filling up the object cache from Packfile.GetByType with typ != ↵ | Filip Navara | 2019-04-23 | 1 | -17/+42 |
| | | | | | | plumbing.AnyObject Signed-off-by: Filip Navara <filip.navara@gmail.com> | ||||
* | Get the buffer from pool in fillOFSDeltaObjectContent instead of creating ↵ | Filip Navara | 2019-04-22 | 1 | -1/+1 |
| | | | | | | new one Signed-off-by: Filip Navara <filip.navara@gmail.com> | ||||
* | Update comment | Filip Navara | 2019-04-21 | 1 | -3/+3 |
| | | | | Signed-off-by: Filip Navara <navara@emclient.com> | ||||
* | plumbing: packfile, apply small object reading optimization also for delta ↵ | Filip Navara | 2019-04-20 | 1 | -23/+61 |
| | | | | | | objects Signed-off-by: Filip Navara <navara@emclient.com> | ||||
* | plumbing: commit.StatsContext and fix for orphan commit (#1115)v4.11.0 | Máximo Cuadros | 2019-04-18 | 2 | -15/+40 |
| | | | plumbing: commit.StatsContext and fix for root commit | ||||
* | Merge pull request #1088 from oleksii-shnyra/fix-1074 | Máximo Cuadros | 2019-04-18 | 2 | -2/+87 |
|\ | | | | | plumbing: object, Count stats properly when no new line added at the … | ||||
| * | plumbing: commit.Stat test suite | Máximo Cuadros | 2019-04-18 | 1 | -0/+78 |
| | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
| * | plumbing: object, Count stats properly when no new line added at the end. ↵ | oleksiishnyra | 2019-03-14 | 1 | -2/+9 |
| | | | | | | | | | | | | Fixes #1074 Signed-off-by: Oleksii Shnyra <oleksii@global> | ||||
* | | Merge pull request #1112 from HashedDan/commit-example-typo | Máximo Cuadros | 2019-04-18 | 1 | -1/+1 |
|\ \ | | | | | | | examples: commit, fixed minor typo in info statement | ||||
| * | | examples: commit, fixed minor typo in info statement | HashedDan | 2019-04-15 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: HashedDan <georgedanielmangum@gmail.com> | ||||
* | | Merge pull request #1095 from niukuo/panic_find_entry | Máximo Cuadros | 2019-04-02 | 2 | -1/+4 |
|\ \ | | | | | | | fix panic in object.Tree.FindEntry | ||||
| * | | fix panic in object.Tree.FindEntry | niukuo | 2019-03-27 | 2 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: niukuo <niukuo@gmail.com> | ||||
* | | | Merge pull request #1099 from dpordomingo/go1.12-support | Máximo Cuadros | 2019-04-02 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | travis: drop go1.10 add go1.12 | ||||
| * | | travis: drop go1.10 add go1.12 | David Pordomingo | 2019-03-29 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: David Pordomingo <David.Pordomingo.F@gmail.com> | ||||
* | | Merge pull request #1092 from niukuo/master | Máximo Cuadros | 2019-03-25 | 1 | -1/+1 |
|\ \ | | | | | | | fix missing error in bfsCommitIterator | ||||
| * | | fix missing error in bfsCommitIterator | niukuo | 2019-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: niukuo <niukuo@gmail.com> | ||||
* | | | Merge pull request #1094 from niukuo/remote_anonymous | Máximo Cuadros | 2019-03-25 | 2 | -0/+47 |
|\ \ \ | | | | | | | | | add Repository.CreateRemoteAnonymous | ||||
| * | | | add Repository.CreateRemoteAnonymous | niukuo | 2019-03-22 | 2 | -0/+47 |
| |/ / | | | | | | | | | | Signed-off-by: niukuo <niukuo@gmail.com> | ||||
* | | | Merge pull request #1093 from jfontan/transactional-packfilewriter-interface | Máximo Cuadros | 2019-03-22 | 2 | -9/+67 |
|\ \ \ | |/ / |/| | | transactional: implement storer.PackfileWriter | ||||
| * | | transactional: implement storer.PackfileWriter | Javi Fontan | 2019-03-21 | 2 | -9/+67 |
| |/ | | | | | | | Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | | Merge pull request #1084 from vmarkovtsev/master | Máximo Cuadros | 2019-03-20 | 1 | -1/+17 |
|\ \ | |/ |/| | Increase diffmatchcpatch timeout | ||||
| * | Add diff.DoWithTimeout() | Vadim Markovtsev | 2019-03-13 | 1 | -2/+16 |
| | | | | | | | | Signed-off-by: Vadim Markovtsev <vadim@sourced.tech> | ||||
| * | Increase diffmatchcpatch timeout | Vadim Markovtsev | 2019-03-10 | 1 | -0/+2 |
| | | | | | | | | | | | | Fixes https://github.com/src-d/go-git/issues/1083 Signed-off-by: Vadim Markovtsev <vadim@sourced.tech> | ||||
* | | Merge pull request #1081 from ↵ | Máximo Cuadros | 2019-03-11 | 1 | -11/+0 |
|\ \ | |/ |/| | | | | | meinto/fix/tobias/potentially-duplicate-check-for-unstaged-files git: remove potentially duplicate check for unstaged files | ||||
| * | git: remove potentially duplicate check for unstaged files | Tobias Meinhardt | 2019-03-05 | 1 | -11/+0 |
|/ | | | | Signed-off-by: Tobias Meinhardt <tobias.meinhardt89@gmail.com> | ||||
* | Merge pull request #1072 from jeremyschlatter/patch-3 | Máximo Cuadros | 2019-03-04 | 1 | -1/+1 |
|\ | | | | | git: Fix typo | ||||
| * | git: Fix typo | Jeremy Schlatter | 2019-02-22 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jeremy Schlatter <jeremy.schlatter@gmail.com> | ||||
* | | Merge pull request #1073 from jeremyschlatter/patch-2 | Máximo Cuadros | 2019-03-04 | 1 | -1/+1 |
|\ \ | | | | | | | git: Fix typo | ||||
| * | | git: Fix typo | Jeremy Schlatter | 2019-02-22 | 1 | -1/+1 |
| |/ | | | | | Signed-off-by: Jeremy Schlatter <jeremy.schlatter@gmail.com> | ||||
* | | Merge pull request #1070 from fbsb/fix/enable-excluded-patterns | Máximo Cuadros | 2019-03-04 | 2 | -1/+33 |
|\ \ | | | | | | | worktree: allow manual ignore patterns when no .gitignore is available | ||||
| * | | worktree: test hardcoded excludes when no gitignore is present | Fabian Sabau | 2019-03-04 | 1 | -0/+28 |
| | | | | | | | | | | | | Signed-off-by: Fabian Sabau <fabian.sabau+git@gmail.com> | ||||
| * | | worktree: enable manual ignore patterns when no .gitignore is available | Fabian Sabau | 2019-03-04 | 1 | -1/+5 |
|/ / | | | | | | | Signed-off-by: Fabian Sabau <fabian.sabau+git@gmail.com> | ||||
* | | Merge pull request #1080 from jfontan/fix/blocked-goroutine-remote-push | Máximo Cuadros | 2019-03-04 | 2 | -1/+17 |
|\ \ | | | | | | | git: fix goroutine block while pushing a remote | ||||
| * | | git: fix goroutine block while pushing a remote | Javi Fontan | 2019-03-01 | 2 | -1/+17 |
|/ / | | | | | | | | | | | | | | | | | On session.ReceivePack error the gororutine doing the encoding got blocked either writing objects to the pipe or sending error to the done channel. The problem did not cause a perceived problem but left blocked goroutines. Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | | Merge pull request #1076 from jfontan/panic-cache | Máximo Cuadros | 2019-02-26 | 2 | -1/+19 |
|\ \ | |/ |/| | plumbing/cache: check for empty cache list | ||||
| * | plumbing/cache: check for empty cache list | Javi Fontan | 2019-02-25 | 2 | -1/+19 |
|/ | | | | | | | | If there is wrong data in the cache it may cause the eviction code to empty the object list and cause a panic. This patch adds a check and sets the cache usage to 0 when this happens. Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | Merge pull request #1065 from vmarkovtsev/fix-unicodev4.10.0 | Máximo Cuadros | 2019-02-14 | 4 | -14/+62 |
|\ | | | | | Remove Unicode normalization in difftree | ||||
| * | Remove Unicode normalization in difftree | Vadim Markovtsev | 2019-02-11 | 4 | -14/+62 |
| | | | | | | | | | | | | Fixes #1057 Signed-off-by: Vadim Markovtsev <vadim@sourced.tech> | ||||
* | | Merge pull request #1067 from ajnavarro/fix/log-all-missing-objects | Máximo Cuadros | 2019-02-13 | 2 | -11/+85 |
|\ \ | | | | | | | Ignore missing references/objects on log --all | ||||
| * | | Improve error handling logic | Antonio Jesus Navarro Perez | 2019-02-13 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com> | ||||
| * | | Ignore missing references on log --all | Antonio Jesus Navarro Perez | 2019-02-12 | 2 | -11/+85 |
| | | | | | | | | | | | | | | | | | | To mimic the actual standard git behavior, we must ignore references that are pointing to wrong/unexistent objects. Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com> | ||||
* | | | Merge pull request #1066 from keybase/strib/909-git-push-speedup-when-local | Jeremy Stribling | 2019-02-13 | 6 | -17/+104 |
|\ \ \ | | | | | | | | | remote: speed up pushes when the "remote" repo is local |