| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Fix IndexDiffs for git links" | Christian Halstrick | 2018-11-28 | 2 | -3/+13 |
|\ |
|
| * | Fix IndexDiffs for git links | Thomas Wolf | 2018-11-26 | 2 | -3/+13 |
* | | Merge branch 'stable-5.1' | David Pursehouse | 2018-11-27 | 1 | -10/+29 |
|\ \ |
|
| * \ | Merge branch 'stable-5.0' into stable-5.1 | David Pursehouse | 2018-11-27 | 1 | -10/+29 |
| |\ \ |
|
| | * \ | Merge branch 'stable-4.11' into stable-5.0 | David Pursehouse | 2018-11-27 | 1 | -10/+29 |
| | |\ \ |
|
| | | * | | Fix DescribeCommand with multiple match options | Matthias Sohn | 2018-11-26 | 1 | -10/+8 |
| | | * | | Fix git-describe tie-breakers | Håvard Wall | 2018-11-09 | 1 | -1/+22 |
* | | | | | Remove unused externalized text "submodulesNotSupported" | Matthias Sohn | 2018-11-27 | 1 | -1/+0 |
| |_|_|/
|/| | | |
|
* | | | | Add a method to get all values of HTTP header defined as list | Matthias Sohn | 2018-11-26 | 2 | -4/+50 |
* | | | | Undo treating blobs with NULs as a single line | Thomas Wolf | 2018-11-26 | 1 | -12/+5 |
* | | | | Remove unnecessary modifiers from interfaces | Jonathan Nieder | 2018-11-20 | 2 | -11/+11 |
* | | | | New GpgConfig for typed access to GPG settings | Gunnar Wagenknecht | 2018-11-20 | 2 | -0/+151 |
* | | | | Revert C Git 1.7.5 bug workaround | Masaya Suzuki | 2018-11-19 | 1 | -17/+3 |
* | | | | Remove unnecessary modifiers from interfaces | Ivan Frade | 2018-11-15 | 32 | -119/+117 |
* | | | | Merge "Call unlockPack in finally" | David Pursehouse | 2018-11-14 | 1 | -11/+17 |
|\ \ \ \ |
|
| * | | | | Call unlockPack in finally | Masaya Suzuki | 2018-11-11 | 1 | -11/+17 |
* | | | | | Add more ssh tests: pushing, known_host file handling, etc. | Thomas Wolf | 2018-11-13 | 3 | -8/+58 |
* | | | | | TransportSftp: eliminate dependency on Jsch | Thomas Wolf | 2018-11-13 | 4 | -108/+476 |
|/ / / / |
|
* | | | | Merge changes I97c062d0,Ib4e1f37c | David Pursehouse | 2018-11-08 | 1 | -21/+21 |
|\ \ \ \ |
|
| * | | | | Simplify RevWalk#iterator by factoring out common code | Jonathan Nieder | 2018-11-08 | 1 | -13/+21 |
| * | | | | Simplify exception handling in RevWalk#iterator | Jonathan Nieder | 2018-11-08 | 1 | -8/+0 |
* | | | | | DepthGenerator: fix multi-child boundary handling | Jonathan Tan | 2018-11-08 | 2 | -3/+13 |
|/ / / / |
|
* | | | | Factor out a JSch-independent ssh config parser | Thomas Wolf | 2018-11-06 | 5 | -727/+1262 |
* | | | | TransportSftp: remove final modifiers from parameters | Thomas Wolf | 2018-11-05 | 1 | -8/+6 |
* | | | | RepoCommand: Preserve executable bit in <copyfile> | Ivan Frade | 2018-10-31 | 2 | -3/+5 |
* | | | | RepoCommand.RemoteReader: Add method to read contents and mode of file | Ivan Frade | 2018-10-31 | 1 | -27/+103 |
* | | | | Remove unused text "symlinkCannotBeWrittenAsTheLinkTarget" | Matthias Sohn | 2018-10-28 | 1 | -1/+0 |
* | | | | Fix typos | Michael Keppler | 2018-10-28 | 2 | -3/+3 |
* | | | | gitignore/gitattributes: fix matching of \r | Marc Strapetz | 2018-10-27 | 1 | -1/+1 |
* | | | | Merge "InternalPushConnection: don't swallow RuntimeException" | Dave Borowitz | 2018-10-25 | 1 | -4/+8 |
|\ \ \ \ |
|
| * | | | | InternalPushConnection: don't swallow RuntimeException | Han-Wen Nienhuys | 2018-10-15 | 1 | -4/+8 |
* | | | | | UploadPack: Implement deepen-not for protocol v2 | Jonathan Tan | 2018-10-23 | 3 | -19/+156 |
* | | | | | Throw error when deepen-since excludes all commits | Jonathan Tan | 2018-10-23 | 3 | -0/+11 |
* | | | | | Merge changes from topic 'moving-to-request-2' | Jonathan Nieder | 2018-10-22 | 6 | -29/+81 |
|\ \ \ \ \ |
|
| * | | | | | UploadPack v0: Extract "agent" client capability at parse time | Ivan Frade | 2018-10-22 | 4 | -14/+39 |
| * | | | | | UploadPack: Return correct peer user agent on v2 requests | Ivan Frade | 2018-10-19 | 4 | -24/+51 |
* | | | | | | Make PrePushHook properly terminate ref lines | Markus Keller | 2018-10-21 | 1 | -5/+1 |
* | | | | | | RemoteRefUpdate#toString: Fix indentation | David Pursehouse | 2018-10-21 | 1 | -1/+1 |
* | | | | | | [releng] Fix boxing warning | Michael Keppler | 2018-10-20 | 1 | -1/+2 |
* | | | | | | CheckoutCommand: force flag now allows overwrite | Ned Twigg | 2018-10-20 | 2 | -2/+29 |
|/ / / / / |
|
* | | | | | Accept protocol v2 server options on fetch and ls-refs requests | Ivan Frade | 2018-10-19 | 5 | -27/+234 |
* | | | | | UploadPack: Use request instead of field for client capabilities | Ivan Frade | 2018-10-19 | 1 | -15/+22 |
* | | | | | Merge branch 'stable-5.1' | David Pursehouse | 2018-10-19 | 1 | -0/+42 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | ssh: Prefer algorithms of the known host keys | Saša Živkov | 2018-10-18 | 1 | -0/+42 |
* | | | | | UploadPack.FirstLine: Revert renaming of getOptions into getCapabilities | Ivan Frade | 2018-10-18 | 1 | -1/+1 |
* | | | | | UploadPack: Use request instead of field for clientShallowCommits | Ivan Frade | 2018-10-16 | 1 | -13/+13 |
* | | | | | UploadPack: Use request instead of field for depth | Ivan Frade | 2018-10-16 | 1 | -15/+24 |
* | | | | | UploadPack: Use request instead of field for shallowSince | Ivan Frade | 2018-10-16 | 1 | -10/+3 |
* | | | | | UploadPack: Use request in computeShallowUnshallow | Ivan Frade | 2018-10-16 | 1 | -17/+11 |
* | | | | | Move deepenSince and deepenNotRefs up to FetchRequest | Ivan Frade | 2018-10-16 | 3 | -29/+38 |