summaryrefslogtreecommitdiffstats
path: root/blame.c
Commit message (Expand)AuthorAgeFilesLines
* blame.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-121-17/+22
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-30/+33
|\
| * diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-9/+11
| * diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy2018-09-211-3/+4
| * blame.c: rename "repo" argument to "r"Nguyễn Thái Ngọc Duy2018-09-211-18/+18
* | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-2/+2
* | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
|/
* Merge branch 'ab/unconditional-free-and-null'Junio C Hamano2018-08-271-3/+1
|\
| * refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)Ævar Arnfjörð Bjarmason2018-08-171-3/+1
* | blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-21/+31
* | 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 lowercaseBrandon 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 messageSZEDER 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
|\ \ \ | |/ / |/| |