86 Commits (5b12e16bb134969747eaa983ab8d83d57f41e960)

Author SHA1 Message Date
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
René Scharfe 5eb2ed691b line-log: handle deref_tag() returning NULL 4 years ago
Taylor Blau 312cff5207 bloom: split 'get_bloom_filter()' in two 4 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Derrick Stolee f32dde8c12 line-log: integrate with changed-path Bloom filters 5 years ago
SZEDER Gábor 3cb9d2b6f9 line-log: more responsive, incremental 'git log -L' 5 years ago
Jonathan Tan 1c37e86ab2 diff: make diff_populate_filespec_options struct 5 years ago
SZEDER Gábor a2bb801f6a line-log: avoid unnecessary full tree diffs 6 years ago
SZEDER Gábor eef5204190 line-log: extract pathspec parsing from line ranges into a helper function 6 years ago
Nguyễn Thái Ngọc Duy 50ddb089ff tree-walk.c: remove the_repo from get_tree_entry() 6 years ago
Elijah Newren 5ec1e72823 Use 'unsigned short' for mode, like diff_filespec does 6 years ago
Jeff King 9f607cd09c line-log: suppress diff output with "-s" 6 years ago
Nguyễn Thái Ngọc Duy 363df5572c line-log.c: remove the_repository reference 6 years ago
Nguyễn Thái Ngọc Duy 80e0385541 line-range.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy b78ea5fc35 diff.c: reduce implicit dependency on the_index 6 years ago
Stefan Beller a74093da5e tag: add repository argument to deref_tag 7 years ago
Isabella Stephens 7f81c00f3b log: prevent error if line range ends past end of file 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
brian m. carlson 916bc35b29 tree-walk: convert tree entry functions to object_id 7 years ago
Brandon Williams 3ce9149619 line-log: rename 'new' variables 7 years ago
Ramsay Jones 071bcaab64 ALLOC_GROW: avoid -Wsign-compare warnings 7 years ago
Ævar Arnfjörð Bjarmason 88ce3ef636 *.[ch] refactoring: make use of the FREE_AND_NULL() macro 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 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
Johannes Schindelin 6cf034e7ed line-log: avoid memory leak 8 years ago
Vegard Nossum 07f546cda5 line-log: use COPY_ARRAY to fix mis-sized memcpy 8 years ago
Allan Xavier aaae0bf787 line-log.c: prevent crash during union of too many ranges 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
brian m. carlson 41c9560ee5 diff: rename struct diff_filespec's sha1_valid member 9 years ago
brian m. carlson a0d12c4433 diff: convert struct diff_filespec to struct object_id 9 years ago
Johannes Schindelin 179795e511 line-log: respect diffopt's configured output file stream 9 years ago
Junio C Hamano 31da121f2d blame, line-log: do not loop around deref_tag() 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Jeff King 850d2fec53 convert manual allocations to argv_array 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King 3efb988098 react to errors in xdi_diff 10 years ago
Jeff King 8dbf3eb685 diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT 10 years ago
Matthieu Moy 0269f968b7 log -L: improve error message on malformed argument 10 years ago
Stefan Beller 05bfc7dcaa line-log.c: fix a memleak 10 years ago
Junio C Hamano 2b102efc8c line-log.c: make line_log_data_init() static 10 years ago
Tzvetan Mikov a8787c5c1c line-log: fix crash when --first-parent is used 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago
René Scharfe 4bbaa1eb6f use commit_list_count() to count the members of commit_lists 11 years ago
René Scharfe 72c779457c line-log: use commit_list_append() instead of duplicating its code 11 years ago
Kirill Smelkov 7bc4ec01dd line-log: convert to using diff_tree_sha1() 11 years ago
Nguyễn Thái Ngọc Duy c8556c6213 Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flags 11 years ago