summaryrefslogtreecommitdiff
path: root/sha1-name.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano2019-05-091-152/+236
|\
| * sha1-name.c: remove the_repo from get_oid_mb()Nguyễn Thái Ngọc Duy2019-04-161-7/+11
| * sha1-name.c: remove the_repo from other get_oid_*Nguyễn Thái Ngọc Duy2019-04-161-15/+20
| * sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_nameNguyễn Thái Ngọc Duy2019-04-161-2/+4
| * sha1-name.c: add repo_get_oid()Nguyễn Thái Ngọc Duy2019-04-161-2/+2
| * sha1-name.c: remove the_repo from get_oid_with_context_1()Nguyễn Thái Ngọc Duy2019-04-161-1/+10
| * sha1-name.c: remove the_repo from resolve_relative_path()Nguyễn Thái Ngọc Duy2019-04-161-4/+4
| * sha1-name.c: remove the_repo from diagnose_invalid_index_path()Nguyễn Thái Ngọc Duy2019-04-161-3/+4
| * sha1-name.c: remove the_repo from handle_one_ref()Nguyễn Thái Ngọc Duy2019-04-161-5/+14
| * sha1-name.c: remove the_repo from get_oid_1()Nguyễn Thái Ngọc Duy2019-04-161-28/+31
| * sha1-name.c: remove the_repo from get_oid_basic()Nguyễn Thái Ngọc Duy2019-04-161-13/+12
| * sha1-name.c: remove the_repo from get_describe_name()Nguyễn Thái Ngọc Duy2019-04-161-3/+5
| * sha1-name.c: remove the_repo from get_oid_oneline()Nguyễn Thái Ngọc Duy2019-04-161-6/+7
| * sha1-name.c: add repo_interpret_branch_name()Nguyễn Thái Ngọc Duy2019-04-161-9/+8
| * sha1-name.c: remove the_repo from interpret_branch_mark()Nguyễn Thái Ngọc Duy2019-04-161-6/+7
| * sha1-name.c: remove the_repo from interpret_nth_prior_checkout()Nguyễn Thái Ngọc Duy2019-04-161-7/+10
| * sha1-name.c: remove the_repo from get_short_oid()Nguyễn Thái Ngọc Duy2019-04-161-7/+10
| * sha1-name.c: add repo_for_each_abbrev()Nguyễn Thái Ngọc Duy2019-04-161-2/+3
| * sha1-name.c: store and use repo in struct disambiguate_stateNguyễn Thái Ngọc Duy2019-04-161-36/+59
| * sha1-name.c: add repo_find_unique_abbrev_r()Nguyễn Thái Ngọc Duy2019-04-161-6/+9
| * sha1-name.c: remove the_repo from find_abbrev_len_packed()Nguyễn Thái Ngọc Duy2019-04-161-2/+4
| * sha1-name.c: remove the_repo from sort_ambiguous()Nguyễn Thái Ngọc Duy2019-04-161-3/+12
| * refs.c: remove the_repo from read_ref_at()Nguyễn Thái Ngọc Duy2019-04-081-1/+2
| * refs.c: remove the_repo from substitute_branch_name()Nguyễn Thái Ngọc Duy2019-04-081-2/+6
* | Merge branch 'en/merge-directory-renames'Junio C Hamano2019-05-091-1/+1
|\ \
| * | Use 'unsigned short' for mode, like diff_filespec doesElijah Newren2019-04-081-1/+1
| |/
* | Merge branch 'ps/stash-in-c'Junio C Hamano2019-04-221-0/+19
|\ \
| * | sha1-name.c: add `get_oidf()` which acts like `get_oid()`Paul-Sebastian Ungureanu2019-03-011-0/+19
* | | get_oid(): when an object was not found, try harderJohannes Schindelin2019-03-141-0/+12
| |/ |/|
* | get_oid_with_context(): match prototype and implementationDuy Nguyen2019-02-121-3/+5
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-27/+37
|\ \
| * | sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2019-01-141-22/+32
| * | read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-141-3/+3
* | | Do not print 'dangling' for cat-file in case of ambiguityDavid Turner2019-01-181-28/+30
* | | object-store: factor out odb_loose_cache()René Scharfe2019-01-081-5/+5
|/ /
* | object-store: provide helpers for loose_objects_cacheJeff King2018-11-131-20/+1
* | sha1-file: use an object_directory for the main object dirJeff King2018-11-131-14/+3
* | handle alternates paths the same as the main object dirJeff King2018-11-131-2/+6
* | rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-10/+10
|/
* Merge branch 'jk/cocci'Junio C Hamano2018-09-171-1/+1
|\
| * convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \
| * | commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
* | | Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2018-08-201-0/+70
|\ \ \ | |_|/ |/| |
| * | midx: use midx in abbreviation calculationsDerrick Stolee2018-07-201-0/+70
* | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-15/+18
|\ \ \ | | |/ | |/|
| * | tag: add repository argument to deref_tagStefan Beller2018-06-291-4/+7
| * | tag: add repository argument to lookup_tagStefan Beller2018-06-291-1/+1
| * | commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+1
| * | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-2/+2