31 Commits (8cad4744ee37ebec1d9491a1381ec1771a1ba795)

Author SHA1 Message Date
Sebastian Schuberth 8518088fe8 blame.c: Properly initialize strbuf after calling textconv_object(), again 13 years ago
Sebastian Schuberth 2564aa48ce blame.c: Properly initialize strbuf after calling, textconv_object() 13 years ago
Jeff King ed747dd521 blame: add --line-porcelain output format 14 years ago
Jeff King e86226e340 blame: refactor porcelain output 14 years ago
Josh Stone 9b01f0038b blame: tolerate bogus e-mail addresses a bit better 14 years ago
Namhyung Kim 84393bfd73 blame: add --abbrev command line option and make it honor core.abbrev 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Stephen Boyd 9ca1169fd9 parse-options: Don't call parse_options_check() so much 14 years ago
Kevin Ballard 1b8cdce94f blame: Add option to show author email instead of name 14 years ago
Kirill Smelkov 900647104e blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664'' 14 years ago
Ralf Wildenhues 22e5e58a3c Typos in code comments, an error message, documentation 15 years ago
Christian Couder ad98a58b3d blame: use find_commit_subject() instead of custom code 15 years ago
Clément Poulain e5fba602e5 textconv: support for cat_file 15 years ago
Axel Bonnet 3b8a12e8f8 textconv: support for blame 15 years ago
Tor Arntsen 2543d9b609 Change C99 comments to old-style C comments 15 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Jay Soffian 92f9e273e8 blame: prevent a segv when -L given start > EOF 15 years ago
David Reiss c8cba79181 Prevent git blame from segfaulting on a missing author name 15 years ago
Junio C Hamano 8b3dce5650 Teach --stdin option to "log" family 15 years ago
Johannes Schindelin a5ca8367c2 blame: make sure that the last line ends in an LF 15 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
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