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