]> git.proxmox.com Git - libgit2.git/history - src/diff.c
Fix workdir notifications and removals
[libgit2.git] / src / diff.c
2013-01-04 Russell BelferFix up spoolandsort iterator usage
2013-01-04 Russell BelferMore checkout improvements
2013-01-02 Vicent MartíMerge pull request #1152 from ben/clone-api-structification
2012-12-28 Vicent MartíMerge pull request #1176 from arrbee/fix-iter-memleak
2012-12-28 Russell BelferMake spoolandsort a pushable iterator behavior
2012-12-19 Vicent MartíMerge pull request #1150 from schu/fix-netops-ssl
2012-12-17 Vicent MartíMerge pull request #1151 from arrbee/fix-diff-construct...
2012-12-17 Russell BelferFix diff constructor name order confusion
2012-12-10 Vicent MartíMerge pull request #1133 from arrbee/more-iterator...
2012-12-10 Russell BelferClean up iterator APIs
2012-12-07 Vicent MartíMerge pull request #1091 from carlosmn/stream-object
2012-12-05 Vicent MartíMerge pull request #1120 from arrbee/diff-header-fixes
2012-12-05 Russell BelferFix diff header comments and missing const
2012-12-05 Vicent MartíMerge pull request #1115 from ben/struct-versions
2012-12-01 Ben StraubDeploy GITERR_CHECK_VERSION
2012-11-30 Ben StraubDeploy GIT_DIFF_OPTIONS_INIT
2012-11-29 Vicent MartíMerge pull request #1090 from arrbee/ignore-invalid...
2012-11-28 Ben StraubMerge pull request #1087 from libgit2/great-renaming
2012-11-27 Russell BelferAPI updates for submodule.h
2012-11-22 Philip KelleyMerge pull request #1095 from martinwoodward/authors
2012-11-16 Vicent MartíMerge pull request #1075 from carlosmn/alternates-recurse
2012-11-16 Scott J. GoldmanMerge pull request #1071 from arrbee/alternate-fix...
2012-11-15 Vicent MartíMerge pull request #1074 from edubart/ignore_diff_filemode
2012-11-15 Vicent MartíMerge pull request #1072 from arrbee/diff-api-signatures
2012-11-15 Eduardo BartAdd option to ignore file mode in diffs
2012-11-15 Russell BelferAdd explicit git_index ptr to diff and checkout
2012-11-15 Russell BelferAdd iterator for git_index object
2012-11-15 Russell BelferFix diff API to better parameter order
2012-11-15 Russell BelferCreate internal strcmp variants for function ptrs
2012-11-13 Vicent MartíMerge pull request #1068 from carlosmn/config-empty...
2012-11-13 Vicent MartíMerge pull request #1016 from arrbee/fix-checkout-dir...
2012-11-09 Russell BelferFix various cross-platform build issues
2012-11-09 Russell Belferfix regression in diff with submodule oid
2012-11-09 Russell BelferSome diff refactorings to help code reuse
2012-11-09 Russell BelferMove pathspec code in separate files
2012-11-08 Vicent MartíMerge pull request #1039 from erikvanzijst/erik/tag_wit...
2012-11-05 Vicent MartíMerge pull request #1034 from carlosmn/packbuilder...
2012-11-02 Philip KelleyMerge pull request #1042 from pwkelley/progress_cb
2012-11-02 Vicent MartíMerge pull request #1014 from arrbee/diff-rename-detection
2012-10-30 Russell BelferMove rename detection into new file
2012-10-23 Russell BelferInitial implementation of diff rename detection
2012-10-23 Vicent MartíMerge pull request #1012 from carlosmn/libcrypto-sha
2012-10-22 Vicent MartíMerge pull request #963 from carlosmn/remote-save-autotag
2012-10-18 Russell BelferMerge pull request #998 from nulltoken/topic/explicit...
2012-10-18 nulltokendiff: workdir diffing in a bare repo returns EBAREREPO
2012-10-17 Russell BelferMerge pull request #968 from arrbee/diff-support-typechange
2012-10-16 Vicent MartíMerge pull request #952 from csware/config-locations
2012-10-09 Russell BelferAdd complex checkout test and then fix checkout
2012-10-09 Russell BelferIntroduce status/diff TYPECHANGE flags
2012-10-09 Vicent MartíMerge pull request #967 from arrbee/diff-submodule...
2012-10-08 Ben StraubMerge pull request #949 from nulltoken/topic/deploy_rep...
2012-10-08 Russell BelferAdd test for diffs with submodules and bug fixes
2012-10-08 Russell BelferFix a few diff bugs with directory content
2012-10-08 Russell BelferMerge pull request #940 from scunz/diff_sm
2012-10-05 Sascha CunzDiff: Do not try to calculate an oid for a GITLINK.
2012-10-05 Sascha CunzDiff: teach get_workdir_content to show a submodule...
2012-10-02 Russell BelferMerge pull request #932 from ben/clone_pack_race
2012-10-02 Russell BelferMerge pull request #939 from pwkelley/ignorecase
2012-09-28 Vicent MartíMerge pull request #959 from jamill/empty_file_hash
2012-09-28 Vicent MartíMerge pull request #958 from schu/fix-merge-base
2012-09-28 Vicent MartíMerge pull request #941 from arrbee/diff-separate-iterators
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-17 Philip KelleyMinor fixes for ignorecase support
2012-09-17 Philip KelleySupport for core.ignorecase
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 BelferMerge pull request #914 from authmillenon/index-fixes
2012-09-06 Russell BelferImplement filters for status/diff blobs
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-27 Vicent MartíMerge pull request #897 from nulltoken/topic/git_refere...
2012-08-27 Russell BelferMerge pull request #903 from nulltoken/topic/peeling...
2012-08-25 Vicent MartíMerge pull request #896 from ben/revparse-ambiguous
2012-08-24 Vicent MartíMerge pull request #895 from carlosmn/sideband
2012-08-24 Vicent MartíMerge pull request #852 from arrbee/submodule-extensions
2012-08-24 Russell BelferMajor submodule rewrite
2012-08-22 Russell BelferMinor bug fixes in diff code
2012-08-19 Vicent MartíMerge pull request #778 from ben/clone
2012-08-09 Vicent Martioid: Explicitly include `oid.h` for the inlined CMP
2012-08-01 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/amd64...
2012-07-31 Vicent MartíMerge pull request #826 from carlosmn/config-find-error
2012-07-31 Vicent MartíMerge pull request #837 from carlosmn/travis
2012-07-31 Vicent MartíMerge pull request #833 from carlosmn/odb-one
2012-07-27 Ben StraubMerge remote-tracking branch 'upstream/development...
2012-07-27 Vicent MartíMerge pull request #839 from nulltoken/topic/odb-foreac...
2012-07-27 Vicent MartíMerge pull request #834 from carlosmn/network-callbacks
2012-07-27 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/branch...
2012-07-27 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/reflog...
2012-07-24 Russell BelferMerge pull request #799 from yorah/fix/issue-787
2012-07-24 yorahAdd flag to turn off pathspec testing for diff and...
2012-07-24 yorahFix getting status of files containing brackets
2012-07-21 Vicent MartíMerge pull request #818 from nulltoken/rework
2012-07-20 Vicent MartíMerge pull request #831 from schu/tree-walk-order
2012-07-19 Russell BelferFix bug with merging diffs with null options
2012-06-22 Vicent MartiMerge branch 'pull-req' of https://github.com/chris...
2012-06-20 Vicent MartíMerge pull request #776 from scottjg/mingw-makefile-fix
next