| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \
| |/ / /
|/| | | |
plumbing: packfile, apply small object reading optimization also for delta objects
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Filip Navara <navara@emclient.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Filip Navara <navara@emclient.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
FSObject
Signed-off-by: Filip Navara <navara@emclient.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
used by getNextObject in the subsequent statement
Signed-off-by: Filip Navara <navara@emclient.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Filip Navara <navara@emclient.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Filip Navara <navara@emclient.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Filip Navara <filip.navara@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Filip Navara <filip.navara@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
plumbing.AnyObject
Signed-off-by: Filip Navara <filip.navara@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
new one
Signed-off-by: Filip Navara <filip.navara@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Filip Navara <navara@emclient.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
objects
Signed-off-by: Filip Navara <navara@emclient.com>
|
|\ \ \ \
| | | | |
| | | | | |
go modules update
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
plumbing: packfile/scanner, readability/performance improvements, zlib pooling
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Arran Walker <arran.walker@fiveturns.org>
|
|\ \ \ \
| | | | |
| | | | | |
filesystem: ObjectStorage, MaxOpenDescriptors option
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The MaxOpenDescriptors option provides a middle ground solution between keeping
all packfiles open (as offered by the KeepDescriptors option) and keeping none
open.
Signed-off-by: Arran Walker <arran.walker@fiveturns.org>
|
|\ \ \ \
| | | | |
| | | | | |
plumbing: format/index perf, buffered reads, reflection removal
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Arran Walker <arran.walker@fiveturns.org>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Large performance increase by buffering reads.
There were a few instances where binary.Read() would end up using reflection on
&plumbing.Hash, rather than treating it as a byte slice. This has now been
resolved.
Signed-off-by: Arran Walker <arran.walker@fiveturns.org>
|
|\ \ \ \
| | | | |
| | | | | |
plumbing: TreeWalker performance improvement, bufio pool for objects
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removes path.Clean and path.Join, as they're expensive in comparison to basic
string manipulation that can be used here.
Adds bufio.Buffer pool to be used by tag, tree and commit object decoding.
Signed-off-by: Arran Walker <arran.walker@fiveturns.org>
|
|\ \ \ \
| |/ / /
|/| | | |
plumbing: idxfile, avoid unnecessary building of reverse offset/hash map
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Filip Navara <navara@emclient.com>
|
|\ \ \
| |/ /
|/| | |
plumbing: object, Fix tag message decoding
|
| | |
| | |
| | |
| | |
| | |
| | | |
signature
Signed-off-by: Filip Navara <navara@emclient.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The Decode method was adding one too many newlines to the tag message,
causing signature verification to fail. This is because in signed tags
produced by `git`, there is a newline after the PGP signature block,
resulting in `messageAndSig` having one extra (empty) `[]byte` element.
This caused `t.Message` to receive one extra newline.
Signed-off-by: Spencer Judd <spencercjudd@gmail.com>
|
| |
| |
| | |
plumbing: commit.StatsContext and fix for root commit
|
|\ \
| | |
| | | |
plumbing: object, Count stats properly when no new line added at the …
|
| | |
| | |
| | |
| | | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes #1074
Signed-off-by: Oleksii Shnyra <oleksii@global>
|
|\ \ \
| |_|/
|/| | |
examples: commit, fixed minor typo in info statement
|
|/ /
| |
| |
| | |
Signed-off-by: HashedDan <georgedanielmangum@gmail.com>
|
|\ \
| | |
| | | |
fix panic in object.Tree.FindEntry
|
| | |
| | |
| | |
| | | |
Signed-off-by: niukuo <niukuo@gmail.com>
|
|\ \ \
| |/ /
|/| | |
travis: drop go1.10 add go1.12
|
|/ /
| |
| |
| | |
Signed-off-by: David Pordomingo <David.Pordomingo.F@gmail.com>
|
|\ \
| | |
| | | |
fix missing error in bfsCommitIterator
|
| | |
| | |
| | |
| | | |
Signed-off-by: niukuo <niukuo@gmail.com>
|
|\ \ \
| | | |
| | | | |
add Repository.CreateRemoteAnonymous
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: niukuo <niukuo@gmail.com>
|
|\ \ \
| |/ /
|/| | |
transactional: implement storer.PackfileWriter
|
| |/
| |
| |
| | |
Signed-off-by: Javi Fontan <jfontan@gmail.com>
|
|\ \
| |/
|/| |
Increase diffmatchcpatch timeout
|
| |
| |
| |
| | |
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
|
| |
| |
| |
| |
| |
| | |
Fixes https://github.com/src-d/go-git/issues/1083
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
|
|\ \
| |/
|/|
| |
| | |
meinto/fix/tobias/potentially-duplicate-check-for-unstaged-files
git: remove potentially duplicate check for unstaged files
|
|/
|
|
| |
Signed-off-by: Tobias Meinhardt <tobias.meinhardt89@gmail.com>
|