| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | remote: add a helper for generating the default fetchspec | Etienne Samson | 2018-11-02 | 1 | -5/+11 | |
| | * | | | | | | | config: add asserts for non-null parameters in lock/unlock | Etienne Samson | 2018-11-02 | 1 | -0/+4 | |
| | * | | | | | | | remote: move static method | Etienne Samson | 2018-11-02 | 1 | -23/+20 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #4818 from pks-t/pks/index-collision | Patrick Steinhardt | 2018-11-13 | 1 | -45/+40 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | index: fix adding index entries with conflicting files | Patrick Steinhardt | 2018-10-19 | 1 | -14/+8 | |
| | * | | | | | | index: modernize error handling of `index_insert` | Patrick Steinhardt | 2018-10-19 | 1 | -31/+32 | |
| * | | | | | | | Merge pull request #4705 from libgit2/ethomson/apply | Edward Thomson | 2018-11-11 | 6 | -19/+946 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | apply: test re-adding a file after removing it | Edward Thomson | 2018-11-05 | 1 | -10/+13 | |
| | * | | | | | | | apply: test modifying a file after renaming it | Edward Thomson | 2018-11-05 | 1 | -12/+53 | |
| | * | | | | | | | apply: handle multiple deltas to the same file | Edward Thomson | 2018-11-05 | 1 | -7/+32 | |
| | * | | | | | | | apply: handle exact renames | Edward Thomson | 2018-11-05 | 3 | -4/+23 | |
| | * | | | | | | | apply: validate unchanged mode when applying both | Edward Thomson | 2018-11-05 | 1 | -0/+13 | |
| | * | | | | | | | reader: free is unused and unnecessary | Edward Thomson | 2018-11-05 | 2 | -20/+0 | |
| | * | | | | | | | apply: introduce a hunk callback | Edward Thomson | 2018-11-05 | 2 | -8/+44 | |
| | * | | | | | | | apply: introduce a delta callback | Edward Thomson | 2018-11-05 | 1 | -3/+15 | |
| | * | | | | | | | apply: move location to an argument, not the opts | Edward Thomson | 2018-11-05 | 1 | -10/+16 | |
| | * | | | | | | | apply: use an indexwriter | Edward Thomson | 2018-11-05 | 1 | -3/+15 | |
| | * | | | | | | | reader: apply working directory filters | Edward Thomson | 2018-11-05 | 1 | -2/+13 | |
| | * | | | | | | | apply: validate workdir contents match index for BOTH | Edward Thomson | 2018-11-05 | 1 | -17/+23 | |
| | * | | | | | | | reader: optionally validate index matches workdir | Edward Thomson | 2018-11-05 | 3 | -11/+37 | |
| | * | | | | | | | apply: use preimage as the checkout baseline | Edward Thomson | 2018-11-05 | 3 | -32/+79 | |
| | * | | | | | | | apply: convert checkout conflicts to apply failures | Edward Thomson | 2018-11-05 | 1 | -0/+7 | |
| | * | | | | | | | apply: when preimage file is missing, return EAPPLYFAIL | Edward Thomson | 2018-11-05 | 1 | -1/+7 | |
| | * | | | | | | | apply: simplify checkout vs index application | Edward Thomson | 2018-11-05 | 1 | -77/+126 | |
| | * | | | | | | | apply: remove deleted paths from index | Edward Thomson | 2018-11-04 | 1 | -0/+19 | |
| | * | | | | | | | apply: return a specific exit code on failure | Edward Thomson | 2018-11-04 | 1 | -1/+1 | |
| | * | | | | | | | iterator: introduce `git_iterator_foreach` | Edward Thomson | 2018-11-04 | 2 | -0/+42 | |
| | * | | | | | | | apply: handle file additions | Edward Thomson | 2018-11-04 | 1 | -3/+7 | |
| | * | | | | | | | apply: handle file deletions | Edward Thomson | 2018-11-04 | 1 | -0/+3 | |
| | * | | | | | | | apply: introduce `git_apply` | Edward Thomson | 2018-11-04 | 1 | -0/+110 | |
| | * | | | | | | | apply: reimplement `git_apply_tree` with readers | Edward Thomson | 2018-11-04 | 1 | -16/+21 | |
| | * | | | | | | | reader: a generic way to read files from repos | Edward Thomson | 2018-11-04 | 2 | -0/+304 | |
| | * | | | | | | | apply: introduce `git_apply_tree` | Edward Thomson | 2018-11-03 | 1 | -0/+100 | |
| | * | | | | | | | iterator: optionally hash filesystem iterators | Edward Thomson | 2018-11-03 | 2 | -11/+52 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | smart transport: only clear url on hard resetethomson/smart_transport_url | Edward Thomson | 2018-11-07 | 1 | -5/+4 | |
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | tree: fix integer overflow when reading unreasonably large filemodes | Patrick Steinhardt | 2018-11-02 | 1 | -13/+15 | |
| * | | | | | | tree: fix mode parsing reading out-of-bounds | Patrick Steinhardt | 2018-11-02 | 1 | -3/+4 | |
| * | | | | | | strntol: fix detection and skipping of base prefixes | Patrick Steinhardt | 2018-11-02 | 1 | -11/+22 | |
| * | | | | | | strntol: fix out-of-bounds read when skipping leading spaces | Patrick Steinhardt | 2018-11-02 | 1 | -2/+5 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #4864 from pks-t/pks/object-parse-fixes | Patrick Steinhardt | 2018-10-26 | 4 | -6/+50 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | commit: fix reading out of bounds when parsing encoding | Patrick Steinhardt | 2018-10-25 | 1 | -1/+1 | |
| | * | | | | | tag: fix out of bounds read when searching for tag message | Patrick Steinhardt | 2018-10-25 | 1 | -5/+5 | |
| | * | | | | | util: provide `git__memmem` function | Patrick Steinhardt | 2018-10-25 | 2 | -0/+44 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #4851 from pks-t/pks/strtol-removal | Patrick Steinhardt | 2018-10-25 | 12 | -33/+39 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | util: fix out of bounds read in error message | Patrick Steinhardt | 2018-10-19 | 1 | -3/+7 | |
| | * | | | | | util: avoid signed integer overflows in `git__strntol64` | Patrick Steinhardt | 2018-10-18 | 1 | -3/+13 | |
| | * | | | | | util: remove `git__strtol32` | Patrick Steinhardt | 2018-10-18 | 2 | -7/+0 | |
| | * | | | | | global: replace remaining use of `git__strtol32` | Patrick Steinhardt | 2018-10-18 | 5 | -6/+8 | |
| | * | | | | | tree-cache: avoid out-of-bound reads when parsing trees | Patrick Steinhardt | 2018-10-18 | 1 | -2/+2 | |
| | * | | | | | util: remove unsafe `git__strtol64` function | Patrick Steinhardt | 2018-10-18 | 2 | -7/+0 | |
