summaryrefslogtreecommitdiff
path: root/src/diff.c
Commit message (Expand)AuthorAgeFilesLines
* Increase use of config snapshotsrb/coverity-fixesRussell Belfer2014-05-131-9/+10
* Merge pull request #2328 from libgit2/rb/how-broken-can-ignores-beVicent Marti2014-05-131-35/+5
|\
| * Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-061-35/+5
* | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-1/+2
|/
* Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-9/+2
* Make init_options fns use unsigned ints and macroRussell Belfer2014-05-021-15/+12
* Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-021-36/+40
* Get rid of redundant git_diff_options_init fnRussell Belfer2014-05-021-14/+0
* Add payloads, bitmaps to trace APIRussell Belfer2014-05-021-6/+6
* Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-021-13/+7
* Add diff option to update index stat cacheRussell Belfer2014-05-021-4/+32
* Lay groundwork for updating stat cache in diffRussell Belfer2014-05-021-14/+30
* Skip diff oid calc when size definitely changedRussell Belfer2014-05-021-4/+11
* Add build option for diff internal statisticsRussell Belfer2014-05-021-34/+45
* Merge pull request #2241 from libgit2/rb/stash-skip-submodulesVicent Marti2014-04-251-70/+8
|\
| * Treat ignored, empty, and untracked dirs differentRussell Belfer2014-04-231-5/+6
| * Make checkout match diff for untracked/ignored dirRussell Belfer2014-04-221-70/+7
* | Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-221-1/+2
|/
* Decouple index iterator sort from indexRussell Belfer2014-04-171-41/+38
* Sanitize git_diff_format_email_options' summary parameterJacques Germishuys2014-04-151-1/+19
* Introduce git_diff_format_email and git_diff_commit_as_emailJacques Germishuys2014-04-151-0/+204
* Update submodules with parent-tracked contentrb/fix-submodules-with-tracked-contentRussell Belfer2014-04-081-1/+11
* Fix skipping content of contained reposRussell Belfer2014-04-011-1/+3
* Make submodules externally refcountedRussell Belfer2014-03-251-15/+16
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+24
* diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-16/+16
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-16/+16
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-1/+1
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-2/+6
* Some callback error check style cleanupsRussell Belfer2013-12-111-1/+3
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-46/+33
* Add git_vector_free_allRussell Belfer2013-12-111-8/+1
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-12/+11
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-30/+9
* Fix --assume-unchanged supportRussell Belfer2013-11-011-5/+7
* Add git_diff_options_init helperRussell Belfer2013-11-011-0/+13
* Convert git_index_read to have a "force" flagRussell Belfer2013-11-011-1/+1
* Make diff and status perform soft index reloadRussell Belfer2013-11-011-4/+19
* Fix some of the glaring errors in GIT_DIFF_REVERSERussell Belfer2013-11-011-3/+10
* Tweak to git_diff_delta structure for nfilesRussell Belfer2013-10-211-0/+2
* Diff API cleanupRussell Belfer2013-10-151-19/+51
* Rename diff objects and split patch.hRussell Belfer2013-10-111-32/+32
* Merge pull request #1840 from linquize/warningVicent Martí2013-09-211-1/+2
|\
| * Fix warningLinquize2013-09-191-1/+2
* | Add ident filterRussell Belfer2013-09-171-1/+1
* | Create public filter object and use itRussell Belfer2013-09-171-6/+6
|/
* Add rename from rewrites to statusEdward Thomson2013-08-051-22/+55
* Untracked directories with .git should be ignoredRussell Belfer2013-07-101-2/+12
* Add ignore_submodules to diff optionsRussell Belfer2013-07-101-34/+43
* Update diff to new internal submodule status APIRussell Belfer2013-07-101-6/+8