summaryrefslogtreecommitdiff
path: root/diff-lib.c
Commit message (Expand)AuthorAgeFilesLines
* object_array: use `object_array_clear()`, not `free()`Martin Ågren2017-09-241-2/+1
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-26/+26
|\ \ | |/ |/|
| * diff: convert fill_filespec to struct object_idBrandon Williams2017-06-021-1/+1
| * diff: convert diff_change to struct object_idBrandon Williams2017-06-021-2/+2
| * diff: convert run_diff_files to struct object_idBrandon Williams2017-06-021-6/+6
| * diff: convert diff_addremove to struct object_idBrandon Williams2017-06-021-3/+3
| * diff: convert diff_index_show_file to struct object_idBrandon Williams2017-06-021-5/+5
| * diff: convert get_stat_data to struct object_idBrandon Williams2017-06-021-13/+13
* | Merge branch 'jc/noent-notdir'Junio C Hamano2017-06-131-1/+1
|\ \ | |/ |/|
| * treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedjc/noent-notdirJunio C Hamano2017-05-301-1/+1
* | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-1/+1
* | diff-lib: convert do_diff_cache to struct object_idbrian m. carlson2017-05-081-6/+6
|/
* commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy2016-10-241-1/+3
* diff-lib: allow ita entries treated as "not yet exist in index"Nguyễn Thái Ngọc Duy2016-10-241-0/+14
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-13/+18
* Remove get_object_hash.brian m. carlson2015-11-201-1/+1
* Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
* Merge branch 'nd/diff-i-t-a'Junio C Hamano2015-06-251-12/+0
|\
| * Revert "diff-lib.c: adjust position of i-t-a entries in diff"nd/diff-i-t-aJunio C Hamano2015-06-231-12/+0
* | Merge branch 'nd/diff-i-t-a'Junio C Hamano2015-05-191-0/+12
|\ \ | |/
| * diff-lib.c: adjust position of i-t-a entries in diffNguyễn Thái Ngọc Duy2015-03-231-0/+12
* | Merge branch 'bc/object-id'Junio C Hamano2015-05-051-5/+5
|\ \ | |/ |/|
| * diff: convert struct combine_diff_path to object_idbrian m. carlson2015-03-131-5/+5
* | run_diff_files(): clarify computation of sha1 validityjc/diff-files-itaJunio C Hamano2015-02-041-2/+6
|/
* Merge branch 'jk/diff-files-assume-unchanged'Junio C Hamano2014-06-161-12/+21
|\
| * run_diff_files: do not look at uninitialized stat datajk/diff-files-assume-unchangedJeff King2014-05-151-12/+21
* | Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'Junio C Hamano2014-03-071-3/+0
|\ \
| * | diff: remove "diff-files -q" in a version of Git in a distant futurejc/hold-diff-remove-q-synonym-for-no-deletionJunio C Hamano2013-07-191-3/+0
* | | Merge branch 'ks/combine-diff'Junio C Hamano2014-03-051-2/+0
|\ \ \
| * | | combine-diff: combine_diff_path.len is not needed anymoreKirill Smelkov2014-02-241-2/+0
| | |/ | |/|
* | | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-2/+3
|/ /
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-2/+1
|\ \
| * | remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-151-1/+0
* | | Merge branch 'jc/diff-filter-negation'Junio C Hamano2013-09-091-5/+3
|\ \ \ | |/ / |/| / | |/
| * diff: deprecate -q option to diff-filesjc/diff-filter-negationJunio C Hamano2013-07-191-5/+3
* | diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe2013-06-021-1/+2
* | diff-lib, read-tree, unpack-trees: mark cache_entry pointers constRené Scharfe2013-06-021-11/+12
|/
* diff: do not use null sha1 as a sentinel valueJeff King2012-07-291-8/+12
* diff-index: enable recursive pathspec matching in unpack_treesnd/pathspec-recursion-cleanupNguyen Thai Ngoc Duy2012-01-161-0/+2
* Merge branch 'cn/eradicate-working-copy'Junio C Hamano2011-10-051-1/+1
|\
| * Remove 'working copy' from the documentation and C codeCarlos Martín Nieto2011-09-211-1/+1
* | Merge branch 'jc/diff-index-unpack'Junio C Hamano2011-10-051-0/+1
|\ \ | |/ |/|
| * diff-index: pass pathspec down to unpack-trees machineryJunio C Hamano2011-08-291-0/+1
* | Merge branch 'jc/diff-index-refactor'Junio C Hamano2011-08-081-52/+19
|\ \
| * | diff-lib: refactor run_diff_index() and do_diff_cache()Junio C Hamano2011-07-131-28/+19
| * | diff-lib: simplify do_diff_cache()Junio C Hamano2011-07-131-25/+1
* | | Merge branch 'jc/maint-reset-unmerged-path'Junio C Hamano2011-08-011-1/+2
|\ \ \ | |/ /