7463 Commits (22bac0ea528fd419cb833cab5de79a36fad91524)
 

Author SHA1 Message Date
Shawn O. Pearce 22bac0ea52 Increase packedGit{Limit,WindowSize} on 64 bit systems. 18 years ago
Shawn O. Pearce eb92242f19 Update packedGit config option documentation. 18 years ago
Junio C Hamano 76d4e079ad Merge branch 'master' into sp/mmap 18 years ago
Junio C Hamano a862f97e98 Documentation/config.txt (and repo-config manpage): mark-up fix. 18 years ago
Shawn O. Pearce d77a64d353 Teach Git how to parse standard power of 2 suffixes. 18 years ago
Shawn O. Pearce 95d3c4f546 Use /dev/null for update hook stdin. 18 years ago
Shawn O. Pearce cd83c74cb3 Redirect update hook stdout to stderr. 18 years ago
Shawn O. Pearce 9b0b50936e Remove unnecessary argc parameter from run_command_v. 18 years ago
Shawn O. Pearce ad1a382fbb Automatically detect a bare git repository. 18 years ago
Shawn O. Pearce 45b097947d Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT. 18 years ago
Shawn O. Pearce ef5ddb2fe0 Use PATH_MAX constant for --bare. 18 years ago
Shawn O. Pearce c869753ebb Force core.filemode to false on Cygwin. 18 years ago
Theodore Ts'o 400e74df98 Fix formatting for urls section of fetch, pull, and push manpages 18 years ago
Johannes Schindelin 22b6abcd08 Fix yet another subtle xdl_merge() bug 18 years ago
Junio C Hamano 53af9816bc i18n: drop "encoding" header in the output after re-coding. 18 years ago
Junio C Hamano 677cfed56a commit-tree: cope with different ways "utf-8" can be spelled. 18 years ago
Junio C Hamano 7cbcf4d557 Move commit reencoding parameter parsing to revision.c 18 years ago
Junio C Hamano 99e09cce8d Documentation: minor rewording for git-log and git-show pages. 18 years ago
Junio C Hamano 5dc7bcc245 Documentation: i18n commit log message notes. 18 years ago
Junio C Hamano 000792830b t3900: test log --encoding=none 18 years ago
Junio C Hamano 4b46e22d48 commit re-encoding: fix confusion between no and default conversion. 18 years ago
Junio C Hamano 2c039da804 mmap: set FD_CLOEXEC for file descriptors we keep open for mmap() 18 years ago
Junio C Hamano 9c18df1907 pack-objects: fix use of use_pack(). 18 years ago
Shawn O. Pearce f5b1b5a07e Fix random segfaults in pack-objects. 18 years ago
Shawn O. Pearce 5fe5c8300d Cleanup read_cache_from error handling. 18 years ago
Shawn O. Pearce c4712e4553 Replace mmap with xmmap, better handling MAP_FAILED. 18 years ago
Shawn O. Pearce 97bfeb34df Release pack windows before reporting out of memory. 18 years ago
Shawn O. Pearce 8c82534d89 Default core.packdGitWindowSize to 1 MiB if NO_MMAP. 18 years ago
Shawn O. Pearce 2dee8af676 Test suite for sliding window mmap implementation. 18 years ago
Shawn O. Pearce a53128b601 Create pack_report() as a debugging aid. 18 years ago
Shawn O. Pearce 11daf39b74 Support unmapping windows on 'temporary' packfiles. 18 years ago
Shawn O. Pearce 73b4e4be71 Improve error message when packfile mmap fails. 18 years ago
Shawn O. Pearce 40be82723c Ensure core.packedGitWindowSize cannot be less than 2 pages. 18 years ago
Shawn O. Pearce bac2614de3 Load core configuration in git-verify-pack. 18 years ago
Shawn O. Pearce 60bb8b1453 Fully activate the sliding window pack access. 18 years ago
Shawn O. Pearce 54044bf825 Unmap individual windows rather than entire files. 18 years ago
Shawn O. Pearce 8d8a4ea553 Document why header parsing won't exceed a window. 18 years ago
Shawn O. Pearce 079afb18fe Loop over pack_windows when inflating/accessing data. 18 years ago
Shawn O. Pearce 03e79c88aa Replace use_packed_git with window cursors. 18 years ago
Shawn O. Pearce 9bc879c1ce Refactor how we open pack files to prepare for multiple windows. 18 years ago
Shawn O. Pearce 75025ccdb7 Create read_or_die utility routine. 18 years ago
Shawn O. Pearce 2dc3a23409 Use off_t for index and pack file lengths. 18 years ago
Shawn O. Pearce c41ee586dc Refactor packed_git to prepare for sliding mmap windows. 18 years ago
Shawn O. Pearce 77ccc5bbd1 Introduce new config option for mmap limit. 18 years ago
Shawn O. Pearce 4d703a1a90 Replace unpack_entry_gently with unpack_entry. 18 years ago
Junio C Hamano 1ed4813f7d Merge branch 'jc/curl' 18 years ago
Junio C Hamano 4d06f8ac43 Fix 'git add' with .gitignore 18 years ago
Junio C Hamano c889763bf3 Revert "read_directory: show_both option." 18 years ago
Jakub Narebski 8757749ecb Add info about new test families (8 and 9) to t/README 18 years ago
Junio C Hamano 04509738b5 t5400 send-pack test: try a bit more nontrivial transfer. 18 years ago