aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-05
|\
| * path.c: remove home_config_paths()Paul Tan2015-05-06
| * path.c: implement xdg_config_home()Paul Tan2015-05-06
* | Merge branch 'jc/hash-object' into maintJunio C Hamano2015-05-26
|\ \
| * | hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine2015-05-05
* | | Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-05-13
|\ \ \
| * | | sha1_file: only freshen packs once per runJeff King2015-04-20
| * | | reachable: only mark local objects as recentJeff King2015-04-20
* | | | Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-26
|\ \ \ \
| * | | | report_path_error(): move to dir.cJunio C Hamano2015-03-24
* | | | | Merge branch 'jk/prune-with-corrupt-refs'Junio C Hamano2015-03-25
|\ \ \ \ \
| * | | | | refs: introduce a "ref paranoia" flagJeff King2015-03-20
| * | | | | Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-03-05
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'jk/decimal-width-for-uintmax' into maintJunio C Hamano2015-03-05
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'mh/refs-have-new'Junio C Hamano2015-03-05
|\ \ \ \ \ \
| * | | | | | refs.c: change some "flags" to "unsigned int"Michael Haggerty2015-02-17
| |/ / / / /
* | | | | | Merge branch 'jk/prune-mtime'Junio C Hamano2015-02-22
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | for_each_loose_file_in_objdir: take an optional strbuf pathJeff King2015-02-09
* | | | | | Merge branch 'jk/decimal-width-for-uintmax'Junio C Hamano2015-02-18
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | decimal_width: avoid integer overflowJeff King2015-02-05
* | | | | Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano2014-12-22
|\ \ \ \ \
| * | | | | compat: convert modes to use portable file type valuesDavid Michael2014-12-04
* | | | | | Sync with v2.1.4Junio C Hamano2014-12-17
|\ \ \ \ \ \
| * \ \ \ \ \ Sync with v2.0.5Junio C Hamano2014-12-17
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Sync with v1.9.5Junio C Hamano2014-12-17
| | |\ \ \ \
| | | * \ \ \ Sync with v1.8.5.6Junio C Hamano2014-12-17
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | read-cache: optionally disallow NTFS .git variantsJohannes Schindelin2014-12-17
| | | | * | | path: add is_ntfs_dotgit() helperJohannes Schindelin2014-12-17
| | | | * | | read-cache: optionally disallow HFS+ .git variantsJeff King2014-12-17
| * | | | | | Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano2014-09-29
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-29
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | sha1_file: add for_each iterators for loose and packed objectsJeff King2014-10-16
| * | | | | | | prune: factor out loose-object directory traversalJeff King2014-10-16
| * | | | | | | foreach_alt_odb: propagate return value from callbackJeff King2014-10-16
* | | | | | | | refs.c: allow listing and deleting badly named refsRonnie Sahlberg2014-10-15
* | | | | | | | branch -d: avoid repeated symref resolutionJonathan Nieder2014-10-15
* | | | | | | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
* | | | | | | | Merge branch 'mh/lockfile'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
| * | | | | | | get_locked_file_path(): new functionMichael Haggerty2014-10-01
| * | | | | | | lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty2014-10-01
| * | | | | | | commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty2014-10-01
| * | | | | | | lockfile: change lock_file::filename into a strbufMichael Haggerty2014-10-01
| * | | | | | | struct lock_file: declare some fields volatileMichael Haggerty2014-10-01
| * | | | | | | lockfile: avoid transitory invalid statesMichael Haggerty2014-10-01
| * | | | | | | cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LENMichael Haggerty2014-10-01
| * | | | | | | unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty2014-10-01
* | | | | | | | Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-08
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | config.c: add git_env_ulong() to parse environment variableSteffen Prohaska2014-08-28
| |/ / / / / /
* | | | | | | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-26
|\ \ \ \ \ \ \