aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Merge branch 'jt/subprocess-handshake' into maintJunio C Hamano2017-08-23
|\
| * Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano2017-07-26
| |\
| | * convert: add "status=delayed" to filter process protocolLars Schneider2017-06-30
* | | Merge tag 'v2.13.5' into maintJunio C Hamano2017-08-04
|\ \ \ | |/ / |/| |
| * | Merge tag 'v2.12.4' into maintJunio C Hamano2017-08-01
| |\ \
| | * \ Merge tag 'v2.11.3' into maint-2.12Junio C Hamano2017-07-30
| | |\ \
| | | * \ Merge tag 'v2.10.4' into maint-2.11Junio C Hamano2017-07-30
| | | |\ \
| | | | * \ Merge tag 'v2.9.5' into maint-2.10Junio C Hamano2017-07-30
| | | | |\ \
| | | | | * \ Merge tag 'v2.8.6' into maint-2.9Junio C Hamano2017-07-30
| | | | | |\ \
| | | | | | * \ Merge tag 'v2.7.6' into maint-2.8Junio C Hamano2017-07-30
| | | | | | |\ \
| | | | | | | * | connect: factor out "looks like command line option" checkJeff King2017-07-28
| | | | | | | * | Merge branch 'jk/pack-idx-corruption-safety' into maintJunio C Hamano2016-03-10
| | | | | | | |\ \
| | | | | | | * \ \ Merge branch 'jc/am-i-v-fix' into maintJunio C Hamano2016-03-10
| | | | | | | |\ \ \
| | | | | | | * \ \ \ Merge branch 'ps/config-error' into maintJunio C Hamano2016-03-10
| | | | | | | |\ \ \ \
| | | | | | | * \ \ \ \ Merge branch 'nd/ita-cleanup' into maintJunio C Hamano2016-02-22
| | | | | | | |\ \ \ \ \
| | * | | | | | \ \ \ \ \ Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano2017-03-28
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/interpret-branch-name' into maintJunio C Hamano2017-03-28
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/parse-config-key-cleanup' into maintJunio C Hamano2017-03-28
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rj/remove-unused-mktemp' into maintJunio C Hamano2017-03-21
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jt/unify-object-info'Junio C Hamano2017-07-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | sha1_file: refactor has_sha1_file_with_flagsJonathan Tan2017-06-26
| * | | | | | | | | | | | | | | | | sha1_file: teach sha1_object_info_extended more flagsJonathan Tan2017-06-26
| * | | | | | | | | | | | | | | | | sha1_file: refactor read_objectJonathan Tan2017-06-21
| * | | | | | | | | | | | | | | | | sha1_file: rename LOOKUP_REPLACE_OBJECTJonathan Tan2017-06-21
| * | | | | | | | | | | | | | | | | sha1_file: rename LOOKUP_UNKNOWN_OBJECTJonathan Tan2017-06-21
* | | | | | | | | | | | | | | | | | Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano2017-07-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | sha1_file: guard against invalid loose subdirectory numbersRené Scharfe2017-06-24
| * | | | | | | | | | | | | | | | | | sha1_name: cache readdir(3) results in find_short_object_filename()René Scharfe2017-06-22
* | | | | | | | | | | | | | | | | | | path: create path.hBrandon Williams2017-06-23
* | | | | | | | | | | | | | | | | | | environment: place key repository state in the_repositoryBrandon Williams2017-06-23
* | | | | | | | | | | | | | | | | | | setup: don't perform lazy initialization of repository stateBrandon Williams2017-06-23
| | | | | | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | setup: teach discover_git_directory to respect the commondirBrandon Williams2017-06-15
| | * | | | | | | | | | | | | | | | | | | config: don't include config.h by defaultBrandon Williams2017-06-15
| | * | | | | | | | | | | | | | | | | | | config: create config.hBrandon Williams2017-06-15
| | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams2017-06-13
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'bw/object-id'Junio C Hamano2017-06-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | grep: convert to struct object_idBrandon Williams2017-06-02
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/diff-blob'Junio C Hamano2017-06-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | / / / / / / / / / / / / / / / | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | get_sha1_with_context: dynamically allocate oc->pathJeff King2017-05-24
| * | | | | | | | | | | | | | | | sha1_name: consistently refer to object_context as "oc"Jeff King2017-05-24
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'dt/unpack-save-untracked-cache-extension'Junio C Hamano2017-05-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | unpack-trees: preserve index extensionsDavid Turner2017-05-20
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | merge: convert checkout_fast_forward to struct object_idbrian m. carlson2017-05-08
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
* | | | | | | | | | | | | | | | Merge branch 'jh/add-index-entry-optim'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | read-cache: add strcmp_offset functionJeff Hostetler2017-04-15
* | | | | | | | | | | | | | | | | Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \