210 Commits (768b9d6db7895262d941dc93fc84e78da2189759)

Author SHA1 Message Date
Junio C Hamano 5293284b4d blame: use DEFAULT_ABBREV macro 8 years ago
Thomas Gummerer bc6b13a7d2 blame: fix segfault on untracked files 9 years ago
Eric Sunshine aa59e14b23 blame: drop strdup of string literal 9 years ago
Jeff King 642833db78 date: add "unix" format 9 years ago
Mike Hommey 3b75ee9327 blame: allow to blame paths freshly added to the index 9 years ago
brian m. carlson a0d12c4433 diff: convert struct diff_filespec to struct object_id 9 years ago
Junio C Hamano 31da121f2d blame, line-log: do not loop around deref_tag() 9 years ago
Jeff King 2721ce21e4 use string_list initializer consistently 9 years ago
Jeff King 64093fc06a blame,shortlog: don't make local option variables static 9 years ago
Junio C Hamano ed6e8038f9 pathspec: rename free_pathspec() to clear_pathspec() 9 years ago
David Kastrup 17a07e2ae2 blame: require 0 context lines while finding moved lines with -M 9 years ago
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 10 years ago
Jeff King 95a4fb0eac blame: handle --first-parent 10 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