57 Commits (8464010f974245b1e392d34ddbfb914fcf3d8c23)

Author SHA1 Message Date
Jim Meyering 790296fd88 Fix grammar nits in documentation and in code comments. 17 years ago
Junio C Hamano 4808ab8f87 builtin-blame.c: remove unneeded memclr() 17 years ago
Junio C Hamano c279d7e986 xdl_diff: identify call sites. 17 years ago
Mike Hommey 03b69c7606 Fix small memory leaks induced by diff_tree_setup_paths 17 years ago
Junio C Hamano 7c3c796295 blame: drop blob data after passing blame to the parent 17 years ago
Pierre Habouzit 8f67f8aefb Make the diff_options bitfields be an unsigned with explicit masks. 17 years ago
Johannes Schindelin 354e6534c1 builtin-blame: set up the work_tree before the first file access 17 years ago
Mike Hommey 1981820be2 Make git-blame fail when working tree is needed and we're not in one 17 years ago
Mike Hommey b92565dc5c Delay pager setup in git blame 17 years ago
Marius Storm-Olsen 8f353ee57a Teach core.autocrlf to 'git blame' 17 years ago
Pierre Habouzit 387e7e19d7 strbuf_read_file enhancement, and use it. 17 years ago
Pierre Habouzit 663af3422a Full rework of quote_c_style and write_name_quoted. 17 years ago
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