111 Commits (86c91f91794cd6af8e19fbe68ab283d567d2b66f)

Author SHA1 Message Date
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Junio C Hamano a9b2d42486 blame: correctly handle a path that used to be a directory 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Junio C Hamano aa9ea77de4 blame: read custom grafts given by -S before calling setup_revisions() 16 years ago
Eugene Letuchy 31653c1abc Make git blame's date output format configurable, like git log 16 years ago
Marius Storm-Olsen d20d654fe8 Change current mailmap usage to do matching on both name and email of author/committer. 16 years ago
Marius Storm-Olsen d551a48816 Add mailmap.file as configurational option for mailmap location 16 years ago
Geoffrey Thomas ffaf9cc0ff builtin-blame.c: Use utf8_strwidth for author's names 16 years ago
Junio C Hamano edfd45d2a0 builtin-blame.c: use strbuf_readlink() 16 years ago
René Scharfe cdcab133ea blame: use xdi_diff_hunks(), get rid of struct patch 16 years ago
Brian Downing 9ccd0a88ac Always initialize xpparam_t to 0 16 years ago
René Scharfe 7c4ed8c835 blame: inline get_patch() 16 years ago
Alexander Gavrilov 69cd8f6342 builtin-blame: Reencode commit messages according to git-log rules. 16 years ago
Junio C Hamano 96e117099c blame: show "previous" information in --porcelain/--incremental format 16 years ago
Junio C Hamano 9991030c0c git-blame: refactor code to emit "porcelain format" output 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Alexander Gavrilov 5209ac4de4 builtin-blame: Fix blame -C -C with submodules. 16 years ago
Junio C Hamano 7ceacdffc5 "blame -c" should be compatible with "annotate" 17 years ago
Heikki Orsila 34baebcee1 Start conforming code to "git subcmd" style 17 years ago
Junio C Hamano 8a3f524bf2 xdiff-interface: hide the whole "xdiff_emit_state" business from the caller 17 years ago
Brian Downing c99db9d292 Make xdi_diff_outf interface for running xdiff_outf diffs 17 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