227 Commits (9d4a0692dcd528501ced5cfde64bd9af1b67d803)

Author SHA1 Message Date
David Turner 076c98372e log: add "log.follow" configuration variable 10 years ago
Jeff King 8dbf3eb685 diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT 10 years ago
Junio C Hamano b8767f791c diff.c: --ws-error-highlight=<kind> option 10 years ago
brian m. carlson 1ff57c13c5 diff: convert struct combine_diff_path to object_id 10 years ago
Kirill Smelkov 72441af7c4 tree-diff: rework diff_tree() to generate diffs for multiparent cases as well 11 years ago
Kirill Smelkov ad6f3cc7d2 tree-diff: diff_tree() should now be static 11 years ago
Kirill Smelkov af82c7880f combine-diff: combine_diff_path.len is not needed anymore 11 years ago
Thomas Gummerer 470faf9654 diff: move no-index detection to builtin/diff.c 11 years ago
Zoltan Klinger ee7fb0b1d4 difftool: display the number of files in the diff queue in the prompt 11 years ago
Nicolas Vigier b0d12fc9b2 Use the word 'stuck' instead of 'sticked' 11 years ago
Junio C Hamano c48f6816f0 diff: remove "diff-files -q" in a version of Git in a distant future 12 years ago
Junio C Hamano 95a7c546b0 diff: deprecate -q option to diff-files 12 years ago
Junio C Hamano 1ecc1cbd3a diff: preparse --diff-filter string argument 12 years ago
Nguyễn Thái Ngọc Duy bd1928df1d remove diff_tree_{setup,release}_paths 12 years ago
Nguyễn Thái Ngọc Duy 64acde94ef move struct pathspec and related functions to pathspec.[ch] 12 years ago
Junio C Hamano 6c374008b1 diff_opt: track whether flags have been set explicitly 12 years ago
John Keeping f192223447 diff: add diff_line_prefix function 12 years ago
Michal Privoznik 07924d4d50 diff: Introduce --diff-algorithm command line option 12 years ago
Nguyễn Thái Ngọc Duy 4914c9629c Move setup_diff_pager to libgit.a 12 years ago
Junio C Hamano d2aea1371b diff.c: mark a private file-scope symbol as static 13 years ago
Thomas Rast 28452655af diff_setup_done(): return void 13 years ago
Jeff King e54501004a diff: do not use null sha1 as a sentinel value 13 years ago
Lucian Poston 5e71a84a2d Add output_prefix_length to diff_options 13 years ago
Jeff King 90d43b0768 teach diffcore-rename to optionally ignore empty content 13 years ago
Zbigniew Jędrzejewski-Szmek 969fe57b84 diff --stat: enable limiting of the graph part 13 years ago
Junio C Hamano accccde483 pickaxe: allow -i to search in patch case-insensitively 13 years ago
Junio C Hamano 307ab20b33 xdiff: PATIENCE/HISTOGRAM are not independent option bits 13 years ago
Nguyễn Thái Ngọc Duy 7f814632f5 Use correct grammar in diffstat summary line 13 years ago
René Scharfe 82889295e7 pass struct commit to diff_tree_combined_merge() 13 years ago
René Scharfe 0041f09de6 use struct sha1_array in diff_tree_combined() 13 years ago
René Scharfe 14937c2c06 diff: add option to show whole functions as context 13 years ago
Jeff King f1c9626105 diff: refactor COLOR_DIFF from a flag into an int 14 years ago
Junio C Hamano 28b9264dd6 diff: futureproof "stop feeding the backend early" logic 14 years ago
Michael J Gruber 808e1db231 diff: introduce --stat-lines to limit the stat lines 14 years ago
Johan Herland 1c57a627bf New --dirstat=lines mode, doing dirstat analysis based on diffstat 14 years ago
Johan Herland 712d2c7dd8 Allow specifying --dirstat cut-off percentage as a floating point number 14 years ago
Junio C Hamano fa7b290895 diff: remove often unused parameters from diff_unmerge() 14 years ago
Junio C Hamano 76399c0195 diff.c: return filepair from diff_unmerge() 14 years ago
Junio C Hamano 467ddc14fe git diff -D: omit the preimage of deletes 14 years ago
Junio C Hamano f31027c99c diffcore-rename: fall back to -C when -C -C busts the rename limit 14 years ago
Jeff King 3ac942d42e add inexact rename detection progress infrastructure 14 years ago
Jeff King bf0ab10fa8 merge: improve inexact rename limit warning 14 years ago
Nguyễn Thái Ngọc Duy 66f136252f Convert struct diff_options to use struct pathspec 14 years ago
Kevin Ballard 10ae7526be merge-recursive: option to specify rename threshold 14 years ago
Junio C Hamano f506b8e8b5 git log/diff: add -G<regexp> that greps in the patch text 15 years ago
Junio C Hamano 44c48a909a diff --follow: do call diffcore_std() as necessary 15 years ago
Jens Lehmann aee9c7d654 Submodules: Add the new "ignore" config option for diff and status 15 years ago
Matthieu Moy dea007fb4c diff: parse separate options like -S foo 15 years ago
Jens Lehmann dd44d419d3 Add optional parameters to the diff option "--ignore-submodules" 15 years ago
Axel Bonnet a788d7d58b textconv: make the API public 15 years ago