aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update packedGit config option documentation.Shawn O. Pearce2006-12-30
* Merge branch 'master' into sp/mmapJunio C Hamano2006-12-30
|\
| * Documentation/config.txt (and repo-config manpage): mark-up fix.Junio C Hamano2006-12-30
| * Teach Git how to parse standard power of 2 suffixes.Shawn O. Pearce2006-12-30
| * Use /dev/null for update hook stdin.Shawn O. Pearce2006-12-30
| * Redirect update hook stdout to stderr.Shawn O. Pearce2006-12-30
| * Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce2006-12-30
| * Automatically detect a bare git repository.Shawn O. Pearce2006-12-30
| * Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.Shawn O. Pearce2006-12-30
| * Use PATH_MAX constant for --bare.Shawn O. Pearce2006-12-30
| * Force core.filemode to false on Cygwin.Shawn O. Pearce2006-12-30
| * Fix formatting for urls section of fetch, pull, and push manpagesTheodore Ts'o2006-12-30
| * Fix yet another subtle xdl_merge() bugJohannes Schindelin2006-12-30
| * i18n: drop "encoding" header in the output after re-coding.Junio C Hamano2006-12-30
| * commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano2006-12-30
| * Move commit reencoding parameter parsing to revision.cJunio C Hamano2006-12-30
| * Documentation: minor rewording for git-log and git-show pages.Junio C Hamano2006-12-30
| * Documentation: i18n commit log message notes.Junio C Hamano2006-12-30
| * t3900: test log --encoding=noneJunio C Hamano2006-12-30
| * commit re-encoding: fix confusion between no and default conversion.Junio C Hamano2006-12-30
* | mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()Junio C Hamano2006-12-29
* | pack-objects: fix use of use_pack().Junio C Hamano2006-12-29
* | Fix random segfaults in pack-objects.Shawn O. Pearce2006-12-29
* | Cleanup read_cache_from error handling.Shawn O. Pearce2006-12-29
* | Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce2006-12-29
* | Release pack windows before reporting out of memory.Shawn O. Pearce2006-12-29
* | Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce2006-12-29
* | Test suite for sliding window mmap implementation.Shawn O. Pearce2006-12-29
* | Create pack_report() as a debugging aid.Shawn O. Pearce2006-12-29
* | Support unmapping windows on 'temporary' packfiles.Shawn O. Pearce2006-12-29
* | Improve error message when packfile mmap fails.Shawn O. Pearce2006-12-29
* | Ensure core.packedGitWindowSize cannot be less than 2 pages.Shawn O. Pearce2006-12-29
* | Load core configuration in git-verify-pack.Shawn O. Pearce2006-12-29
* | Fully activate the sliding window pack access.Shawn O. Pearce2006-12-29
* | Unmap individual windows rather than entire files.Shawn O. Pearce2006-12-29
* | Document why header parsing won't exceed a window.Shawn O. Pearce2006-12-29
* | Loop over pack_windows when inflating/accessing data.Shawn O. Pearce2006-12-29
* | Replace use_packed_git with window cursors.Shawn O. Pearce2006-12-29
* | Refactor how we open pack files to prepare for multiple windows.Shawn O. Pearce2006-12-29
* | Create read_or_die utility routine.Shawn O. Pearce2006-12-29
* | Use off_t for index and pack file lengths.Shawn O. Pearce2006-12-29
* | Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-29
* | Introduce new config option for mmap limit.Shawn O. Pearce2006-12-29
* | Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce2006-12-29
|/
* Merge branch 'jc/curl'Junio C Hamano2006-12-29
|\
| * Work around http-fetch built with cURL 7.16.0Junio C Hamano2006-12-27
* | Fix 'git add' with .gitignoreJunio C Hamano2006-12-29
* | Revert "read_directory: show_both option."Junio C Hamano2006-12-29
* | Add info about new test families (8 and 9) to t/READMEJakub Narebski2006-12-29
* | t5400 send-pack test: try a bit more nontrivial transfer.Junio C Hamano2006-12-29