summaryrefslogtreecommitdiff
path: root/blame.c
AgeCommit message (Expand)Author
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-16coccinelle: make use of the "expression" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams
2017-06-05Merge branch 'js/blame-lib'Junio C Hamano
2017-05-25blame: move entry prepend to libgitJeff Smith
2017-05-25blame: move scoreboard setup to libgitJeff Smith
2017-05-25blame: move scoreboard-related methods to libgitJeff Smith
2017-05-25blame: move fake-commit-related methods to libgitJeff Smith
2017-05-25blame: move origin-related methods to libgitJeff Smith
2006-11-09git-pickaxe: retire pickaxeJunio C Hamano
2006-11-08Merge branch 'jc/pickaxe'Junio C Hamano
2006-11-05git-blame: add internal statistics to count read blobs.Junio C Hamano
2006-10-31Merge branch 'maint'Junio C Hamano
2006-10-30Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano
2006-10-12blame: Document and add help text for -f, -n, and -pJunio C Hamano
2006-10-06git-blame --porcelainJunio C Hamano
2006-10-05blame.c: move code to output metainfo into a separate function.Junio C Hamano
2006-10-05git-blame: --show-number (and -n)Junio C Hamano
2006-10-05git-blame: --show-name (and -f)Junio C Hamano
2006-10-05blame.c: whitespace and formatting clean-up.Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-23Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-15blame.c return cleanupDavid Rientjes
2006-08-04Fixup command names in some usage strings.Ramsay Allan Jones
2006-07-29Call setup_git_directory() earlyLinus Torvalds
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-06-19Cast pointers to `void *' when used in a format.Florian Forster
2006-06-18Move "void *util" from "struct object" into "struct commit"Linus Torvalds
2006-06-17blame: Add --time to produce raw timestampsFredrik Kuivinen
2006-05-30Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds
2006-05-04blame: Fix path pruningFredrik Kuivinen
2006-04-11blame and friends: adjust to multiple pathspec change.Junio C Hamano
2006-04-07Merge branch 'jc/blame' into nextJunio C Hamano
2006-04-07blame -S <ancestry-file>Junio C Hamano
2006-04-06Merge branch 'master' into nextJunio C Hamano
2006-04-06blame.c: fix completely broken ancestry traversal.Junio C Hamano
2006-04-05blame: use built-in xdiffJunio C Hamano
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-03-24Merge branch 'jc/name' into nextJunio C Hamano
2006-03-24sha1_name: warning ambiguous refs.Junio C Hamano
2006-03-21fix field width/precision warnings in blame.cLuck, Tony
2006-03-17blame: Fix git-blame <directory>Fredrik Kuivinen
2006-03-17blame: Nicer outputFredrik Kuivinen
2006-03-11blame: Rename detection (take 2)Fredrik Kuivinen
2006-03-06blame: unbreak "diff -U 0".Junio C Hamano