summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Libravatar Junio C Hamano1-1/+8
2017-02-03Merge branch 'sb/submodule-recursive-absorb'Libravatar Junio C Hamano1-1/+4
2017-02-02Merge branch 'rs/absolute-pathdup'Libravatar Junio C Hamano1-0/+1
2017-01-31Merge branch 'sb/in-core-index-doc'Libravatar Junio C Hamano1-0/+32
2017-01-31Merge branch 'jk/loose-object-fsck'Libravatar Junio C Hamano1-0/+13
2017-01-31refs: add option core.logAllRefUpdates = alwaysLibravatar Cornelius Weig1-1/+8
2017-01-26abspath: add absolute_pathdup()Libravatar René Scharfe1-0/+1
2017-01-26cache.h: expose the dying procedure for reading gitlinksLibravatar Stefan Beller1-0/+1
2017-01-26setup: add gentle version of resolve_git_dirLibravatar Stefan Beller1-1/+3
2017-01-23Merge branch 'bw/read-blob-data-does-not-modify-index-state'Libravatar Junio C Hamano1-1/+1
2017-01-19cache.h: document add_[file_]to_indexLibravatar Stefan Beller1-0/+10
2017-01-19cache.h: document remove_index_entry_atLibravatar Stefan Beller1-0/+3
2017-01-19cache.h: document index_name_posLibravatar Stefan Beller1-0/+19
2017-01-18Merge branch 'bw/pathspec-cleanup'Libravatar Junio C Hamano1-1/+0
2017-01-18Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-0/+5
2017-01-15sha1_file: add read_loose_object() functionLibravatar Jeff King1-0/+13
2017-01-11index: improve constness for reading blob dataLibravatar Brandon Williams1-1/+1
2017-01-10Merge branch 'jc/git-open-cloexec'Libravatar Junio C Hamano1-1/+2
2017-01-08pathspec: remove the deprecated get_pathspec functionLibravatar Brandon Williams1-1/+0
2016-12-22submodules: load gitmodules file from commit sha1Libravatar Brandon Williams1-0/+2
2016-12-12real_path: create real_pathdupLibravatar Brandon Williams1-0/+1
2016-12-12real_path: convert real_path_internal to strbuf_realpathLibravatar Brandon Williams1-0/+2
2016-11-15compression: unify pack.compression configuration parsingLibravatar Junio C Hamano1-1/+1
2016-11-02sha1_file: stop opening files with O_NOATIMELibravatar Junio C Hamano1-1/+1
2016-10-31Merge branch 'ls/git-open-cloexec'Libravatar Junio C Hamano1-1/+1
2016-10-28Merge branch 'jk/fetch-quick-tag-following' into maintLibravatar Junio C Hamano1-0/+1
2016-10-28git_open(): untangle possible NOATIME and CLOEXEC interactionsLibravatar Junio C Hamano1-0/+1
2016-10-27Merge branch 'jk/no-looking-at-dotgit-outside-repo'Libravatar Junio C Hamano1-2/+2
2016-10-27Merge branch 'jk/abbrev-auto'Libravatar Junio C Hamano1-1/+6
2016-10-27Merge branch 'lt/abbrev-auto'Libravatar Junio C Hamano1-0/+4
2016-10-26find_unique_abbrev: use 4-buffer ringLibravatar Jeff King1-2/+2
2016-10-26Merge branch 'jk/fetch-quick-tag-following'Libravatar Junio C Hamano1-0/+1
2016-10-26Merge branch 'bw/ls-files-recurse-submodules'Libravatar Junio C Hamano1-0/+2
2016-10-25sha1_file: rename git_open_noatime() to git_open()Libravatar Lars Schneider1-1/+1
2016-10-17Merge branch 'jk/alt-odb-cleanup'Libravatar Junio C Hamano1-3/+33
2016-10-17Merge branch 'jk/quarantine-received-objects'Libravatar Junio C Hamano1-0/+1
2016-10-14fetch: use "quick" has_sha1_file for tag followingLibravatar Jeff King1-0/+1
2016-10-10Merge branch 'jk/pack-objects-optim-mru'Libravatar Junio C Hamano1-0/+8
2016-10-10tmp-objdir: put quarantine information in the environmentLibravatar Jeff King1-0/+1
2016-10-10alternates: store scratch buffer as strbufLibravatar Jeff King1-2/+11
2016-10-10alternates: use a separate scratch spaceLibravatar Jeff King1-1/+4
2016-10-10alternates: provide helper for allocating alternateLibravatar Jeff King1-0/+6
2016-10-10alternates: provide helper for adding to alternates listLibravatar Jeff King1-1/+13
2016-10-10git: make super-prefix optionLibravatar Brandon Williams1-0/+2
2016-10-06Merge branch 'jk/ambiguous-short-object-names'Libravatar Junio C Hamano1-0/+7
2016-10-03find_unique_abbrev: move logic out of get_short_sha1()Libravatar Jeff King1-1/+6
2016-10-03Merge branch 'nd/init-core-worktree-in-multi-worktree-world'Libravatar Junio C Hamano1-2/+3
2016-10-03abbrev: auto size the default abbreviationLibravatar Linus Torvalds1-0/+1
2016-10-03abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizingLibravatar Junio C Hamano1-0/+3
2016-09-29Merge branch 'tg/add-chmod+x-fix' into maintLibravatar Junio C Hamano1-5/+7