summaryrefslogtreecommitdiff
path: root/blame.c
AgeCommit message (Expand)Author
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14tree-walk: convert tree entry functions to object_idbrian m. carlson
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-14blame: rename 'this' variablesBrandon Williams
2018-01-30sha1_file: convert pretend_sha1_file to object_idPatryk Obara
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams
2017-10-16refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson
2017-07-31Merge branch 'js/blame-lib'Junio C Hamano
2017-07-24blame: fix memory corruption scrambling revision name in error messageSZEDER Gábor
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