summaryrefslogtreecommitdiff
path: root/blame.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-16/+17
|\
| * blame: rename 'this' variablesBrandon Williams2018-02-141-16/+17
* | sha1_file: convert pretend_sha1_file to object_idPatryk Obara2018-01-301-1/+1
|/
* Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-091-8/+8
|\
| * diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfieldsBrandon Williams2017-11-011-8/+8
| * diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-011-4/+4
| * diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-011-4/+4
* | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-161-2/+2
|/
* Merge branch 'js/blame-lib'Junio C Hamano2017-07-311-2/+4
|\
| * blame: fix memory corruption scrambling revision name in error messagejs/blame-libSZEDER Gábor2017-07-241-2/+4
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\ \
| * | coccinelle: make use of the "expression" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* | | Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano2017-06-241-1/+1
|\ \ \
| * | | convert: convert convert_to_git to take an indexBrandon Williams2017-06-131-1/+1
| |/ /
* | | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-10/+10
|\ \ \ | |/ / |/| |
* | | Merge branch 'js/blame-lib'Junio C Hamano2017-06-051-0/+1863
|\ \ \ | |/ / |/| / | |/
| * blame: move entry prepend to libgitJeff Smith2017-05-251-0/+16
| * blame: move scoreboard setup to libgitJeff Smith2017-05-251-4/+275
| * blame: move scoreboard-related methods to libgitJeff Smith2017-05-251-0/+1313
| * blame: move fake-commit-related methods to libgitJeff Smith2017-05-251-1/+202
| * blame: move origin-related methods to libgitJeff Smith2017-05-251-0/+62
|/
* git-pickaxe: retire pickaxeJunio C Hamano2006-11-081-1089/+0
* Merge branch 'jc/pickaxe'Junio C Hamano2006-11-071-0/+3
|\
| * git-blame: add internal statistics to count read blobs.Junio C Hamano2006-11-051-0/+3
* | Merge branch 'maint'Junio C Hamano2006-10-301-0/+5
|\ \
| * | Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano2006-10-301-0/+5
| |/
* | blame: Document and add help text for -f, -n, and -pJunio C Hamano2006-10-121-3/+7
* | git-blame --porcelainJunio C Hamano2006-10-061-22/+127
* | blame.c: move code to output metainfo into a separate function.Junio C Hamano2006-10-051-31/+45
* | git-blame: --show-number (and -n)Junio C Hamano2006-10-051-4/+38
* | git-blame: --show-name (and -f)Junio C Hamano2006-10-051-5/+9
* | blame.c: whitespace and formatting clean-up.Junio C Hamano2006-10-051-100/+100
|/
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano2006-08-231-1/+1
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-2/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-3/+3
* blame.c return cleanupDavid Rientjes2006-08-141-4/+1
* Fixup command names in some usage strings.Ramsay Allan Jones2006-08-031-1/+1
* Call setup_git_directory() earlyLinus Torvalds2006-07-281-1/+1
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-101-3/+3
* Fix more typos, primarily in the codePavel Roskin2006-07-101-10/+10
* Cast pointers to `void *' when used in a format.Florian Forster2006-06-181-2/+2
* Move "void *util" from "struct object" into "struct commit"Linus Torvalds2006-06-171-24/+24
* blame: Add --time to produce raw timestampsFredrik Kuivinen2006-06-161-4/+20
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-291-2/+2
* blame: Fix path pruningFredrik Kuivinen2006-05-031-5/+5
* blame and friends: adjust to multiple pathspec change.Junio C Hamano2006-04-101-6/+14
* Merge branch 'jc/blame' into nextJunio C Hamano2006-04-071-5/+37
|\
| * blame -S <ancestry-file>Junio C Hamano2006-04-071-5/+37
* | Merge branch 'master' into nextJunio C Hamano2006-04-051-0/+1
|\ \ | |/ |/|