188 Commits (7ab6da3c40420c297016c0a62bece1573d0589ce)

Author SHA1 Message Date
Torsten Bögershausen a08feb8ef0 correct blame for files commited with CRLF 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Edmundo Carmona Antoranz aba37f495e blame: add support for --[no-]progress option 9 years ago
Jeff King 7cb5f7c44d blame: fix object casting regression 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Max Kirillov 700fd28e4f blame: allow blame --reverse --first-parent when it makes sense 9 years ago
Max Kirillov 1b0d40000a blame: extract find_single_final 9 years ago
Max Kirillov 95261974bb blame: fix option name in error message 9 years ago
Jeff King c7ab0ba340 avoid sprintf and strcpy with flex arrays 9 years ago
Jeff King d59f765ac9 use sha1_to_hex_r() instead of strcpy 9 years ago
Jeff King 3efb988098 react to errors in xdi_diff 9 years ago
Jeff King 95a4fb0eac blame: handle --first-parent 9 years ago
Jeff King add00ba2de date: make "local" orthogonal to date format 10 years ago
Nguyễn Thái Ngọc Duy a62bc310bf blame: remove obsolete comment 10 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Jeff King aa1462cc3d introduce "format" date-mode 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Michael Haggerty fb58c8d507 refs: move the remaining ref module declarations to refs.h 10 years ago
Quentin Neill 8b504db309 blame: add blame.showEmail configuration 10 years ago
René Scharfe dbe44faadb use file_exists() to check if a file exists in the worktree 10 years ago
Alex Henrie ce41720cad blame, log: format usage strings similarly to those in documentation 10 years ago
Torsten Bögershausen 4bf256d67a blame: CRLF in the working tree and LF in the repo 10 years ago
Eric Sunshine e60059276b builtin/blame: destroy initialized commit_info only 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Lukas Fleischer a46442f167 blame.c: fix garbled error message 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Beat Bolli 466fb6742d pretty: provide a strict ISO 8601 date format 11 years ago
Stefan Beller 201087422d builtin/blame.c: add translation to warning about failed revision walk 11 years ago
Jeff King fe24d396e1 move setting of object->type to alloc_* functions 11 years ago
René Scharfe 5c0b13f85a use xmemdupz() to allocate copies of strings given by start and length 11 years ago
René Scharfe 4bbaa1eb6f use commit_list_count() to count the members of commit_lists 11 years ago
Jeff King d36f51c13b move setting of object->type to alloc_* functions 11 years ago
René Scharfe 60d85e110b blame: simplify prepare_lines() 11 years ago
René Scharfe 29aa0b2061 blame: factor out get_next_line() 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King b66103c3ba convert logmsg_reencode to get_commit_buffer 11 years ago
Jeff King 66c2827ea4 provide a helper to set the commit buffer 11 years ago
Nguyễn Thái Ngọc Duy a5400efe29 cache-tree: mark istate->cache_changed on cache tree invalidation 11 years ago
Jeff King b000c59b0c logmsg_reencode: return const buffer 11 years ago
Jeff King 10322a0aaf do not create "struct commit" with xcalloc 11 years ago
brian m. carlson 4d4813a52f blame: correctly handle files regardless of autocrlf 11 years ago
David Kastrup 7e6ac6e439 blame: large-scale performance rewrite 11 years ago
Jiang Xin dd75553b35 blame: dynamic blame_date_width for different locales 11 years ago
Jiang Xin bccce0f809 blame: fix broken time_buf paddings in relative timestamp 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
David Kastrup 3ee8944fa5 builtin/blame.c::find_copy_in_blob: no need to scan for region end 11 years ago
David Kastrup 352bbbd9f2 blame.c: prepare_lines should not call xrealloc for every line 11 years ago