Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

references: sort: compare author timestamps when commit timestamps are equal. Fixes #725 #727

Merged
merged 231 commits into from
Oct 15, 2018

Conversation

krylovsk
Copy link
Contributor

No description provided.

@mcuadros
Copy link
Contributor

Can you provide a test?

@mcuadros
Copy link
Contributor

@krylovsk ping

shanedasilva and others added 26 commits February 19, 2018 09:19
Signed-off-by: Shane Da Silva <[email protected]>
* pem.Decode will return nil in this case, and passing that to x509.IsEncryptedBlock will cause it to panic

Signed-off-by: Mark DeLillo <[email protected]>
plumbing: ssh, return error when creating public keys from invalid PEM
new methods Worktree.[AddGlob|RemoveBlob] and recursive Worktree.[Add|Remove]
It always returns a nil error.

Signed-off-by: Daniel Martí <[email protected]>
Signed-off-by: Daniel Martí <[email protected]>
vet in 1.10 and earlier was buggy in how its "composite literal uses
unkeyed fields" check had false negatives when it encountered a slice of
pointer types that omitted each element's type.

This has been fixed in tip, so adapt to that fix.

Signed-off-by: Daniel Martí <[email protected]>
Unused params, unused code, make Go tip's vet happy
plubming: transport, Escape the user and pswd for endpoint. Fixes src-d#723
* do not store extra bool values in the seen map

* open packfile iterators lazily

Signed-off-by: Denys Smirnov <[email protected]>
storage/filesystem: optimize packfile iterator
repository.Log: add alternatives for commit traversal order
…ts are missing

This implementation mimicks the behavior of Git on Windows
Signed-off-by: Felix Kollmann <[email protected]>
Worktree.Checkout: handling of symlink on Windows
Previously, the Src() function was assuming there are no “+” characters in the refspec src
and erroneously used the strings.Index() function to compute the start index of src in the
refspec.  This change now uses the IsForceUpdate() method to decide how to elide the
force update token.

Signed-off-by: Alan Cabrera <[email protected]>
Need this to get better code coverage of the bug fix.

Signed-off-by: Alan Cabrera <[email protected]>
Signed-off-by: Máximo Cuadros <[email protected]>
vancluever and others added 29 commits September 7, 2018 10:11
Just renaming the TagObjectOptions type to CreateTagOptions so that it's
consistent with the other option types.

Signed-off-by: Chris Marchesi <[email protected]>
Fix `fatal: corrupt patch` error in unified diff format
Signed-off-by: Máximo Cuadros <[email protected]>
Fix potential LRU cache size issue.
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 <[email protected]>
…terator

storage/filesystem: keep packs open in PackfileIter
all: remove extra 's' in "mismatch"
The documentation of the IsClean Method contained a negation, so it was
describing the opposite of its actual behavior.

Fixes src-d#838

Signed-off-by: David Url <[email protected]>
test: improve test for urlencoded user:pass
git: Fix Status.IsClean() documentation
config: Add test for Windows local paths.
…src-d#979)

plumbing: object, Add support for Log with filenames. Fixes src-d#826
Use remote name in fetch while clone
@mcuadros mcuadros merged commit 345ffd9 into src-d:master Oct 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.