summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano
2017-02-03Merge branch 'sb/submodule-recursive-absorb'Junio C Hamano
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano
2017-01-31Merge branch 'sb/in-core-index-doc'Junio C Hamano
2017-01-31Merge branch 'jk/loose-object-fsck'Junio C Hamano
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2017-01-26abspath: add absolute_pathdup()René Scharfe
2017-01-26cache.h: expose the dying procedure for reading gitlinksStefan Beller
2017-01-26setup: add gentle version of resolve_git_dirStefan Beller
2017-01-23Merge branch 'bw/read-blob-data-does-not-modify-index-state'Junio C Hamano
2017-01-19cache.h: document add_[file_]to_indexStefan Beller
2017-01-19cache.h: document remove_index_entry_atStefan Beller
2017-01-19cache.h: document index_name_posStefan Beller
2017-01-18Merge branch 'bw/pathspec-cleanup'Junio C Hamano
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-15sha1_file: add read_loose_object() functionJeff King
2017-01-11index: improve constness for reading blob dataBrandon Williams
2017-01-10Merge branch 'jc/git-open-cloexec'Junio C Hamano
2017-01-09pathspec: remove the deprecated get_pathspec functionBrandon Williams
2016-12-22submodules: load gitmodules file from commit sha1Brandon Williams
2016-12-12real_path: create real_pathdupBrandon Williams
2016-12-12real_path: convert real_path_internal to strbuf_realpathBrandon Williams
2016-11-16compression: unify pack.compression configuration parsingJunio C Hamano
2016-11-03sha1_file: stop opening files with O_NOATIMEJunio C Hamano
2016-10-31Merge branch 'ls/git-open-cloexec'Junio C Hamano
2016-10-28Merge branch 'jk/fetch-quick-tag-following' into maintJunio C Hamano
2016-10-28git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano
2016-10-27Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano
2016-10-27Merge branch 'jk/abbrev-auto'Junio C Hamano
2016-10-27Merge branch 'lt/abbrev-auto'Junio C Hamano
2016-10-26find_unique_abbrev: use 4-buffer ringJeff King
2016-10-26Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano
2016-10-26Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano
2016-10-25sha1_file: rename git_open_noatime() to git_open()Lars Schneider
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano
2016-10-17Merge branch 'jk/quarantine-received-objects'Junio C Hamano
2016-10-14fetch: use "quick" has_sha1_file for tag followingJeff King
2016-10-10Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano
2016-10-10tmp-objdir: put quarantine information in the environmentJeff King
2016-10-10alternates: store scratch buffer as strbufJeff King
2016-10-10alternates: use a separate scratch spaceJeff King
2016-10-10alternates: provide helper for allocating alternateJeff King
2016-10-10alternates: provide helper for adding to alternates listJeff King
2016-10-10git: make super-prefix optionBrandon Williams
2016-10-06Merge branch 'jk/ambiguous-short-object-names'Junio C Hamano
2016-10-04find_unique_abbrev: move logic out of get_short_sha1()Jeff King
2016-10-03Merge branch 'nd/init-core-worktree-in-multi-worktree-world'Junio C Hamano
2016-10-03abbrev: auto size the default abbreviationLinus Torvalds
2016-10-03abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizingJunio C Hamano