aboutsummaryrefslogtreecommitdiff
path: root/builtin-blame.c
Commit message (Expand)AuthorAge
* Fix grammar nits in documentation and in code comments.Jim Meyering2008-01-03
* builtin-blame.c: remove unneeded memclr()Junio C Hamano2007-12-18
* xdl_diff: identify call sites.Junio C Hamano2007-12-13
* Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey2007-12-12
* blame: drop blob data after passing blame to the parentJunio C Hamano2007-12-11
* Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-11
* builtin-blame: set up the work_tree before the first file accessJohannes Schindelin2007-11-09
* Make git-blame fail when working tree is needed and we're not in oneMike Hommey2007-11-05
* Merge branch 'maint'Junio C Hamano2007-11-03
|\
| * Delay pager setup in git blameMike Hommey2007-11-03
* | Teach core.autocrlf to 'git blame'Marius Storm-Olsen2007-10-18
* | strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-29
* | Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-20
* | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
* | Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
* | Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit2007-09-06
|/
* blame: check return value from read_sha1_file()Junio C Hamano2007-08-25
* Future-proof source for changes in xdemitconf_tJohannes Schindelin2007-07-06
* Don't fflush(stdout) when it's not helpfulTheodore Ts'o2007-06-30
* git-blame -w: ignore whitespaceJunio C Hamano2007-06-09
* git-blame: do not indent with spaces.Junio C Hamano2007-06-09
* Merge branch 'maint'Junio C Hamano2007-05-06
|\
| * blame: -C -C -CJunio C Hamano2007-05-05
| * blame: Notice a wholesale incorporation of an existing file.Junio C Hamano2007-05-05
* | blame: use .mailmap unconditionallyJunio C Hamano2007-05-03
* | Remove pointless calls to access(2) when checking for .mailmapAlex Riesen2007-04-30
* | Apply mailmap in git-blame output.Junio C Hamano2007-04-29
* | blame -s: suppress author name and time.Junio C Hamano2007-04-29
|/
* Update git-annotate/git-blame documentationAndrew Ruder2007-04-16
* git-blame: Fix overrun in fake_working_tree_commit()Michael Spang2007-04-14
* blame: cmp_suspect is not "cmp" anymore.Junio C Hamano2007-03-20
* blame: micro-optimize cmp_suspect()Junio C Hamano2007-03-19
* Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-07
* General const correctness fixesShawn O. Pearce2007-03-07
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-20
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Merge branch 'maint'Junio C Hamano2007-02-17
|\
| * git-blame: prevent argument parsing segfaultTommi Kyntola2007-02-16
* | blame: --show-stats for easier optimization work.Junio C Hamano2007-02-13
|/
* annotate: fix for cvsserver.Junio C Hamano2007-02-06
* blame: document --contents optionJunio C Hamano2007-02-05
* Use pretend_sha1_file() in git-blame and git-merge-recursive.Junio C Hamano2007-02-05
* git-blame: no rev means start from the working tree file.Junio C Hamano2007-02-05
* Assorted typo fixesPavel Roskin2007-02-03
* git-blame: somewhat better commenting.Junio C Hamano2007-01-29
* git-blame --incremental: don't use pagerRen,Ai(B Scharfe2007-01-28
* git-blame --porcelain: quote filename in c-style when needed.Junio C Hamano2007-01-28
* git-blame --incrementalLinus Torvalds2007-01-28
* Merge branch 'jc/blame'Junio C Hamano2006-12-20
|\