329 Commits (763b47bafab6f781dc52461985b3300d447d1332)

Author SHA1 Message Date
brian m. carlson 36261e42ec patch-id: convert to use the_hash_algo 5 years ago
Thomas Gummerer 430be36eb5 range-diff: suppress line count in outer diff 6 years ago
Nguyễn Thái Ngọc Duy 7f125ff909 diff-parseopt: correct variable types that are used by parseopt 6 years ago
Stephen Boyd a8f6855f48 format-patch: make --base patch-id output stable 6 years ago
Nguyễn Thái Ngọc Duy cdb5330a9b am: avoid diff_opt_parse() 6 years ago
Nguyễn Thái Ngọc Duy 16bb3d714d diff --no-index: use parse_options() instead of diff_opt_parse() 6 years ago
Jeff King 287ab28bfa diff: reuse diff setup for --no-index case 6 years ago
Jeff King 784c0daed5 diff: drop options parameter from diffcore_fix_diff_index() 6 years ago
Elijah Newren d76ce4f734 log,diff-tree: add --combined-all-paths option 6 years ago
Nguyễn Thái Ngọc Duy 4a28847839 diff.c: prepare to use parse_options() for parsing 6 years ago
Nguyễn Thái Ngọc Duy 2b393ef357 diff.h: avoid bit fields in struct diff_flags 6 years ago
Nguyễn Thái Ngọc Duy 4a1b13a397 diff.h: keep forward struct declarations sorted 6 years ago
Stefan Beller d173e799ea diff: align move detection error handling with other options 6 years ago
Nguyễn Thái Ngọc Duy bd7ad45b64 notes-cache.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy ffc00a48ef diff-lib.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy acd00ea049 userdiff.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy e675765235 diff.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 6afaf80785 diff.c: remove the_index dependency in textconv() functions 6 years ago
Nguyễn Thái Ngọc Duy b78ea5fc35 diff.c: reduce implicit dependency on the_index 6 years ago
Stefan Beller 7648b79eee diff.c: add --output-indicator-{new, old, context} 6 years ago
Nguyễn Thái Ngọc Duy ff7fe37b05 diff.c: move read_index() code back to the caller 7 years ago
Johannes Schindelin a7be92acd9 range-diff: use dim/bold cues to improve dual color mode 7 years ago
Johannes Schindelin f7c3b4e2d8 diff: add an internal option to dual-color diffs of diffs 7 years ago
Johannes Schindelin 1cdde296a5 range-diff: suppress the diff headers 7 years ago
Nguyễn Thái Ngọc Duy f758a7f8ac diff.h: remove extern from function declaration 7 years ago
Stefan Beller ca1f4ae4df diff.c: add white space mode to move detection that allows indent changes 7 years ago
Stefan Beller b3095712f9 diff.c: decouple white space treatment from move detection algorithm 7 years ago
Stefan Beller 51da15eb23 diff.c: add a blocks mode for moved code detection 7 years ago
Ben Peart e8b2dc2c2a add status config and command line options for rename detection 7 years ago
Ben Peart 85b460305c merge: add merge.renames config setting 7 years ago
Nguyễn Thái Ngọc Duy ddf88fa616 diff: add --compact-summary 7 years ago
Stefan Beller 15af58c1ad diffcore: add a pickaxe option to find a specific blob 7 years ago
Stefan Beller cf63051ada diff: introduce DIFF_PICKAXE_KINDS_MASK 7 years ago
Stefan Beller c1ddc4610c diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit 7 years ago
Stefan Beller 929ed70a72 diff.h: make pickaxe_opts an unsigned bit field 7 years ago
Jonathan Tan 2477ab2ea8 diff: support anchoring line(s) 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams b2100e5291 diff: remove DIFF_OPT_CLR macro 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 7 years ago
Brandon Williams 25567af805 diff: remove touched flags 7 years ago
Brandon Williams afa73c5384 diff: add flag to indicate textconv was set via cmdline 7 years ago
Brandon Williams 02f2f56bc3 diff: convert flags to be stored in bitfields 7 years ago
Jeff King a937b37e76 revision: quit pruning diff more quickly when possible 7 years ago
Jonathan Tan f0b8fb6e59 diff: define block by number of alphanumeric chars 8 years ago
Stefan Beller 86b452e276 diff.c: add dimming to moved line detection 8 years ago
Stefan Beller 176841f0c9 diff.c: color moved lines differently, plain mode 8 years ago
Stefan Beller 2e2d5ac184 diff.c: color moved lines differently 8 years ago
Stefan Beller e6e045f803 diff.c: buffer all output if asked to 8 years ago
Stefan Beller 0911c475c8 diff.c: convert show_stats to use emit_diff_symbol 8 years ago