summaryrefslogtreecommitdiff
path: root/builtin-blame.c
Commit message (Expand)AuthorAgeFilesLines
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-2/+1
* Merge branch 'jc/setup'Junio C Hamano2008-02-201-3/+1
|\
| * Make blame accept absolute pathsRobin Rosenberg2008-02-051-3/+1
* | check return code of prepare_revision_walkMartin Koegler2008-02-171-1/+2
* | Merge branch 'sp/safecrlf'Junio C Hamano2008-02-161-1/+1
|\ \
| * | safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-061-1/+1
| |/
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-1/+1
|/
* Fix grammar nits in documentation and in code comments.Jim Meyering2008-01-031-1/+1
* builtin-blame.c: remove unneeded memclr()Junio C Hamano2007-12-181-1/+0
* xdl_diff: identify call sites.Junio C Hamano2007-12-131-1/+1
* Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey2007-12-121-1/+3
* blame: drop blob data after passing blame to the parentJunio C Hamano2007-12-111-2/+15
* Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-111-5/+5
* builtin-blame: set up the work_tree before the first file accessJohannes Schindelin2007-11-091-0/+1
* Make git-blame fail when working tree is needed and we're not in oneMike Hommey2007-11-051-0/+1
* Merge branch 'maint'Junio C Hamano2007-11-031-3/+3
|\
| * Delay pager setup in git blameMike Hommey2007-11-031-3/+3
* | Teach core.autocrlf to 'git blame'Marius Storm-Olsen2007-10-181-0/+1
* | strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-291-6/+2
* | Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-201-2/+1
* | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* | Strbuf API extensions and fixes.Pierre Habouzit2007-09-101-3/+3
* | Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit2007-09-061-23/+12
|/
* blame: check return value from read_sha1_file()Junio C Hamano2007-08-251-0/+11
* Future-proof source for changes in xdemitconf_tJohannes Schindelin2007-07-061-1/+1
* 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