summaryrefslogtreecommitdiff
path: root/builtin-blame.c
Commit message (Expand)AuthorAgeFilesLines
* Don't fflush(stdout) when it's not helpfulTheodore Ts'o2007-06-301-0/+1
* git-blame -w: ignore whitespaceJunio C Hamano2007-06-091-2/+6
* git-blame: do not indent with spaces.Junio C Hamano2007-06-091-4/+4
* Merge branch 'maint'Junio C Hamano2007-05-061-14/+53
|\
| * blame: -C -C -CJunio C Hamano2007-05-051-2/+13
| * blame: Notice a wholesale incorporation of an existing file.Junio C Hamano2007-05-051-12/+40
* | blame: use .mailmap unconditionallyJunio C Hamano2007-05-031-8/+2
* | Remove pointless calls to access(2) when checking for .mailmapAlex Riesen2007-04-301-1/+1
* | Apply mailmap in git-blame output.Junio C Hamano2007-04-291-3/+39
* | blame -s: suppress author name and time.Junio C Hamano2007-04-291-5/+14
|/
* Update git-annotate/git-blame documentationAndrew Ruder2007-04-161-3/+3
* git-blame: Fix overrun in fake_working_tree_commit()Michael Spang2007-04-141-1/+1
* blame: cmp_suspect is not "cmp" anymore.Junio C Hamano2007-03-201-13/+13
* blame: micro-optimize cmp_suspect()Junio C Hamano2007-03-191-3/+2
* Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-071-1/+1
* General const correctness fixesShawn O. Pearce2007-03-071-10/+10
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-10/+8
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-3/+3
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-3/+3
* Merge branch 'maint'Junio C Hamano2007-02-171-0/+3
|\
| * git-blame: prevent argument parsing segfaultTommi Kyntola2007-02-161-0/+3
* | blame: --show-stats for easier optimization work.Junio C Hamano2007-02-131-1/+4
|/
* annotate: fix for cvsserver.Junio C Hamano2007-02-061-3/+6
* blame: document --contents optionJunio C Hamano2007-02-051-1/+1
* Use pretend_sha1_file() in git-blame and git-merge-recursive.Junio C Hamano2007-02-051-1/+1
* git-blame: no rev means start from the working tree file.Junio C Hamano2007-02-051-25/+184
* Assorted typo fixesPavel Roskin2007-02-031-3/+3
* git-blame: somewhat better commenting.Junio C Hamano2007-01-291-38/+255
* git-blame --incremental: don't use pagerRen,Ai(B Scharfe2007-01-281-0/+3
* git-blame --porcelain: quote filename in c-style when needed.Junio C Hamano2007-01-281-5/+10
* git-blame --incrementalLinus Torvalds2007-01-281-66/+107
* Merge branch 'jc/blame'Junio C Hamano2006-12-201-2/+31
|\
| * blame: -b (blame.blankboundary) and --root (blame.showroot)Junio C Hamano2006-12-181-2/+31
* | simplify inclusion of system header files.Junio C Hamano2006-12-201-4/+0
|/
* git-blame: show lines attributed to boundary commits differently.Junio C Hamano2006-12-131-1/+14
* git-blame: fix rev parameter handling.Alex Riesen2006-11-291-0/+1
* git blame -C: fix output format tweaks when crossing file boundary.Junio C Hamano2006-11-281-5/+5
* git-annotate: fix -S on graft file with comments.Junio C Hamano2006-11-101-1/+2
* git-pickaxe: retire pickaxeJunio C Hamano2006-11-081-0/+1889