summaryrefslogtreecommitdiff
path: root/blame.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-021-3/+2
|\
| * block alloc: add lifecycle APIs for cache_entry structsJameson Miller2018-07-031-3/+2
* | tag: add repository argument to deref_tagStefan Beller2018-06-291-3/+3
* | commit: add repository argument to set_commit_bufferStefan Beller2018-06-291-1/+1
* | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-1/+1
* | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-1/+2
* | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-3/+6
|\ \
| * | path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-3/+5
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'sb/object-store-alloc'Junio C Hamano2018-06-251-1/+2
|\ \ \ | |/ /
| * | alloc: allow arbitrary repositories for alloc functionsStefan Beller2018-05-161-0/+1
| * | alloc: add repository argument to alloc_commit_nodeStefan Beller2018-05-091-1/+1
* | | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-11/+31
|\ \ \ | |_|/ |/| |
| * | blame: use commit-slab for blame suspects instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-11/+31
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \ \
| * | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
| |/ /
* | | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-2/+2
|\ \ \ | | |/ | |/|
| * | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-2/+2
| |/
* | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-9/+9
|\ \ | |/ |/|
| * treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-9/+9
| * treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-9/+9
| * Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano2018-04-111-16/+17
| |\
* | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-4/+4
* | | tree-walk: convert tree entry functions to object_idbrian m. carlson2018-03-141-4/+2
* | | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-2/+2
* | | 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
|\ \