summaryrefslogtreecommitdiff
path: root/sha1-name.c
Commit message (Expand)AuthorAgeFilesLines
* nth_packed_object_oid(): use customary integer returnJeff King2020-02-241-7/+6
* Merge branch 'jk/get-oid-error-message-i18n'Junio C Hamano2020-02-141-15/+15
|\
| * sha1-name: mark get_oid() error messages for translationJeff King2020-01-301-15/+15
* | C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano2020-01-311-7/+2
|/
* Merge branch 'rs/nth-switch-code-simplification'Junio C Hamano2019-10-071-7/+4
|\
| * sha1_name: simplify strbuf handling in interpret_nth_prior_checkout()René Scharfe2019-09-181-7/+4
* | Merge branch 'rs/nth-parent-parse'Junio C Hamano2019-10-071-3/+12
|\ \
| * | sha1-name: check for overflow of N in "foo^N" and "foo~N"René Scharfe2019-09-161-3/+12
* | | Merge branch 'rs/sort-oid-array-thread-safe'Junio C Hamano2019-09-091-6/+3
|\ \ \ | |_|/ |/| |
| * | sha1-name: make sort_ambiguous_oid_array() thread-safeRené Scharfe2019-08-201-6/+3
| |/
* | Merge branch 'nd/tree-walk-with-repo'Junio C Hamano2019-07-191-17/+8
|\ \
| * | Use the right 'struct repository' instead of the_repositoryNguyễn Thái Ngọc Duy2019-06-271-4/+2
| * | tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()Nguyễn Thái Ngọc Duy2019-06-271-9/+1
| * | tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy2019-06-271-4/+5
| |/
* | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-1/+1
|\ \ | |/ |/|
| * doc: promote "git switch"Nguyễn Thái Ngọc Duy2019-04-021-1/+1
* | Merge branch 'jk/get-oid-indexed-object-name'Junio C Hamano2019-05-191-1/+1
|\ \
| * | get_oid: handle NULL repo->indexJeff King2019-05-151-1/+1
* | | Merge branch 'ds/midx-too-many-packs'Junio C Hamano2019-05-191-0/+6
|\ \ \ | |/ / |/| |
| * | midx: add packs to packed_git linked listDerrick Stolee2019-05-071-0/+6
* | | 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