aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Merge branch 'ew/empty-merge-with-dirty-index-maint' into ew/empty-merge-with...Junio C Hamano2017-12-22
|\
| * move index_has_changes() from builtin/am.c to merge.c for reuseElijah Newren2017-12-22
* | Merge branch 'ls/editor-waiting-message'Junio C Hamano2017-12-19
|\ \
| * | refactor "dumb" terminal determinationLars Schneider2017-12-04
| |/
* | Merge branch 'ar/unconfuse-three-dots'Junio C Hamano2017-12-19
|\ \
| * | print_sha1_ellipsis: introduce helperAnn T Ropea2017-12-04
* | | Merge branch 'bc/hash-algo'Junio C Hamano2017-12-13
|\ \ \
| * | | Switch empty tree and blob lookups to use hash abstractionbrian m. carlson2017-11-13
| * | | Integrate hash algorithm support with repo setupbrian m. carlson2017-11-13
* | | | Merge branch 'bw/protocol-v1'Junio C Hamano2017-12-06
|\ \ \ \
| * | | | http: tell server that the client understands v1Brandon Williams2017-10-17
| * | | | protocol: introduce protocol extension mechanismsBrandon Williams2017-10-17
* | | | | Merge branch 'tb/add-renormalize'Junio C Hamano2017-11-27
|\ \ \ \ \
| * | | | | add: introduce "--renormalize"Torsten Bögershausen2017-11-17
| | |_|_|/ | |/| | |
* | | | | Merge branch 'av/fsmonitor'Junio C Hamano2017-11-21
|\ \ \ \ \
| * | | | | fsmonitor: delay updating state until after split index is mergedAlex Vandiver2017-11-01
* | | | | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-21
|\ \ \ \ \ \ | |/ / / / /
| * | | | | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-01
* | | | | | Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano2017-11-15
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | read_index_from(): speed index loading by skipping verification of the entry ...Ben Peart2017-11-08
* | | | | | Merge branch 'rs/hex-to-bytes-cleanup'Junio C Hamano2017-11-09
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | notes: move hex_to_bytes() to hex.c and export itRené Scharfe2017-11-01
| | |_|/ / | |/| | |
* | | | | Merge branch 'ma/lockfile-fixes'Junio C Hamano2017-11-06
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | read_cache: roll back lock in `update_index_if_able()`Martin Ågren2017-10-07
| * | | | read-cache: leave lock in right state in `write_locked_index()`Martin Ågren2017-10-07
| * | | | read-cache: drop explicit `CLOSE_LOCK`-flagMartin Ågren2017-10-07
| * | | | cache.h: document `write_locked_index()`Martin Ågren2017-10-06
* | | | | Merge branch 'jk/no-optional-locks'Junio C Hamano2017-10-03
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | git: add --no-optional-locks optionJeff King2017-09-27
* | | | | Merge branch 'rj/no-sign-compare'Junio C Hamano2017-09-29
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | cache.h: hex2chr() - avoid -Wsign-compare warningsRamsay Jones2017-09-22
| |/ /
| * | Merge branch 'sb/sha1-file-cleanup' into maintJunio C Hamano2017-09-10
| |\ \
| * \ \ Merge branch 'jk/hashcmp-memcmp' into maintJunio C Hamano2017-09-10
| |\ \ \
| * \ \ \ 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
| | |\ \ \ \
* | | | | | | pack: make packed_git_mru global a value instead of a pointerJonathan Nieder2017-09-14
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'jt/packmigrate'Junio C Hamano2017-08-26
|\ \ \ \ \ \
| * | | | | | pack: move for_each_packed_object()Jonathan Tan2017-08-23
| * | | | | | pack: move has_pack_index()Jonathan Tan2017-08-23
| * | | | | | pack: move has_sha1_pack()Jonathan Tan2017-08-23
| * | | | | | pack: move find_sha1_pack()Jonathan Tan2017-08-23
| * | | | | | pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan2017-08-23
| * | | | | | pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan2017-08-23
| * | | | | | pack: move nth_packed_object_{sha1,oid}Jonathan Tan2017-08-23
| * | | | | | pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan2017-08-23
| * | | | | | pack: move unpack_object_header()Jonathan Tan2017-08-23
| * | | | | | pack: move get_size_from_delta()Jonathan Tan2017-08-23
| * | | | | | pack: move unpack_object_header_buffer()Jonathan Tan2017-08-23
| * | | | | | pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-23
| * | | | | | pack: move install_packed_git()Jonathan Tan2017-08-23