summaryrefslogtreecommitdiff
path: root/blame.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-3/+6
2018-06-25Merge branch 'sb/object-store-alloc'Libravatar Junio C Hamano1-1/+2
2018-06-25Merge branch 'nd/commit-util-to-slab'Libravatar Junio C Hamano1-11/+31
2018-05-30Merge branch 'js/use-bug-macro'Libravatar Junio C Hamano1-1/+1
2018-05-23Merge branch 'sb/oid-object-info'Libravatar Junio C Hamano1-2/+2
2018-05-23Merge branch 'ds/lazy-load-trees'Libravatar Junio C Hamano1-9/+9
2018-05-21blame: use commit-slab for blame suspects instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-11/+31
2018-05-18path.c: migrate global git_path_* to take a repository argumentLibravatar Stefan Beller1-3/+5
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-05-16alloc: allow arbitrary repositories for alloc functionsLibravatar Stefan Beller1-0/+1
2018-05-09alloc: add repository argument to alloc_commit_nodeLibravatar Stefan Beller1-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-1/+1
2018-04-26cache.h: add repository argument to oid_object_infoLibravatar Stefan Beller1-2/+2
2018-04-11treewide: replace maybe_tree with accessor methodsLibravatar Derrick Stolee1-9/+9
2018-04-11treewide: rename tree to maybe_treeLibravatar Derrick Stolee1-9/+9
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesLibravatar Junio C Hamano1-16/+17
2018-03-14sha1_file: convert read_sha1_file to struct object_idLibravatar brian m. carlson1-4/+4
2018-03-14tree-walk: convert tree entry functions to object_idLibravatar brian m. carlson1-4/+2
2018-03-14sha1_file: convert sha1_object_info* to object_idLibravatar brian m. carlson1-2/+2
2018-03-06Merge branch 'bw/c-plus-plus'Libravatar Junio C Hamano1-16/+17
2018-02-14blame: rename 'this' variablesLibravatar Brandon Williams1-16/+17
2018-01-30sha1_file: convert pretend_sha1_file to object_idLibravatar Patryk Obara1-1/+1
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Libravatar Junio C Hamano1-8/+8
2017-11-01diff: make struct diff_flags members lowercaseLibravatar Brandon Williams1-8/+8
2017-11-01diff: remove DIFF_OPT_SET macroLibravatar Brandon Williams1-4/+4
2017-11-01diff: remove DIFF_OPT_TST macroLibravatar Brandon Williams1-4/+4
2017-10-16refs: convert resolve_ref_unsafe to struct object_idLibravatar brian m. carlson1-2/+2
2017-07-31Merge branch 'js/blame-lib'Libravatar Junio C Hamano1-2/+4
2017-07-24blame: fix memory corruption scrambling revision name in error messageLibravatar SZEDER Gábor1-2/+4
2017-06-24Merge branch 'ab/free-and-null'Libravatar Junio C Hamano1-2/+1
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Libravatar Junio C Hamano1-1/+1
2017-06-19Merge branch 'bw/object-id'Libravatar Junio C Hamano1-10/+10
2017-06-16coccinelle: make use of the "expression" FREE_AND_NULL() ruleLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2017-06-13convert: convert convert_to_git to take an indexLibravatar Brandon Williams1-1/+1
2017-06-05Merge branch 'js/blame-lib'Libravatar Junio C Hamano1-0/+1863
2017-05-25blame: move entry prepend to libgitLibravatar Jeff Smith1-0/+16
2017-05-25blame: move scoreboard setup to libgitLibravatar Jeff Smith1-4/+275
2017-05-25blame: move scoreboard-related methods to libgitLibravatar Jeff Smith1-0/+1313
2017-05-25blame: move fake-commit-related methods to libgitLibravatar Jeff Smith1-1/+202
2017-05-25blame: move origin-related methods to libgitLibravatar Jeff Smith1-0/+62
2006-11-08git-pickaxe: retire pickaxeLibravatar Junio C Hamano1-1089/+0
2006-11-07Merge branch 'jc/pickaxe'Libravatar Junio C Hamano1-0/+3
2006-11-05git-blame: add internal statistics to count read blobs.Libravatar Junio C Hamano1-0/+3
2006-10-30Merge branch 'maint'Libravatar Junio C Hamano1-0/+5
2006-10-30Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Libravatar Junio C Hamano1-0/+5
2006-10-12blame: Document and add help text for -f, -n, and -pLibravatar Junio C Hamano1-3/+7
2006-10-06git-blame --porcelainLibravatar Junio C Hamano1-22/+127
2006-10-05blame.c: move code to output metainfo into a separate function.Libravatar Junio C Hamano1-31/+45
2006-10-05git-blame: --show-number (and -n)Libravatar Junio C Hamano1-4/+38
2006-10-05git-blame: --show-name (and -f)Libravatar Junio C Hamano1-5/+9