aboutsummaryrefslogtreecommitdiff
path: root/builtin-blame.c
Commit message (Expand)AuthorAge
* Merge branch 'rs/blame'Junio C Hamano2008-11-08
|\
| * blame: use xdi_diff_hunks(), get rid of struct patchRené Scharfe2008-10-25
| * Always initialize xpparam_t to 0Brian Downing2008-10-25
| * blame: inline get_patch()René Scharfe2008-10-25
* | builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov2008-10-21
|/
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* Merge branch 'maint'Shawn O. Pearce2008-10-06
|\
| * builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov2008-10-05
* | Merge branch 'maint'Junio C Hamano2008-09-06
|\ \ | |/
| * "blame -c" should be compatible with "annotate"Junio C Hamano2008-09-05
* | Merge branch 'maint'Junio C Hamano2008-09-03
|\ \ | |/
| * Start conforming code to "git subcmd" styleHeikki Orsila2008-08-30
* | xdiff-interface: hide the whole "xdiff_emit_state" business from the callerJunio C Hamano2008-08-14
* | Make xdi_diff_outf interface for running xdiff_outf diffsBrian Downing2008-08-13
|/
* Teach --find-copies-harder to "git blame"Junio C Hamano2008-07-31
* Rename path_list to string_listJohannes Schindelin2008-07-21
* Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\
| * Make usage strings dash-lessStephan Beyer2008-07-13
* | Do not try to detect move/copy for entries below threshold.Alexander Gavrilov2008-07-15
* | Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov2008-07-15
* | revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit2008-07-09
* | git-blame: fix lapsusPierre Habouzit2008-07-09
* | git-blame: migrate to incremental parse-option [2/2]Pierre Habouzit2008-07-08
* | git-blame: migrate to incremental parse-option [1/2]Pierre Habouzit2008-07-08
* | Merge branch 'jc/blame' (early part) into HEADJunio C Hamano2008-07-08
|\ \ | |/ |/|
| * git-blame --reverseJunio C Hamano2008-04-12
| * builtin-blame.c: allow more than 16 parentsJunio C Hamano2008-04-12
| * builtin-blame.c: move prepare_final() into a separate function.Junio C Hamano2008-04-12
* | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
|/
* Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-22
* Merge branch 'jc/setup'Junio C Hamano2008-02-20
|\
| * Make blame accept absolute pathsRobin Rosenberg2008-02-05
* | check return code of prepare_revision_walkMartin Koegler2008-02-17
* | Merge branch 'sp/safecrlf'Junio C Hamano2008-02-16
|\ \
| * | safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-06
| |/
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-21
|/
* 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