summaryrefslogtreecommitdiff
path: root/builtin-blame.c
AgeCommit message (Expand)Author
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
2007-04-30Remove pointless calls to access(2) when checking for .mailmapAlex Riesen
2007-04-29Apply mailmap in git-blame output.Junio C Hamano
2007-04-29blame -s: suppress author name and time.Junio C Hamano
2007-04-16Update git-annotate/git-blame documentationAndrew Ruder
2007-04-15git-blame: Fix overrun in fake_working_tree_commit()Michael Spang
2007-03-21blame: cmp_suspect is not "cmp" anymore.Junio C Hamano
2007-03-20blame: micro-optimize cmp_suspect()Junio C Hamano
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2007-03-07General const correctness fixesShawn O. Pearce
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-18Merge branch 'maint'Junio C Hamano
2007-02-17git-blame: prevent argument parsing segfaultTommi Kyntola
2007-02-14blame: --show-stats for easier optimization work.Junio C Hamano
2007-02-06annotate: fix for cvsserver.Junio C Hamano
2007-02-05blame: document --contents optionJunio C Hamano
2007-02-05Use pretend_sha1_file() in git-blame and git-merge-recursive.Junio C Hamano
2007-02-05git-blame: no rev means start from the working tree file.Junio C Hamano
2007-02-04Assorted typo fixesPavel Roskin
2007-01-30git-blame: somewhat better commenting.Junio C Hamano
2007-01-28git-blame --incremental: don't use pagerRen,Ai(B Scharfe
2007-01-28git-blame --porcelain: quote filename in c-style when needed.Junio C Hamano
2007-01-28git-blame --incrementalLinus Torvalds
2006-12-20Merge branch 'jc/blame'Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano