7731 Commits (a5cd09f993c0dd96f0c70fd1266f7c58b4f52446)
 

Author SHA1 Message Date
Eric Wong 5bd3870c37 git-svn: t/t9100-git-svn-basic: remove old check for NO_SYMLINK 18 years ago
Eric Wong c6d499a82f git-svn: remove svnadmin dependency from the tests 18 years ago
Junio C Hamano e90068a904 i18n: do not leak 'encoding' header even when we cheat the conversion. 18 years ago
Junio C Hamano fbc9012307 Do not merge random set of refs out of wildcarded refs 18 years ago
Theodore Tso 63c97ce228 Fix formatting for urls section of fetch, pull, and push manpages 18 years ago
J. Bruce Fields d66409f068 Documentation: update tutorial's discussion of origin 18 years ago
J. Bruce Fields f65bb2c66f Documentation: update glossary entry for "origin" 18 years ago
J. Bruce Fields 36566cc0bc Documentation: update git-clone.txt for clone's new default behavior 18 years ago
J. Bruce Fields c04197ee1e Docs: update cvs-migration.txt to reflect clone's new default behavior 18 years ago
Junio C Hamano 0ae5f98c7b send-pack: tell pack-objects to use its internal rev-list. 18 years ago
Junio C Hamano 4b4ee90e58 send-pack.c: use is_null_sha1() 18 years ago
Junio C Hamano 87a3d29f46 Update documentation for update hook. 18 years ago
Junio C Hamano cc06c87068 Merge branch 'jc/send-pack-pipeline' 18 years ago
Shawn O. Pearce 27086d0f84 Add test case for update hooks in receive-pack. 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 b5ffa5ceef Documentation: illustrate send-pack pipeline. 18 years ago
Junio C Hamano e40a9e2c9e send-pack: fix pipeline. 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