summaryrefslogtreecommitdiffstats
path: root/builtin-blame.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering1-2/+1
2008-02-20Merge branch 'jc/setup'Junio C Hamano1-3/+1
2008-02-17check return code of prepare_revision_walkMartin Koegler1-1/+2
2008-02-16Merge branch 'sp/safecrlf'Junio C Hamano1-1/+1
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska1-1/+1
2008-02-05Make blame accept absolute pathsRobin Rosenberg1-3/+1
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-1/+1
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering1-1/+1
2007-12-18builtin-blame.c: remove unneeded memclr()Junio C Hamano1-1/+0
2007-12-13xdl_diff: identify call sites.Junio C Hamano1-1/+1
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey1-1/+3
2007-12-11blame: drop blob data after passing blame to the parentJunio C Hamano1-2/+15
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit1-5/+5
2007-11-09builtin-blame: set up the work_tree before the first file accessJohannes Schindelin1-0/+1
2007-11-05Make git-blame fail when working tree is needed and we're not in oneMike Hommey1-0/+1
2007-11-03Merge branch 'maint'Junio C Hamano1-3/+3
2007-11-03Delay pager setup in git blameMike Hommey1-3/+3
2007-10-18Teach core.autocrlf to 'git blame'Marius Storm-Olsen1-0/+1
2007-09-29strbuf_read_file enhancement, and use it.Pierre Habouzit1-6/+2
2007-09-20Full rework of quote_c_style and write_name_quoted.Pierre Habouzit1-2/+1
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit1-3/+3
2007-09-06Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit1-23/+12
2007-08-25blame: check return value from read_sha1_file()Junio C Hamano1-0/+11
2007-07-06Future-proof source for changes in xdemitconf_tJohannes Schindelin1-1/+1
2007-06-30Don't fflush(stdout) when it's not helpfulTheodore Ts'o1-0/+1
2007-06-09git-blame -w: ignore whitespaceJunio C Hamano1-2/+6
2007-06-09git-blame: do not indent with spaces.Junio C Hamano1-4/+4
2007-05-06Merge branch 'maint'Junio C Hamano1-14/+53
2007-05-05blame: -C -C -CJunio C Hamano1-2/+13
2007-05-05blame: Notice a wholesale incorporation of an existing file.Junio C Hamano1-12/+40
2007-05-03blame: use .mailmap unconditionallyJunio C Hamano1-8/+2
2007-04-30Remove pointless calls to access(2) when checking for .mailmapAlex Riesen1-1/+1
2007-04-29Apply mailmap in git-blame output.Junio C Hamano1-3/+39
2007-04-29blame -s: suppress author name and time.Junio C Hamano1-5/+14
2007-04-16Update git-annotate/git-blame documentationAndrew Ruder1-3/+3
2007-04-14git-blame: Fix overrun in fake_working_tree_commit()Michael Spang1-1/+1
2007-03-20blame: cmp_suspect is not "cmp" anymore.Junio C Hamano1-13/+13
2007-03-19blame: micro-optimize cmp_suspect()Junio C Hamano1-3/+2
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce1-1/+1
2007-03-07General const correctness fixesShawn O. Pearce1-10/+10
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-10/+8
2007-02-20prefixcmp(): fix-up mechanical conversion.Junio C Hamano1-3/+3
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-3/+3
2007-02-17Merge branch 'maint'Junio C Hamano1-0/+3
2007-02-16git-blame: prevent argument parsing segfaultTommi Kyntola1-0/+3
2007-02-13blame: --show-stats for easier optimization work.Junio C Hamano1-1/+4
2007-02-06annotate: fix for cvsserver.Junio C Hamano1-3/+6
2007-02-05blame: document --contents optionJunio C Hamano1-1/+1
2007-02-05Use pretend_sha1_file() in git-blame and git-merge-recursive.Junio C Hamano1-1/+1