1699 Commits (005c62fe4639117a355d933288d74fcee49fbc45)

Author SHA1 Message Date
Elijah Newren b101793c43 move index_has_changes() from builtin/am.c to merge.c for reuse 7 years ago
Lars Schneider a64f213d3f refactor "dumb" terminal determination 7 years ago
Ann T Ropea a2cd709de3 print_sha1_ellipsis: introduce helper 7 years ago
Torsten Bögershausen 9472935d81 add: introduce "--renormalize" 7 years ago
brian m. carlson eb0ccfd7f5 Switch empty tree and blob lookups to use hash abstraction 7 years ago
brian m. carlson 78a6766802 Integrate hash algorithm support with repo setup 7 years ago
Ben Peart 00ec50e56d read_index_from(): speed index loading by skipping verification of the entry order 7 years ago
Alex Vandiver ba1b9caca6 fsmonitor: delay updating state until after split index is merged 7 years ago
René Scharfe 0ec218656a notes: move hex_to_bytes() to hex.c and export it 7 years ago
Brandon Williams 19113a26b6 http: tell server that the client understands v1 8 years ago
Brandon Williams 373d70efb2 protocol: introduce protocol extension mechanisms 8 years ago
Martin Ågren b74c90fb41 read_cache: roll back lock in `update_index_if_able()` 8 years ago
Martin Ågren df60cf5789 read-cache: leave lock in right state in `write_locked_index()` 8 years ago
Martin Ågren 812d6b0075 read-cache: drop explicit `CLOSE_LOCK`-flag 8 years ago
Martin Ågren 8dc3834610 cache.h: document `write_locked_index()` 8 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 8 years ago
Jeff King 27344d6a6c git: add --no-optional-locks option 8 years ago
Ramsay Jones 356a293f39 cache.h: hex2chr() - avoid -Wsign-compare warnings 8 years ago
Jonathan Nieder 607bd8315c pack: make packed_git_mru global a value instead of a pointer 8 years ago
Jonathan Tan 7709f468fd pack: move for_each_packed_object() 8 years ago
Jonathan Tan f9a8672a81 pack: move has_pack_index() 8 years ago
Jonathan Tan 150e3001d0 pack: move has_sha1_pack() 8 years ago
Jonathan Tan d6fe0036fd pack: move find_sha1_pack() 8 years ago
Jonathan Tan a2551953b9 pack: move find_pack_entry_one(), is_pack_valid() 8 years ago
Jonathan Tan 9e0f45f5a6 pack: move check_pack_index_ptr(), nth_packed_object_offset() 8 years ago
Jonathan Tan d5a1676182 pack: move nth_packed_object_{sha1,oid} 8 years ago
Jonathan Tan f1d8130be0 pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry() 8 years ago
Jonathan Tan 3588dd6e99 pack: move unpack_object_header() 8 years ago
Jonathan Tan 7b3aa75df7 pack: move get_size_from_delta() 8 years ago
Jonathan Tan 32b42e152f pack: move unpack_object_header_buffer() 8 years ago
Jonathan Tan 0abe14f6a5 pack: move {,re}prepare_packed_git and approximate_object_count 8 years ago
Jonathan Tan e65f186242 pack: move install_packed_git() 8 years ago
Jonathan Tan 9a42865374 pack: move add_packed_git() 8 years ago
Jonathan Tan 97de1803f8 pack: move unuse_pack() 8 years ago
Jonathan Tan 84f80ad5e1 pack: move use_pack() 8 years ago
Jonathan Tan 3836d88ae5 pack: move pack-closing functions 8 years ago
Jonathan Tan 0317f45576 pack: move open_pack_index(), parse_pack_index() 8 years ago
Jonathan Tan 8e21176c3c pack: move pack_report() 8 years ago
Jonathan Tan 4f39cd821d pack: move pack name-related functions 8 years ago
Patryk Obara da77611d73 sha1_file: convert hash_sha1_file_literally to struct object_id 8 years ago
Patryk Obara e3506559d4 sha1_file: convert index_fd to struct object_id 8 years ago
Patryk Obara 98e019b067 sha1_file: convert index_path to struct object_id 8 years ago
Stefan Beller 2456990dfd sha1_file: make read_info_alternates static 8 years ago
Jeff King 0b006014c8 hashcmp: use memcmp instead of open-coded loop 8 years ago
Brandon Williams f9ee2fcdfa grep: recurse in-process using 'struct repository' 8 years ago
Brandon Williams 4c0eeafe47 cache.h: add GITMODULES_FILE macro 8 years ago
Jeff King 2491f77b90 connect: factor out "looks like command line option" check 8 years ago
brian m. carlson 321c89bf5f sha1_name: convert GET_SHA1* flags to GET_OID* 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
Lars Schneider 2841e8f81c convert: add "status=delayed" to filter process protocol 8 years ago