summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano2015-07-271-1/+10
|\
| * index-pack: avoid excessive re-reading of pack directoryjk/index-pack-reduce-recheckJeff King2015-06-091-1/+10
* | Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-051-1/+7
|\ \
| * | path.c: remove home_config_paths()pt/xdg-config-pathPaul Tan2015-05-061-1/+0
| * | path.c: implement xdg_config_home()Paul Tan2015-05-061-0/+7
* | | Merge branch 'jc/hash-object' into maintJunio C Hamano2015-05-261-0/+1
|\ \ \
| * | | hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine2015-05-051-0/+1
* | | | Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-05-131-3/+6
|\ \ \ \
| * | | | sha1_file: only freshen packs once per runJeff King2015-04-201-0/+1
| * | | | reachable: only mark local objects as recentJeff King2015-04-201-3/+5
* | | | | Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-261-1/+0
|\ \ \ \ \
| * | | | | report_path_error(): move to dir.cjc/report-path-error-to-dirJunio C Hamano2015-03-241-1/+0
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/prune-with-corrupt-refs'Junio C Hamano2015-03-251-0/+8
|\ \ \ \ \
| * | | | | refs: introduce a "ref paranoia" flagJeff King2015-03-201-0/+8
| * | | | | Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-03-051-0/+9
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'jk/decimal-width-for-uintmax' into maintJunio C Hamano2015-03-051-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'mh/refs-have-new'Junio C Hamano2015-03-051-1/+1
|\ \ \ \ \ \
| * | | | | | refs.c: change some "flags" to "unsigned int"Michael Haggerty2015-02-171-1/+1
| |/ / / / /
* | | | | | Merge branch 'jk/prune-mtime'Junio C Hamano2015-02-221-0/+9
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | for_each_loose_file_in_objdir: take an optional strbuf pathJeff King2015-02-091-0/+9
* | | | | | Merge branch 'jk/decimal-width-for-uintmax'Junio C Hamano2015-02-181-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | decimal_width: avoid integer overflowjk/decimal-width-for-uintmaxJeff King2015-02-051-1/+1
* | | | | Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano2014-12-221-7/+0
|\ \ \ \ \
| * | | | | compat: convert modes to use portable file type valuesdm/compat-s-ifmt-for-zosDavid Michael2014-12-041-7/+0
* | | | | | Sync with v2.1.4Junio C Hamano2014-12-171-0/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Sync with v2.0.5Junio C Hamano2014-12-171-0/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Sync with v1.9.5Junio C Hamano2014-12-171-0/+3
| | |\ \ \ \
| | | * \ \ \ Sync with v1.8.5.6Junio C Hamano2014-12-171-0/+3
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | read-cache: optionally disallow NTFS .git variantsJohannes Schindelin2014-12-171-0/+1
| | | | * | | path: add is_ntfs_dotgit() helperJohannes Schindelin2014-12-171-0/+1
| | | | * | | read-cache: optionally disallow HFS+ .git variantsJeff King2014-12-171-0/+1
| * | | | | | Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano2014-09-291-0/+2
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-291-1/+45
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | sha1_file: add for_each iterators for loose and packed objectsJeff King2014-10-161-0/+11
| * | | | | | | prune: factor out loose-object directory traversalJeff King2014-10-161-0/+33
| * | | | | | | foreach_alt_odb: propagate return value from callbackJeff King2014-10-161-1/+1
* | | | | | | | refs.c: allow listing and deleting badly named refsRonnie Sahlberg2014-10-151-2/+15
* | | | | | | | branch -d: avoid repeated symref resolutionJonathan Nieder2014-10-151-0/+6
* | | | | | | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-11/+12
* | | | | | | | Merge branch 'mh/lockfile'Junio C Hamano2014-10-141-19/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-26/+1
| * | | | | | | get_locked_file_path(): new functionMichael Haggerty2014-10-011-0/+1
| * | | | | | | lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty2014-10-011-1/+1
| * | | | | | | commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty2014-10-011-0/+1
| * | | | | | | lockfile: change lock_file::filename into a strbufMichael Haggerty2014-10-011-1/+1
| * | | | | | | struct lock_file: declare some fields volatileMichael Haggerty2014-10-011-3/+3
| * | | | | | | lockfile: avoid transitory invalid statesMichael Haggerty2014-10-011-0/+1
| * | | | | | | cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LENMichael Haggerty2014-10-011-0/+4
| * | | | | | | unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty2014-10-011-1/+1
* | | | | | | | Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-081-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |