summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano2017-03-281-0/+21
|\
| * odb_pack_keep(): stop generating keepfile nameJeff King2017-03-161-4/+4
| * sha1_file.c: make pack-name helper globally accessibleJeff King2017-03-161-0/+9
| * move odb_* declarations out of git-compat-util.hJeff King2017-03-161-0/+12
* | Merge branch 'jk/interpret-branch-name' into maintJunio C Hamano2017-03-281-1/+31
|\ \
| * | interpret_branch_name: allow callers to restrict expansionsJeff King2017-03-021-2/+11
| * | interpret_branch_name: move docstring to header fileJeff King2017-03-021-0/+21
* | | Merge branch 'jk/parse-config-key-cleanup' into maintJunio C Hamano2017-03-281-1/+4
|\ \ \
| * | | parse_config_key: allow matching single-level configJeff King2017-02-241-1/+4
| |/ /
| * | Merge branch 'sb/in-core-index-doc' into maintJunio C Hamano2017-01-311-0/+32
| |\ \
* | \ \ Merge branch 'rj/remove-unused-mktemp' into maintJunio C Hamano2017-03-211-3/+0
|\ \ \ \
| * | | | wrapper.c: remove unused git_mkstemp() functionRamsay Jones2017-02-281-3/+0
| | |_|/ | |/| |
* | | | real_pathdup(): fix callsites that wanted it to die on errorjs/realpath-pathdup-fixJohannes Schindelin2017-03-081-1/+1
|/ / /
* | | Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano2017-02-031-1/+8
|\ \ \
| * | | refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-311-1/+8
* | | | Merge branch 'sb/submodule-recursive-absorb'Junio C Hamano2017-02-031-1/+4
|\ \ \ \
| * | | | cache.h: expose the dying procedure for reading gitlinksStefan Beller2017-01-261-0/+1
| * | | | setup: add gentle version of resolve_git_dirStefan Beller2017-01-261-1/+3
| |/ / /
* | | | Merge branch 'rs/absolute-pathdup'Junio C Hamano2017-02-021-0/+1
|\ \ \ \
| * | | | abspath: add absolute_pathdup()René Scharfe2017-01-261-0/+1
| * | | | Merge branch 'jk/fetch-quick-tag-following' into maintJunio C Hamano2016-10-281-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'tg/add-chmod+x-fix' into maintJunio C Hamano2016-09-291-5/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rs/hex2chr' into maintJunio C Hamano2016-09-191-0/+10
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'sb/in-core-index-doc'Junio C Hamano2017-01-311-0/+32
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | cache.h: document add_[file_]to_indexStefan Beller2017-01-191-0/+10
| * | | | | | | cache.h: document remove_index_entry_atStefan Beller2017-01-191-0/+3
| * | | | | | | cache.h: document index_name_posStefan Beller2017-01-191-0/+19
* | | | | | | | Merge branch 'jk/loose-object-fsck'Junio C Hamano2017-01-311-0/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | sha1_file: add read_loose_object() functionJeff King2017-01-151-0/+13
| |/ / / / / /
* | | | | | | Merge branch 'bw/read-blob-data-does-not-modify-index-state'Junio C Hamano2017-01-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | index: improve constness for reading blob databw/read-blob-data-does-not-modify-index-stateBrandon Williams2017-01-111-1/+1
* | | | | | | | Merge branch 'bw/pathspec-cleanup'Junio C Hamano2017-01-181-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | pathspec: remove the deprecated get_pathspec functionBrandon Williams2017-01-081-1/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-181-0/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | submodules: load gitmodules file from commit sha1Brandon Williams2016-12-221-0/+2
| * | | | | | | real_path: create real_pathdupBrandon Williams2016-12-121-0/+1
| * | | | | | | real_path: convert real_path_internal to strbuf_realpathBrandon Williams2016-12-121-0/+2
| |/ / / / / /
* | | | | | | Merge branch 'jc/git-open-cloexec'Junio C Hamano2017-01-101-1/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | sha1_file: stop opening files with O_NOATIMEjc/git-open-cloexecJunio C Hamano2016-11-021-1/+1
| * | | | | | git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano2016-10-281-0/+1
* | | | | | | compression: unify pack.compression configuration parsingjc/compression-configJunio C Hamano2016-11-151-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'ls/git-open-cloexec'Junio C Hamano2016-10-311-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | sha1_file: rename git_open_noatime() to git_open()Lars Schneider2016-10-251-1/+1
* | | | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano2016-10-271-2/+2
|\ \ \ \ \ \
| * | | | | | find_unique_abbrev: use 4-buffer ringJeff King2016-10-261-2/+2
* | | | | | | Merge branch 'jk/abbrev-auto'Junio C Hamano2016-10-271-1/+6
|\ \ \ \ \ \ \
| * | | | | | | find_unique_abbrev: move logic out of get_short_sha1()jk/abbrev-autoJeff King2016-10-031-1/+6
* | | | | | | | Merge branch 'lt/abbrev-auto'Junio C Hamano2016-10-271-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | abbrev: auto size the default abbreviationlt/abbrev-autoLinus Torvalds2016-10-031-0/+1
| * | | | | | abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizingJunio C Hamano2016-10-031-0/+3