Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-02Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-03-26Merge branch 'jc/maint-1.6.0-blame-s'Junio C Hamano
2009-03-18blame: read custom grafts given by -S before calling setup_revisions()Junio C Hamano
2009-03-11Merge branch 'el/blame-date'Junio C Hamano
2009-03-06Make git blame's date output format configurable, like git logEugene Letuchy
2009-03-06Merge branch 'jc/blame'Junio C Hamano
2009-02-15Merge branch 'ms/mailmap'Junio C Hamano
2009-02-08Change current mailmap usage to do matching on both name and email of author/...Marius Storm-Olsen
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen
2009-02-05builtin-blame.c: Use utf8_strwidth for author's namesGeoffrey Thomas
2008-12-18builtin-blame.c: use strbuf_readlink()Junio C Hamano
2008-11-09Merge branch 'rs/blame'Junio C Hamano
2008-10-25blame: use xdi_diff_hunks(), get rid of struct patchRené Scharfe
2008-10-25Always initialize xpparam_t to 0Brian Downing
2008-10-25blame: inline get_patch()René Scharfe
2008-10-22builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov
2008-10-13blame: show "previous" information in --porcelain/--incremental formatJunio C Hamano
2008-10-13git-blame: refactor code to emit "porcelain format" outputJunio C Hamano
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-10-06Merge branch 'maint'Shawn O. Pearce
2008-10-06builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov
2008-09-07Merge branch 'maint'Junio C Hamano
2008-09-05"blame -c" should be compatible with "annotate"Junio C Hamano
2008-09-04Merge branch 'maint'Junio C Hamano
2008-08-31Start conforming code to "git subcmd" styleHeikki Orsila
2008-08-14xdiff-interface: hide the whole "xdiff_emit_state" business from the callerJunio C Hamano
2008-08-14Make xdi_diff_outf interface for running xdiff_outf diffsBrian Downing
2008-07-31Teach --find-copies-harder to "git blame"Junio C Hamano
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-16Do not try to detect move/copy for entries below threshold.Alexander Gavrilov
2008-07-16Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov
2008-07-14Make usage strings dash-lessStephan Beyer
2008-07-10revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit
2008-07-10git-blame: fix lapsusPierre Habouzit
2008-07-09git-blame: migrate to incremental parse-option [2/2]Pierre Habouzit
2008-07-09git-blame: migrate to incremental parse-option [1/2]Pierre Habouzit
2008-07-09Merge branch 'jc/blame' (early part) into HEADJunio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-13git-blame --reverseJunio C Hamano
2008-04-13builtin-blame.c: allow more than 16 parentsJunio C Hamano
2008-04-13builtin-blame.c: move prepare_final() into a separate function.Junio C Hamano
2008-02-23Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-21Merge branch 'jc/setup'Junio C Hamano
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-02-17Merge branch 'sp/safecrlf'Junio C Hamano
2008-02-07safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska
2008-02-05Make blame accept absolute pathsRobin Rosenberg
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering