1200 Commits (fc767afe77ee0e1bca50d86c8ec1277ea473b1bc)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 7f944e264e convert.c: remove an implicit dependency on the_index 7 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 0b91faa010 range-diff --dual-color: skip white-space warnings 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
Eric Sunshine e3f2f5f9cd diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra" 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Stefan Beller 626c0b5d39 diff.c: offer config option to control ws handling in move detection 7 years ago
Stefan Beller ca1f4ae4df diff.c: add white space mode to move detection that allows indent changes 7 years ago
Stefan Beller e2fe6abc3b diff.c: factor advance_or_nullify out of mark_color_as_moved 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
Stefan Beller ee1df66f7c diff.c: adjust hash function signature to match hashmap expectation 7 years ago
Stefan Beller 3783aad4c8 diff.c: do not pass diff options as keydata to hashmap 7 years ago
brian m. carlson 02afca1ee4 diff: switch GIT_SHA1_HEXSZ to use the_hash_algo 7 years ago
Nguyễn Thái Ngọc Duy 3ac68a93fd help: add --config to list all available config 7 years ago
Nguyễn Thái Ngọc Duy a73b3680c4 Add and use generic name->id mapping code for color slot parsing 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 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
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson de1d81d5af diff: specify abbreviation size in terms of the_hash_algo 7 years ago
brian m. carlson 14c3c80c81 packfile: convert has_sha1_pack to object_id 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Nguyễn Thái Ngọc Duy ddf88fa616 diff: add --compact-summary 7 years ago
Brandon Williams c2a46a7c1f diff: rename 'template' variables 7 years ago
Brandon Williams 63a01c3f79 diff: rename 'new' variables 7 years ago
Brandon Williams 585c0e2efa diff: rename 'this' variables 7 years ago
Nguyễn Thái Ngọc Duy c905cbc49c diff.c: refactor pprint_rename() to use strbuf 7 years ago
Nguyễn Thái Ngọc Duy 4e056c989f diff.c: flush stdout before printing rename warnings 7 years ago
Torsten Bögershausen 8462ff43e4 convert_to_git(): safe_crlf/checksafe becomes int conv_flags 7 years ago
Stefan Beller 4d8c51aa19 diff: use HAS_MULTI_BITS instead of counting bits manually 7 years ago
Stefan Beller 5e505257f2 diff: properly error out when combining multiple pickaxe options 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
Nguyễn Thái Ngọc Duy 06dba2b023 Use DIFF_DETECT_RENAME for detect_rename assignments 7 years ago
Junio C Hamano 1efad51197 diff: use skip_to_optional_arg_default() in parsing --relative 7 years ago
Christian Couder cf81f94da4 diff: use skip_to_optional_arg_default() 7 years ago
Christian Couder 948cbe6703 diff: use skip_to_optional_arg() 7 years ago
Ann T Ropea 7cb6ac1e4b diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value 7 years ago
Jonathan Tan 2477ab2ea8 diff: support anchoring line(s) 7 years ago
Elijah Newren 9f7e4bfa3b diff: remove silent clamp of renameLimit 7 years ago
Junio C Hamano e9282f02b2 diff: --ignore-cr-at-eol 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