aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\
| * count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy2014-12-01
| * wrapper.c: wrapper to open a file, fprintf then closeNguyễn Thái Ngọc Duy2014-12-01
| * setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-01
| * $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-01
| * git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-01
| * git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-01
| * path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-01
* | Merge branch 'jk/prune-mtime'Junio C Hamano2015-05-05
|\ \
| * | sha1_file: only freshen packs once per runJeff King2015-04-20
| * | reachable: only mark local objects as recentJeff King2015-04-20
* | | Merge branch 'bc/object-id'Junio C Hamano2015-05-05
|\ \ \
| * | | define utility functions for object IDsbrian m. carlson2015-03-13
| * | | define a structure for object IDsbrian m. carlson2015-03-13
* | | | 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