| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
We moved the "main" parsing to use 64 bits for the timestamp, but the
quick parsing for the revwalk did not. This means that for large
timestamps we fail to parse the time and thus the walk.
Move this parser to use 64 bits as well.
|
|
|
|
|
| |
When we hide a commit which we later push into the revwalk, we do not
handle this well and return commits which we should not.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
If the pqueue comparison fn returned just 0 or 1 (think "a<b")
then the sort order of returned items could be wrong because there
was a "< 0" that really needed to be "<= 0". Yikes!!!
|
|
|
|
| |
This used to be broken, let's make sure we don't break this use-case.
|
|
|
|
|
| |
Pushing a whole namespace can cause us to attempt to push non-committish
objects. Catch this situation and special-case it for ignoring this.
|
|
|
|
| |
This shows that pusing a whole namespace can be problematic.
|
|
|