summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * config.c: add git_env_ulong() to parse environment variableSteffen Prohaska2014-08-281-0/+1
* | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-1/+1
|\ \
| * | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-1/+1
* | | Merge branch 'jk/write-packed-refs-via-stdio'Junio C Hamano2014-09-261-0/+2
|\ \ \
| * | | refs: write packed_refs file using stdiojk/write-packed-refs-via-stdioJeff King2014-09-101-0/+2
* | | | Merge branch 'ta/config-add-to-empty-or-true-fix'Junio C Hamano2014-09-191-0/+2
|\ \ \ \
| * | | | config: avoid a funny sentinel value "a^"ta/config-add-to-empty-or-true-fixJeff King2014-09-111-0/+2
| * | | | alloc: factor out commit indexJeff King2014-07-281-0/+1
* | | | | Merge branch 'jk/commit-author-parsing'Junio C Hamano2014-09-191-2/+2
|\ \ \ \ \
| * | | | | date: use strbufs in date-formatting functionsJeff King2014-08-271-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'bb/date-iso-strict'Junio C Hamano2014-09-191-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | pretty: provide a strict ISO 8601 date formatbb/date-iso-strictBeat Bolli2014-08-291-0/+1
| |/ / /
* | | | Merge branch 'ta/config-set-1'Junio C Hamano2014-09-111-1/+33
|\ \ \ \ | |_|_|/ |/| | |
| * | | rewrite git_config() to use the config-set APITanay Abhra2014-08-071-0/+24
| * | | config: add `git_die_config()` to the config-set APITanay Abhra2014-08-071-0/+3
| * | | change `git_config()` return value to voidTanay Abhra2014-08-071-1/+1
| * | | add line number and file name info to `config_set`Tanay Abhra2014-08-071-0/+5
* | | | Merge branch 'ta/config-set'Junio C Hamano2014-09-021-0/+32
|\ \ \ \ | |/ / /
| * | | add `config_set` API for caching config-like filesTanay Abhra2014-07-291-0/+32
| |/ /
* | | Merge branch 'mm/config-edit-global'Junio C Hamano2014-09-021-0/+1
|\ \ \
| * | | config --global --edit: create a template file if neededMatthieu Moy2014-07-251-0/+1
| | |/ | |/|
* | | Merge branch 'jc/reopen-lock-file'Junio C Hamano2014-09-021-0/+1
|\ \ \ | |_|/ |/| |
| * | lockfile: allow reopening a closed but still locked filejc/reopen-lock-fileJunio C Hamano2014-07-141-0/+1
* | | Merge branch 'jk/alloc-commit-id'Junio C Hamano2014-07-221-0/+1
|\ \ \
| * | | alloc: factor out commit indexJeff King2014-07-131-0/+1
* | | | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-221-11/+2
|\ \ \ \
| * | | | trace: move trace declarations from cache.h to new trace.hKarsten Blees2014-06-171-11/+2
* | | | | Merge branch 'rs/ref-transaction-0'Junio C Hamano2014-07-211-1/+3
|\ \ \ \ \
| * | | | | refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg2014-07-141-1/+1
| * | | | | lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg2014-07-141-0/+2
| |/ / / /
* | | | | Merge branch 'kb/path-max-must-go'Junio C Hamano2014-07-161-1/+1
|\ \ \ \ \
| * | | | | cache.h: rename cache_def_free to cache_def_clearkb/path-max-must-goKarsten Blees2014-07-131-1/+1
* | | | | | Merge branch 'nd/split-index'Junio C Hamano2014-07-161-4/+23
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | t1700: new tests for split-index modeNguyễn Thái Ngọc Duy2014-06-131-0/+2
| * | | | | update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy2014-06-131-0/+1
| * | | | | split-index: strip pathname of on-disk replaced entriesNguyễn Thái Ngọc Duy2014-06-131-0/+1
| * | | | | split-index: do not invalidate cache-tree at read timeNguyễn Thái Ngọc Duy2014-06-131-0/+1