Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-23Revert "diff-lib.c: adjust position of i-t-a entries in diff"Junio C Hamano
2015-05-19Merge branch 'nd/diff-i-t-a'Junio C Hamano
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-03-23diff-lib.c: adjust position of i-t-a entries in diffNguyễn Thái Ngọc Duy
2015-03-14diff: convert struct combine_diff_path to object_idbrian m. carlson
2015-02-05run_diff_files(): clarify computation of sha1 validityJunio C Hamano
2014-06-16Merge branch 'jk/diff-files-assume-unchanged'Junio C Hamano
2014-05-15run_diff_files: do not look at uninitialized stat dataJeff King
2014-03-08Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'Junio C Hamano
2014-03-06Merge branch 'ks/combine-diff'Junio C Hamano
2014-02-25combine-diff: combine_diff_path.len is not needed anymoreKirill Smelkov
2014-02-25pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2013-09-10Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-10Merge branch 'jc/diff-filter-negation'Junio C Hamano
2013-07-20diff: remove "diff-files -q" in a version of Git in a distant futureJunio C Hamano
2013-07-20diff: deprecate -q option to diff-filesJunio C Hamano
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy
2013-06-03diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe
2013-06-03diff-lib, read-tree, unpack-trees: mark cache_entry pointers constRené Scharfe
2012-07-30diff: do not use null sha1 as a sentinel valueJeff King
2012-01-17diff-index: enable recursive pathspec matching in unpack_treesNguyen Thai Ngoc Duy
2011-10-05Merge branch 'cn/eradicate-working-copy'Junio C Hamano
2011-10-05Merge branch 'jc/diff-index-unpack'Junio C Hamano
2011-09-22Remove 'working copy' from the documentation and C codeCarlos Martín Nieto
2011-08-30diff-index: pass pathspec down to unpack-trees machineryJunio C Hamano
2011-08-08Merge branch 'jc/diff-index-refactor'Junio C Hamano
2011-08-02Merge branch 'jc/maint-reset-unmerged-path'Junio C Hamano
2011-07-14diff-lib: refactor run_diff_index() and do_diff_cache()Junio C Hamano
2011-07-14diff-lib: simplify do_diff_cache()Junio C Hamano
2011-07-14reset [<commit>] paths...: do not mishandle unmerged pathsJunio C Hamano
2011-06-06Merge branch 'jk/diff-not-so-quick'Junio C Hamano
2011-05-31diff-index --quiet: learn the "stop feeding the backend early" logicJunio C Hamano
2011-05-31Merge remote-tracking branch 'ko/maint' into jc/diff-index-quick-exit-earlyJunio C Hamano
2011-05-31diff: futureproof "stop feeding the backend early" logicJunio C Hamano
2011-05-13Merge branch 'jc/fix-diff-files-unmerged' into maintJunio C Hamano
2011-05-06Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano
2011-04-24diff-files: show unmerged entries correctlyJunio C Hamano
2011-04-24diff: remove often unused parameters from diff_unmerge()Junio C Hamano
2011-03-24Merge branch 'jc/maint-diff-q-filter'Junio C Hamano
2011-03-17diff --quiet: disable optimization when --diff-filter=X is usedJunio C Hamano
2011-02-04Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy
2011-02-04struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy
2011-02-03Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy
2010-08-09Submodules: Add the new "ignore" config option for diff and statusJens Lehmann
2010-06-12Add optional parameters to the diff option "--ignore-submodules"Jens Lehmann
2010-03-25Merge branch 'jl/submodule-diff-dirtiness'Junio C Hamano
2010-03-14git status: ignoring untracked files must apply to submodules tooJens Lehmann
2010-03-13git status: Fix false positive "new commits" output for dirty submodulesJens Lehmann
2010-03-13Refactor dirty submodule detection in diff-lib.cJens Lehmann