]> git.proxmox.com Git - libgit2.git/history - tests-clar/diff/diff_helpers.c
Add const to all shared pointers in diff API
[libgit2.git] / tests-clar / diff / diff_helpers.c
2012-09-25 Russell BelferAdd const to all shared pointers in diff API
2012-09-25 Russell BelferFix bugs in new diff patch code
2012-09-25 Russell BelferInitial implementation of new diff patch API
2012-09-11 Vicent MartíMerge pull request #920 from scunz/mergebase_const
2012-09-11 Vicent MartiMerge branch 'diff-crlf-filters' into development
2012-09-11 Russell BelferFix diff binary file detection
2012-09-11 Russell BelferMerge pull request #914 from authmillenon/index-fixes
2012-09-10 Russell BelferReplace git_diff_iterator_num_files with progress
2012-09-06 Vicent MartíMerge pull request #900 from pwkelley/development
2012-09-06 Vicent MartíMerge pull request #912 from schu/netops-ssl-error
2012-09-06 Vicent MartiMerge remote-tracking branch 'arrbee/diff-iterator...
2012-09-05 Russell BelferDiff iterators
2012-08-22 Russell BelferMinor bug fixes in diff code
2012-08-19 Vicent MartíMerge pull request #778 from ben/clone
2012-08-06 Vicent MartiMerge remote-tracking branch 'arrbee/tree-walk-fixes...
2012-08-01 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/amd64...
2012-07-24 nulltokenportability: Improve x86/amd64 compatibility
2012-06-19 Vicent MartíMerge pull request #753 from nulltoken/topic/merge...
2012-06-19 Vicent MartiMerge remote-tracking branch 'yorah/fix/notes-creation...
2012-06-13 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-06-08 Russell BelferMerge pull request #744 from arrbee/fix-filemodes
2012-06-08 Russell BelferMinor fixes, cleanups, and clarifications
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-05-08 Vicent MartíMerge pull request #670 from nulltoken/ntk/topic/clean...
2012-05-08 Russell BelferMerge pull request #668 from nulltoken/topic/binary...
2012-05-07 nulltokendiff: fix the diffing of two identical blobs
2012-05-07 nulltokendiff: make git_diff_blobs() able to detect binary blobs
2012-05-05 Vicent MartíMerge remote-tracking branch 'scottjg/fix-mingw32'...
2012-05-05 Vicent MartíMerge pull request #659 from libgit2/development-merge
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-05-02 Vicent MartíMerge remote-tracking branch 'carlosmn/remaining-errors...
2012-04-30 Vicent MartíMerge pull request #654 from carlosmn/pkt-err
2012-04-30 Russell BelferMerge pull request #652 from nulltoken/topic/diff-callbacks
2012-04-30 nulltokenLeverage GIT_UNUSED macro to explicitly mark a function...
2012-04-30 nulltokendiff: provide more context to the consumer of the callbacks
2012-04-24 Vicent MartíMerge pull request #632 from arrbee/win64-cleanup
2012-04-17 Russell BelferFix warnings on 64-bit windows builds
2012-03-06 Vicent Martídiff: Fix rebase breackage
2012-03-05 Carlos Martín NietoMerge branch 'ssh-urls' into development
2012-03-02 Russell BelferRevert GIT_STATUS constants to avoid issues
2012-03-02 Russell BelferUpdate diff to use iterators
2012-03-02 Russell BelferFixing unit tests post rebase
2012-03-02 Russell BelferAdd tests and fix bugs for diff whitespace options
2012-03-02 Russell BelferContinue implementation of git-diff
2012-03-02 Russell BelferClean up diff implementation for review
2012-02-23 Vicent MartíMerge pull request #570 from arrbee/uniform-iterators
2012-02-21 Russell BelferUniform iterators for trees, index, and workdir