summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano2019-05-091-16/+36
|\
| * sha1-name.c: remove the_repo from get_oid_mb()Nguyễn Thái Ngọc Duy2019-04-161-1/+2
| * sha1-name.c: remove the_repo from other get_oid_*Nguyễn Thái Ngọc Duy2019-04-161-6/+12
| * sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_nameNguyễn Thái Ngọc Duy2019-04-161-1/+3
| * sha1-name.c: add repo_get_oid()Nguyễn Thái Ngọc Duy2019-04-161-1/+2
| * sha1-name.c: remove the_repo from get_oid_1()Nguyễn Thái Ngọc Duy2019-04-161-2/+5
| * sha1-name.c: add repo_for_each_abbrev()Nguyễn Thái Ngọc Duy2019-04-161-1/+2
| * sha1-name.c: add repo_find_unique_abbrev_r()Nguyễn Thái Ngọc Duy2019-04-161-2/+4
| * 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 'bp/post-index-change-hook'Junio C Hamano2019-04-251-1/+3
|\ \
| * | read-cache: add post-index-change hookBen Peart2019-02-151-1/+3
* | | Merge branch 'ps/stash-in-c'Junio C Hamano2019-04-221-0/+5
|\ \ \ | |_|/ |/| |
| * | ident: don't require calling prepare_fallback_ident firstThomas Gummerer2019-03-071-1/+0
| * | ident: add the ability to provide a "fallback identity"Johannes Schindelin2019-03-011-0/+5
| * | sha1-name.c: add `get_oidf()` which acts like `get_oid()`Paul-Sebastian Ungureanu2019-03-011-0/+1
* | | Merge branch 'ma/clear-repository-format'Junio C Hamano2019-03-201-3/+28
|\ \ \
| * | | setup: fix memory leaks with `struct repository_format`Martin Ågren2019-03-011-3/+28
| |/ /
* | | Merge branch 'jh/trace2'Junio C Hamano2019-03-071-0/+1
|\ \ \
| * | | trace2: create new combined trace facilityJeff Hostetler2019-02-221-0/+1
| | |/ | |/|
* | | Merge branch 'wh/author-committer-ident-config'Junio C Hamano2019-03-071-2/+11
|\ \ \
| * | | config: allow giving separate author and committer identsWilliam Hubbs2019-02-041-2/+11
* | | | Merge branch 'tg/checkout-no-overlay'Junio C Hamano2019-03-071-1/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | read-cache: add invalidate parameter to remove_marked_cache_entriesThomas Gummerer2019-01-021-1/+1
| * | | entry: factor out unlink_entry functionThomas Gummerer2019-01-021-0/+5
| | |/ | |/|
* | | Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-3/+3
|\ \ \
| * | | sha1-file: modernize loose header/stream functionsJeff King2019-01-081-2/+2
| * | | update comment references to sha1_object_info()Jeff King2019-01-081-1/+1
| |/ /
* | | Merge branch 'lt/date-human'Junio C Hamano2019-02-061-0/+3
|\ \ \
| * | | Add `human` format to test-toolStephen P. Smith2019-01-291-0/+2
| * | | Add 'human' date formatLinus Torvalds2019-01-181-0/+1
* | | | Merge branch 'jk/unused-parameter-cleanup'Junio C Hamano2019-02-061-1/+1
|\ \ \ \
| * | | | show_date_relative(): drop unused "tz" parameterJeff King2019-01-241-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-23/+13
|\ \ \ \
| * | | | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-3/+3
| * | | | read-cache.c: remove the_* from index_has_changes()Nguyễn Thái Ngọc Duy2019-01-141-3/+3
| * | | | sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2019-01-141-1/+3
| * | | | read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy2019-01-141-6/+0
| * | | | read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-141-8/+3
| * | | | repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy2019-01-141-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'tt/bisect-in-c'Junio C Hamano2019-02-061-0/+3
|\ \ \ \
| * | | | wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()Pranit Bauva2019-01-021-0/+3
| |/ / /
* | | | Merge branch 'dt/cat-file-batch-ambiguous'Junio C Hamano2019-02-061-1/+19
|\ \ \ \
| * | | | Do not print 'dangling' for cat-file in case of ambiguityDavid Turner2019-01-181-1/+19
| | |/ / | |/| |
* | | | Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano2019-02-051-0/+1
|\ \ \ \
| * | | | add: use separate ADD_CACHE_RENORMALIZE flagJeff King2019-01-171-0/+1
* | | | | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-1/+1
|\ \ \ \ \
| * | | | | cache: make oidcpy always copy GIT_MAX_RAWSZ bytesbrian m. carlson2019-01-151-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'bc/sha-256'Junio C Hamano2019-01-291-18/+33
|\ \ \ \ \ | |_|_|/ / |/| | | |