summaryrefslogtreecommitdiff
path: root/builtin-blame.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/blame'Junio C Hamano2008-11-081-151/+56
|\
| * blame: use xdi_diff_hunks(), get rid of struct patchRené Scharfe2008-10-251-139/+52
| * Always initialize xpparam_t to 0Brian Downing2008-10-251-0/+1
| * blame: inline get_patch()René Scharfe2008-10-251-20/+11
* | builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov2008-10-211-5/+11
|/
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* Merge branch 'maint'Shawn O. Pearce2008-10-061-0/+2
|\
| * builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov2008-10-051-0/+2
* | Merge branch 'maint'Junio C Hamano2008-09-061-4/+5
|\ \ | |/
| * "blame -c" should be compatible with "annotate"Junio C Hamano2008-09-051-4/+5
* | Merge branch 'maint'Junio C Hamano2008-09-031-1/+1
|\ \ | |/
| * Start conforming code to "git subcmd" styleHeikki Orsila2008-08-301-1/+1
* | xdiff-interface: hide the whole "xdiff_emit_state" business from the callerJunio C Hamano2008-08-141-3/+1
* | Make xdi_diff_outf interface for running xdiff_outf diffsBrian Downing2008-08-131-3/+1
|/
* Teach --find-copies-harder to "git blame"Junio C Hamano2008-07-311-0/+4
* Rename path_list to string_listJohannes Schindelin2008-07-211-5/+5
* Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\
| * Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | Do not try to detect move/copy for entries below threshold.Alexander Gavrilov2008-07-151-5/+11
* | Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov2008-07-151-2/+19
* | revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit2008-07-091-10/+1
* | git-blame: fix lapsusPierre Habouzit2008-07-091-1/+1
* | git-blame: migrate to incremental parse-option [2/2]Pierre Habouzit2008-07-081-92/+38
* | git-blame: migrate to incremental parse-option [1/2]Pierre Habouzit2008-07-081-102/+118
* | Merge branch 'jc/blame' (early part) into HEADJunio C Hamano2008-07-081-59/+147
|\ \ | |/ |/|
| * git-blame --reverseJunio C Hamano2008-04-121-16/+65
| * builtin-blame.c: allow more than 16 parentsJunio C Hamano2008-04-121-32/+61
| * builtin-blame.c: move prepare_final() into a separate function.Junio C Hamano2008-04-121-23/+33
* | 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