72 Commits (81ed2b405cc6eca56fa4ab8eb1fb3efb839e353c)

Author SHA1 Message Date
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 9 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
Eric Sunshine 3e0d79dbe3 log: teach -L/RE/ to search from end of previous -L range 12 years ago
Eric Sunshine 815834e9aa line-range: teach -L/RE/ to search relative to anchor point 12 years ago
Eric Sunshine c0babbe695 range-set: publish API for re-use by git-blame -L 12 years ago
Eric Sunshine 63828b844d log: fix -L bounds checking bug 12 years ago
Eric Sunshine df6308eb82 line-log: fix "log -LN" crash when N is last line of file 12 years ago
Eric Sunshine f8395edc6f range-set: satisfy non-empty ranges invariant 12 years ago
Eric Sunshine b6679e768f range-set: fix sort_and_merge_range_set() corner case bug 12 years ago
Nguyễn Thái Ngọc Duy 78a951432d line-log: convert to use parse_pathspec 12 years ago
Eric Sunshine 3755b53af7 range_set: fix coalescing bug when range is a subset of another 12 years ago
Thomas Rast 1ddac3ff9a log -L: improve comments in process_all_files() 12 years ago
Thomas Rast 31c6191831 log -L: store the path instead of a diff_filespec 12 years ago