| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \
| |/ / /
|/| | | |
tree: add a Size() method for getting plaintext size
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Suggested by mcuadros.
Issue: src-d/go-git#982
Signed-off-by: Jeremy Stribling <strib@alum.mit.edu>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Suggested by taruti.
Signed-off-by: Jeremy Stribling <strib@alum.mit.edu>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Without reading the entire object into memory.
Signed-off-by: Jeremy Stribling <strib@alum.mit.edu>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jeremy Stribling <strib@alum.mit.edu>
|
|\ \ \ \
| |_|_|/
|/| | | |
Teach ResolveRevision how to look up annotated tags
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
references: sort: compare author timestamps when commit timestamps are equal. Fixes #725
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
equal, test
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
|/| | | |
| | | | |
| | | | |
| | | | | |
github.com:krylovsk/go-git into bugfix/references-sort-timestamps
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
equal. Fixes #725
Signed-off-by: Alexandr Krylovskiy <alexandr.krylovskiy@gmail.com>
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Use remote name in fetch while clone
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #827
Signed-off-by: Dustin Frisch <fooker@lab.sh>
|
| | | | |
| | | | |
| | | | | |
plumbing: object, Add support for Log with filenames. Fixes #826
|
|\ \ \ \ \
| | | | | |
| | | | | | |
config: Add test for Windows local paths.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Filip Navara <navara@emclient.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
git: Fix Status.IsClean() documentation
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The documentation of the IsClean Method contained a negation, so it was
describing the opposite of its actual behavior.
Fixes #838
Signed-off-by: David Url <david@urld.io>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
use time.IsZero in Prune
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: u5surf <u5.horie@gmail.com>
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
test: improve test for urlencoded user:pass
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Santiago M. Mola <santi@mola.io>
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
all: remove extra 's' in "mismatch"
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Jongmin Kim <jmkim@pukyong.ac.kr>
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
storage/filesystem: keep packs open in PackfileIter
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Javi Fontan <jfontan@gmail.com>
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
PackfileIter was not taking into account the option KeepDescriptors
and was always closing the file. This caused "file already closed"
errors when iterating packfiles in with KeepDescriptors active.
Signed-off-by: Javi Fontan <jfontan@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix potential LRU cache size issue.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: kuba-- <kuba@sourced.tech>
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: kuba-- <kuba@sourced.tech>
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
git: Add tagging support
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
| |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix `fatal: corrupt patch` error in unified diff format
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Expose Storage cache.
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: kuba-- <kuba@sourced.tech>
|
|/ / / / /
| | | | |
| | | | | |
Signed-off-by: kuba-- <kuba@sourced.tech>
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mark Bartel <github@spottybenny.ca>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mark Bartel <github@spottybenny.ca>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mark Bartel <github@spottybenny.ca>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
storage/dotgit: add KeepDescriptors option
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Using equals to compare files it uses diff to do so. This can
potentially consume lots of ram. Changed the comparison to use file
offsets. If the descriptor is reused the offset is maintained.
Signed-off-by: Javi Fontan <jfontan@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Also delete Close from MockObjectStorage and memory storer.
Signed-off-by: Javi Fontan <jfontan@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Javi Fontan <jfontan@gmail.com>
|