| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | tests: apply: fix reference to deprecated `git_buf_free` | Patrick Steinhardt | 2018-11-13 | 1 | -2/+2 | |
| | * | | | | | tests: apply: fix missing `cl_git_pass` wrappers | Patrick Steinhardt | 2018-11-13 | 2 | -4/+4 | |
| * | | | | | | Merge pull request #4883 from pks-t/pks/signature-tz-oob | Patrick Steinhardt | 2018-11-13 | 1 | -0/+20 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | signature: fix out-of-bounds read when parsing timezone offset | Patrick Steinhardt | 2018-11-09 | 1 | -0/+20 | |
| * | | | | | | Merge pull request #4667 from tiennou/feature/remote-create-api | Patrick Steinhardt | 2018-11-13 | 3 | -96/+388 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tests: unwarranted NULL-ification | Etienne Samson | 2018-11-02 | 1 | -1/+0 | |
| | * | | | | | | tests: remote/create: remove macro and unroll tests | Etienne Samson | 2018-11-02 | 1 | -29/+63 | |
| | * | | | | | | remote: add a flag to prevent generation of the default fetchspec | Etienne Samson | 2018-11-02 | 1 | -5/+1 | |
| | * | | | | | | remote: add a creation flag for ignoring url.insteadOf | Etienne Samson | 2018-11-02 | 1 | -0/+17 | |
| | * | | | | | | remote: provide a generic API for creating remotes | Etienne Samson | 2018-11-02 | 1 | -0/+152 | |
| | * | | | | | | tests: count config section helper already exists | Etienne Samson | 2018-11-02 | 1 | -29/+12 | |
| | * | | | | | | tests: git_remote_create_detached | Etienne Samson | 2018-11-02 | 1 | -0/+30 | |
| | * | | | | | | tests: check what happens with the remote. section counts | Etienne Samson | 2018-11-02 | 1 | -0/+29 | |
| | * | | | | | | tests: git_remote_create_anonymous | Etienne Samson | 2018-11-02 | 1 | -0/+21 | |
| | * | | | | | | tests: git_remote_create_with_fetchspec | Etienne Samson | 2018-11-02 | 1 | -0/+23 | |
| | * | | | | | | tests: consolidate all remote creation tests in one test suite | Etienne Samson | 2018-11-02 | 2 | -62/+70 | |
| | * | | | | | | tests: rename remote creation test suite | Etienne Samson | 2018-11-02 | 1 | -13/+13 | |
| * | | | | | | | Merge pull request #4818 from pks-t/pks/index-collision | Patrick Steinhardt | 2018-11-13 | 1 | -2/+49 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | index: fix adding index entries with conflicting files | Patrick Steinhardt | 2018-10-19 | 1 | -2/+49 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #4705 from libgit2/ethomson/apply | Edward Thomson | 2018-11-11 | 12 | -2/+2620 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | test: ensure applying a patch can't delete a file twiceethomson/apply | Edward Thomson | 2018-11-05 | 2 | -0/+45 | |
| | * | | | | | apply: test re-adding a file after removing it | Edward Thomson | 2018-11-05 | 2 | -0/+50 | |
| | * | | | | | apply: test modifying a file after renaming it | Edward Thomson | 2018-11-05 | 2 | -0/+72 | |
| | * | | | | | apply: test renaming a file after modifying it | Edward Thomson | 2018-11-05 | 2 | -5/+20 | |
| | * | | | | | apply: test that we can't rename a file after modifying it | Edward Thomson | 2018-11-05 | 2 | -0/+36 | |
| | * | | | | | apply: test modify delta after rename delta | Edward Thomson | 2018-11-05 | 2 | -0/+50 | |
| | * | | | | | apply: test multiple deltas to new file | Edward Thomson | 2018-11-05 | 2 | -0/+43 | |
| | * | | | | | apply: handle multiple deltas to the same file | Edward Thomson | 2018-11-05 | 2 | -0/+47 | |
| | * | | | | | apply: test rename 1 to 2 | Edward Thomson | 2018-11-05 | 2 | -0/+36 | |
| | * | | | | | apply: test rename 2 to 1 | Edward Thomson | 2018-11-05 | 2 | -0/+34 | |
| | * | | | | | apply: test circular rename | Edward Thomson | 2018-11-05 | 2 | -0/+35 | |
| | * | | | | | apply: test rename A -> B -> C scenarios | Edward Thomson | 2018-11-05 | 2 | -0/+142 | |
| | * | | | | | apply: handle exact renames | Edward Thomson | 2018-11-05 | 2 | -0/+31 | |
| | * | | | | | apply: validate unchanged mode when applying both | Edward Thomson | 2018-11-05 | 1 | -0/+17 | |
| | * | | | | | apply: test a patch with rename and modification | Edward Thomson | 2018-11-05 | 2 | -0/+40 | |
| | * | | | | | patch: add tests for aborting hunk callback | Jason Haslam | 2018-11-05 | 1 | -0/+71 | |
| | * | | | | | patch: add support for partial patch application | Jason Haslam | 2018-11-05 | 3 | -0/+313 | |
| | * | | | | | apply: introduce a hunk callback | Edward Thomson | 2018-11-05 | 3 | -2/+40 | |
| | * | | | | | apply tests: tests a diff w/ many small changes | Edward Thomson | 2018-11-05 | 2 | -0/+112 | |
| | * | | | | | apply tests: test delta callback skip | Edward Thomson | 2018-11-05 | 1 | -0/+38 | |
| | * | | | | | apply tests: test delta callback errors | Edward Thomson | 2018-11-05 | 1 | -0/+52 | |
| | * | | | | | apply: move location to an argument, not the opts | Edward Thomson | 2018-11-05 | 4 | -87/+29 | |
| | * | | | | | apply tests: ensure mode changes occur | Edward Thomson | 2018-11-05 | 3 | -0/+62 | |
| | * | | | | | apply tests: test with CR/LF filtering | Edward Thomson | 2018-11-05 | 1 | -0/+53 | |
| | * | | | | | apply: validate workdir contents match index for BOTH | Edward Thomson | 2018-11-05 | 1 | -0/+37 | |
| | * | | | | | apply tests: ensure we can patch a modified file | Edward Thomson | 2018-11-05 | 4 | -0/+125 | |
| | * | | | | | apply tests: test index+workdir application | Edward Thomson | 2018-11-05 | 1 | -0/+281 | |
| | * | | | | | apply test: apply with non-conflicting changes | Edward Thomson | 2018-11-05 | 2 | -0/+70 | |
| | * | | | | | apply tests: ensure apply failures leave index unmodified | Edward Thomson | 2018-11-05 | 1 | -0/+34 | |
| | * | | | | | apply tests: modified wd items are ok when applying to index | Edward Thomson | 2018-11-04 | 1 | -0/+43 | |
