280 Commits (b6825b5c8e8b58943511f2576475accf1593486e)

Author SHA1 Message Date
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
Junio C Hamano 8aade107dd progress: simplify "delayed" progress API 8 years ago
Patryk Obara 9a9340329a commit: replace the raw buffer with strbuf in read_graft_line 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 66f414f885 diff-tree: convert diff_tree_sha1 to struct object_id 8 years ago
Brandon Williams f9704c2d82 diff: convert fill_filespec to struct object_id 8 years ago
Ævar Arnfjörð Bjarmason 66f5f6dca9 C style: use standard style for "TRANSLATORS" comments 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Jeff Smith bd481de713 blame: move entry prepend to libgit 8 years ago
Jeff Smith 09002f1b31 blame: move scoreboard setup to libgit 8 years ago
Jeff Smith b543bb1cdf blame: move scoreboard-related methods to libgit 8 years ago
Jeff Smith 072bf4321f blame: move fake-commit-related methods to libgit 8 years ago
Jeff Smith f5dd754c36 blame: move origin-related methods to libgit 8 years ago
Jeff Smith dc076ae5d9 blame: move core structures to header 8 years ago
Jeff Smith e94f77f0e2 blame: create entry prepend function 8 years ago
Jeff Smith d0d0ef1f67 blame: create scoreboard setup function 8 years ago
Jeff Smith 6e4c9b5bcf blame: create scoreboard init function 8 years ago
Jeff Smith 835c49f7d1 blame: rework methods that determine 'final' commit 8 years ago
Jeff Smith 78b06e66be blame: wrap blame_sort and compare_blame_final 8 years ago
Jeff Smith 8c59921dbf blame: move progress updates to a scoreboard callback 8 years ago
Jeff Smith 4149c1860b blame: make sanity_check use a callback in scoreboard 8 years ago
Jeff Smith 1f44129b21 blame: move no_whole_file_rename flag to scoreboard 8 years ago
Jeff Smith 73e1c299e5 blame: move xdl_opts flags to scoreboard 8 years ago
Jeff Smith 2cf8337432 blame: move show_root flag to scoreboard 8 years ago
Jeff Smith f81d70e940 blame: move reverse flag to scoreboard 8 years ago
Jeff Smith 84be875e61 blame: move contents_from to scoreboard 8 years ago
Jeff Smith 18ec0d62ee blame: move copy/move thresholds to scoreboard 8 years ago
Jeff Smith 8449528deb blame: move stat counters to scoreboard 8 years ago
Jeff Smith 935202bdf4 blame: rename nth_line function 8 years ago
Jeff Smith 1a31a2d98a blame: rename ent_score function 8 years ago
Jeff Smith c697136229 blame: rename coalesce function 8 years ago
Jeff Smith 006a074499 blame: rename origin-related functions 8 years ago
Jeff Smith 9807b3d65d blame: rename scoreboard structure to blame_scoreboard 8 years ago
Jeff Smith f84afb9c4e blame: rename origin structure to blame_origin 8 years ago
Jeff Smith 8265921c3c blame: remove unused parameters 8 years ago
Jeff Smith 3a35cb2ea8 blame: move textconv_object with related functions 8 years ago
Jeff Smith b84bc9c367 blame: remove unneeded dependency on blob.h 8 years ago
brian m. carlson 944cffbd18 diff-lib: convert do_diff_cache to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 4931b02f4a builtin/blame: convert static function to struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin cb71f8bdb5 PRItime: introduce a new "printf format" for timestamps 8 years ago
brian m. carlson dc01505f7f Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ 8 years ago
René Scharfe dfa3ad3238 blame: move blame_entry duplication to add_blame_entry() 8 years ago
René Scharfe 2490574d15 use oid_to_hex_r() for converting struct object_id hashes to hex strings 8 years ago
Jeff King 4e76832984 blame: output porcelain "previous" header for each file 8 years ago
Jeff King ed58d8088b blame: handle --no-abbrev 8 years ago