This repository was archived by the owner on Sep 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 534
references: sort: compare author timestamps when commit timestamps are equal. Fixes #725 #727
Merged
mcuadros
merged 231 commits into
src-d:master
from
krylovsk:bugfix/references-sort-timestamps
Oct 15, 2018
Merged
references: sort: compare author timestamps when commit timestamps are equal. Fixes #725 #727
mcuadros
merged 231 commits into
src-d:master
from
krylovsk:bugfix/references-sort-timestamps
Oct 15, 2018
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e equal. Fixes src-d#725 Signed-off-by: Alexandr Krylovskiy <[email protected]>
Can you provide a test? |
Signed-off-by: Máximo Cuadros <[email protected]>
@krylovsk ping |
Signed-off-by: Shane Da Silva <[email protected]>
blame: Add blame line data
* 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
Signed-off-by: Máximo Cuadros <[email protected]>
…|Remove] Signed-off-by: Máximo Cuadros <[email protected]>
new methods Worktree.[AddGlob|RemoveBlob] and recursive Worktree.[Add|Remove]
…rc-d#723 Signed-off-by: Zachary Romero <[email protected]>
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]>
… and Order=LogOrderBSF Signed-off-by: Saeed Rasooli <[email protected]>
Signed-off-by: Saeed Rasooli <[email protected]>
storage/filesystem: optimize packfile iterator
Signed-off-by: Saeed Rasooli <[email protected]>
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]>
Fix RefSpec.Src()
Signed-off-by: Máximo Cuadros <[email protected]>
*: skip time consuming tests
Just renaming the TagObjectOptions type to CreateTagOptions so that it's consistent with the other option types. Signed-off-by: Chris Marchesi <[email protected]>
Expose Storage cache.
Fix `fatal: corrupt patch` error in unified diff format
Signed-off-by: Máximo Cuadros <[email protected]>
git: Add tagging support
Signed-off-by: Máximo Cuadros <[email protected]>
Signed-off-by: kuba-- <[email protected]>
Signed-off-by: kuba-- <[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]>
Signed-off-by: Javi Fontan <[email protected]>
…terator storage/filesystem: keep packs open in PackfileIter
Signed-off-by: Jongmin Kim <[email protected]>
all: remove extra 's' in "mismatch"
Signed-off-by: Santiago M. Mola <[email protected]>
Signed-off-by: u5surf <[email protected]>
Signed-off-by: Filip Navara <[email protected]>
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
use time.IsZero in Prune
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
Signed-off-by: Máximo Cuadros <[email protected]>
Use remote name in fetch while clone
…sk/go-git into bugfix/references-sort-timestamps
…e equal, test Signed-off-by: Máximo Cuadros <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.