summaryrefslogtreecommitdiff
path: root/builtin-blame.c
AgeCommit message (Expand)Author
2008-10-06builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov
2008-09-05"blame -c" should be compatible with "annotate"Junio C Hamano
2008-08-30Start conforming code to "git subcmd" styleHeikki Orsila
2008-07-31Teach --find-copies-harder to "git blame"Junio C Hamano
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-15Do not try to detect move/copy for entries below threshold.Alexander Gavrilov
2008-07-15Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-09revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit
2008-07-09git-blame: fix lapsusPierre Habouzit
2008-07-08git-blame: migrate to incremental parse-option [2/2]Pierre Habouzit
2008-07-08git-blame: migrate to incremental parse-option [1/2]Pierre Habouzit
2008-07-08Merge branch 'jc/blame' (early part) into HEADJunio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-13git-blame --reverseJunio C Hamano
2008-04-13builtin-blame.c: allow more than 16 parentsJunio C Hamano
2008-04-13builtin-blame.c: move prepare_final() into a separate function.Junio C Hamano
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-21Merge branch 'jc/setup'Junio C Hamano
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-02-17Merge branch 'sp/safecrlf'Junio C Hamano
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska
2008-02-05Make blame accept absolute pathsRobin Rosenberg
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering
2007-12-18builtin-blame.c: remove unneeded memclr()Junio C Hamano
2007-12-14xdl_diff: identify call sites.Junio C Hamano
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey
2007-12-12blame: drop blob data after passing blame to the parentJunio C Hamano
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-11-10builtin-blame: set up the work_tree before the first file accessJohannes Schindelin
2007-11-06Make git-blame fail when working tree is needed and we're not in oneMike Hommey
2007-11-04Merge branch 'maint'Junio C Hamano
2007-11-04Delay pager setup in git blameMike Hommey
2007-10-18Teach core.autocrlf to 'git blame'Marius Storm-Olsen
2007-09-30strbuf_read_file enhancement, and use it.Pierre Habouzit
2007-09-21Full rework of quote_c_style and write_name_quoted.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-09-07Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit
2007-08-25blame: check return value from read_sha1_file()Junio C Hamano
2007-07-06Future-proof source for changes in xdemitconf_tJohannes Schindelin
2007-07-01Don't fflush(stdout) when it's not helpfulTheodore Ts'o
2007-06-10git-blame -w: ignore whitespaceJunio C Hamano
2007-06-10git-blame: do not indent with spaces.Junio C Hamano
2007-05-06Merge branch 'maint'Junio C Hamano
2007-05-06blame: -C -C -CJunio C Hamano
2007-05-06blame: Notice a wholesale incorporation of an existing file.Junio C Hamano
2007-05-03blame: use .mailmap unconditionallyJunio C Hamano