44 Commits (ca0328354afbf4ec6941cb4312bfc6908ab06d73)

Author SHA1 Message Date
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 17 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 17 years ago
Pierre Habouzit af6eb82262 Use strbuf API in apply, blame, commit-tree and diff 17 years ago
Junio C Hamano ab43e495dd blame: check return value from read_sha1_file() 17 years ago
Johannes Schindelin 30b250104d Future-proof source for changes in xdemitconf_t 18 years ago
Theodore Ts'o 06f59e9f5d Don't fflush(stdout) when it's not helpful 18 years ago
Junio C Hamano b82871b3c3 git-blame -w: ignore whitespace 18 years ago
Junio C Hamano f291504563 git-blame: do not indent with spaces. 18 years ago
Junio C Hamano c63777c0d7 blame: -C -C -C 18 years ago
Junio C Hamano dd166aa8e5 blame: Notice a wholesale incorporation of an existing file. 18 years ago
Junio C Hamano 50acc58914 blame: use .mailmap unconditionally 18 years ago
Alex Riesen e44b5d106c Remove pointless calls to access(2) when checking for .mailmap 18 years ago
Junio C Hamano f95673849c Apply mailmap in git-blame output. 18 years ago
Junio C Hamano 093dc5bee6 blame -s: suppress author name and time. 18 years ago
Andrew Ruder 635f4a30f0 Update git-annotate/git-blame documentation 18 years ago
Michael Spang 1bb88be99e git-blame: Fix overrun in fake_working_tree_commit() 18 years ago
Junio C Hamano 171dccd511 blame: cmp_suspect is not "cmp" anymore. 18 years ago
Junio C Hamano 57584d9edd blame: micro-optimize cmp_suspect() 18 years ago
Shawn O. Pearce dc49cd769b Cast 64 bit off_t to 32 bit size_t 18 years ago
Shawn O. Pearce 3a55602eec General const correctness fixes 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Junio C Hamano 599065a3bb prefixcmp(): fix-up mechanical conversion. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Tommi Kyntola f44213258d git-blame: prevent argument parsing segfault 18 years ago
Junio C Hamano 870b39c15f blame: --show-stats for easier optimization work. 18 years ago
Junio C Hamano e68989a739 annotate: fix for cvsserver. 18 years ago
Junio C Hamano 06e75a7237 blame: document --contents option 18 years ago
Junio C Hamano 005f85d9ae Use pretend_sha1_file() in git-blame and git-merge-recursive. 18 years ago
Junio C Hamano 1cfe77333f git-blame: no rev means start from the working tree file. 18 years ago
Pavel Roskin 3dff5379bf Assorted typo fixes 18 years ago
Junio C Hamano 1732a1fd94 git-blame: somewhat better commenting. 18 years ago
Ren,Ai(B Scharfe 4f0219a4c7 git-blame --incremental: don't use pager 18 years ago
Junio C Hamano 46e5e69d5f git-blame --porcelain: quote filename in c-style when needed. 18 years ago
Linus Torvalds 717d1462ba git-blame --incremental 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 4c10a5caa7 blame: -b (blame.blankboundary) and --root (blame.showroot) 18 years ago
Junio C Hamano b11121d9e3 git-blame: show lines attributed to boundary commits differently. 18 years ago
Alex Riesen 6bee4e408c git-blame: fix rev parameter handling. 18 years ago
Junio C Hamano ab3bb800b4 git blame -C: fix output format tweaks when crossing file boundary. 18 years ago
Junio C Hamano 8eaf79869f git-annotate: fix -S on graft file with comments. 18 years ago
Junio C Hamano acca687fa9 git-pickaxe: retire pickaxe 18 years ago
Junio C Hamano 7bd9641df5 git-pickaxe: allow "-L <something>,+N" 18 years ago
Junio C Hamano 931233bc66 git-pickaxe: -L /regexp/,/regexp/ 18 years ago
Junio C Hamano c2e525d97f git-pickaxe: optimize by avoiding repeated read_sha1_file(). 18 years ago
Junio C Hamano 854b97f6eb git-pickaxe: fix origin refcounting 18 years ago
Junio C Hamano 334947843c git-pickaxe: re-scan the blob after making progress with -C 18 years ago
Junio C Hamano 650e2f6752 git-pickaxe: re-scan the blob after making progress with -M 18 years ago
Junio C Hamano 0421d9f812 git-pickaxe: simplify Octopus merges further 18 years ago
Junio C Hamano 2f3f8b218a git-pickaxe: rename detection optimization 18 years ago
Jeff King 20239bae94 git-pickaxe: work properly in a subdirectory. 18 years ago