]> git.proxmox.com Git - libgit2.git/history - tests/apply
Fix package-name-doesnt-match-sonames
[libgit2.git] / tests / apply /
2020-03-13 Utkarsh GuptaUpdate upstream source from tag 'upstream/0.99.0+dfsg.1'
2020-03-13 Utkarsh GuptaNew upstream version 0.99.0+dfsg.1
2019-05-11 Jongmin KimNew upstream version 0.28.1+dfsg.1
2019-05-11 Jongmin KimUpdate upstream source from tag 'upstream/0.28.1+dfsg.1'
2017-04-24 Russell SimMerge tag 'upstream/0.25.1'
2017-04-24 Russell SimImported Upstream version 0.25.1
2017-03-31 Edward ThomsonMerge remote-tracking branch 'origin/pr/3790' into...
2016-10-09 Edward ThomsonMerge branch 'pr/3809'
2016-07-24 Edward ThomsonMerge pull request #3815 from pks-t/pks/coverity-model
2016-07-01 Edward ThomsonMerge pull request #3836 from joshtriplett/cleanup...
2016-07-01 Edward ThomsonMerge pull request #3711 from joshtriplett/git_reposito...
2016-06-26 Edward ThomsonMerge pull request #3223 from ethomson/apply
2016-05-26 Edward Thomsongit_patch_parse_ctx: refcount the context
2016-05-26 Edward Thomsonpatch: `git_patch_from_patchfile` -> `git_patch_from_bu...
2016-05-26 Edward Thomsonapply: test postimages that grow/shrink original
2016-05-26 Edward ThomsonIntroduce git_patch_options, handle prefixes
2016-05-26 Edward Thomsonapply: move patch data to patch_common.h
2016-05-26 Edward Thomsonpatch: abstract patches into diff'ed and parsed
2016-05-26 Edward Thomsonpatch parsing: ensure empty patches are illegal
2016-05-26 Edward Thomsonpatch parsing: parse binary patch files
2016-05-26 Edward Thomsonpatch application: apply binary patches
2016-05-26 Edward Thomsonapply: handle empty patches
2016-05-26 Edward ThomsonPatch parsing from patch files
2016-05-26 Edward ThomsonIntroduce git_apply_patch