81 Commits (0e214af9c34623979b19bb183bd8e518d749fd63)

Author SHA1 Message Date
Junio C Hamano 7ceacdffc5 "blame -c" should be compatible with "annotate" 16 years ago
Heikki Orsila 34baebcee1 Start conforming code to "git subcmd" style 16 years ago
Junio C Hamano b3123f9802 Teach --find-copies-harder to "git blame" 17 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Alexander Gavrilov 1617fe9879 Do not try to detect move/copy for entries below threshold. 17 years ago
Alexander Gavrilov eb46328e18 Avoid rescanning unchanged entries in search for copies. 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Pierre Habouzit 6b61ec0564 revisions: refactor handle_revision_opt into parse_revision_opt. 17 years ago
Pierre Habouzit 76447d235c git-blame: fix lapsus 17 years ago
Pierre Habouzit 3f8d520489 git-blame: migrate to incremental parse-option [2/2] 17 years ago
Pierre Habouzit 5817da0143 git-blame: migrate to incremental parse-option [1/2] 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano 85af7929ee git-blame --reverse 17 years ago
Junio C Hamano 69264f46a1 builtin-blame.c: allow more than 16 parents 17 years ago
Junio C Hamano f6c07d7d47 builtin-blame.c: move prepare_final() into a separate function. 17 years ago
Jim Meyering 8e0f70033b Avoid unnecessary "if-before-free" tests. 17 years ago
Martin Koegler 3d51e1b5b8 check return code of prepare_revision_walk 17 years ago
Steffen Prohaska 21e5ad50fc safecrlf: Add mechanism to warn about irreversible crlf conversions 17 years ago
Robin Rosenberg 097971f5f5 Make blame accept absolute paths 17 years ago
Linus Torvalds 7a51ed66f6 Make on-disk index representation separate from in-core one 17 years ago
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