index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-07
Spell default packedgitlimit slightly differently
Junio C Hamano
1
-3
/
+1
2007-01-06
Increase packedGit{Limit,WindowSize} on 64 bit systems.
Shawn O. Pearce
2
-8
/
+18
2006-12-30
Update packedGit config option documentation.
Shawn O. Pearce
1
-2
/
+6
2006-12-30
Merge branch 'master' into sp/mmap
Junio C Hamano
27
-84
/
+321
2006-12-30
Documentation/config.txt (and repo-config manpage): mark-up fix.
Junio C Hamano
1
-7
/
+7
2006-12-30
Teach Git how to parse standard power of 2 suffixes.
Shawn O. Pearce
3
-1
/
+20
2006-12-30
Use /dev/null for update hook stdin.
Shawn O. Pearce
3
-6
/
+8
2006-12-30
Redirect update hook stdout to stderr.
Shawn O. Pearce
3
-7
/
+30
2006-12-30
Remove unnecessary argc parameter from run_command_v.
Shawn O. Pearce
4
-9
/
+9
2006-12-30
Automatically detect a bare git repository.
Shawn O. Pearce
1
-34
/
+39
2006-12-30
Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.
Shawn O. Pearce
1
-3
/
+3
2006-12-30
Use PATH_MAX constant for --bare.
Shawn O. Pearce
1
-2
/
+2
2006-12-30
Force core.filemode to false on Cygwin.
Shawn O. Pearce
2
-4
/
+18
2006-12-30
Fix formatting for urls section of fetch, pull, and push manpages
Theodore Ts'o
1
-7
/
+16
2006-12-30
Fix yet another subtle xdl_merge() bug
Johannes Schindelin
1
-2
/
+5
2006-12-30
i18n: drop "encoding" header in the output after re-coding.
Junio C Hamano
1
-0
/
+45
2006-12-30
commit-tree: cope with different ways "utf-8" can be spelled.
Junio C Hamano
3
-2
/
+12
2006-12-30
Move commit reencoding parameter parsing to revision.c
Junio C Hamano
3
-0
/
+16
2006-12-30
Documentation: minor rewording for git-log and git-show pages.
Junio C Hamano
2
-5
/
+9
2006-12-30
Documentation: i18n commit log message notes.
Junio C Hamano
5
-0
/
+78
2006-12-30
t3900: test log --encoding=none
Junio C Hamano
1
-1
/
+8
2006-12-30
commit re-encoding: fix confusion between no and default conversion.
Junio C Hamano
1
-0
/
+2
2006-12-29
mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()
Junio C Hamano
1
-0
/
+11
2006-12-29
pack-objects: fix use of use_pack().
Junio C Hamano
1
-2
/
+5
2006-12-29
Fix random segfaults in pack-objects.
Shawn O. Pearce
1
-3
/
+4
2006-12-29
Cleanup read_cache_from error handling.
Shawn O. Pearce
1
-4
/
+4
2006-12-29
Replace mmap with xmmap, better handling MAP_FAILED.
Shawn O. Pearce
6
-19
/
+22
2006-12-29
Release pack windows before reporting out of memory.
Shawn O. Pearce
2
-8
/
+39
2006-12-29
Default core.packdGitWindowSize to 1 MiB if NO_MMAP.
Shawn O. Pearce
2
-2
/
+7
2006-12-29
Test suite for sliding window mmap implementation.
Shawn O. Pearce
1
-0
/
+60
2006-12-29
Create pack_report() as a debugging aid.
Shawn O. Pearce
2
-0
/
+32
2006-12-29
Support unmapping windows on 'temporary' packfiles.
Shawn O. Pearce
1
-16
/
+28
2006-12-29
Improve error message when packfile mmap fails.
Shawn O. Pearce
1
-1
/
+3
2006-12-29
Ensure core.packedGitWindowSize cannot be less than 2 pages.
Shawn O. Pearce
1
-2
/
+2
2006-12-29
Load core configuration in git-verify-pack.
Shawn O. Pearce
1
-0
/
+1
2006-12-29
Fully activate the sliding window pack access.
Shawn O. Pearce
5
-13
/
+76
2006-12-29
Unmap individual windows rather than entire files.
Shawn O. Pearce
1
-15
/
+30
2006-12-29
Document why header parsing won't exceed a window.
Shawn O. Pearce
1
-4
/
+12
2006-12-29
Loop over pack_windows when inflating/accessing data.
Shawn O. Pearce
3
-39
/
+87
2006-12-29
Replace use_packed_git with window cursors.
Shawn O. Pearce
4
-67
/
+85
2006-12-29
Refactor how we open pack files to prepare for multiple windows.
Shawn O. Pearce
2
-40
/
+47
2006-12-29
Create read_or_die utility routine.
Shawn O. Pearce
2
-0
/
+17
2006-12-29
Use off_t for index and pack file lengths.
Shawn O. Pearce
1
-2
/
+2
2006-12-29
Refactor packed_git to prepare for sliding mmap windows.
Shawn O. Pearce
4
-34
/
+40
2006-12-29
Introduce new config option for mmap limit.
Shawn O. Pearce
5
-2
/
+17
2006-12-29
Replace unpack_entry_gently with unpack_entry.
Shawn O. Pearce
3
-23
/
+14
2006-12-29
Merge branch 'jc/curl'
Junio C Hamano
1
-1
/
+1
2006-12-29
Fix 'git add' with .gitignore
Junio C Hamano
4
-29
/
+69
2006-12-29
Revert "read_directory: show_both option."
Junio C Hamano
2
-16
/
+9
2006-12-29
Add info about new test families (8 and 9) to t/README
Jakub Narebski
1
-0
/
+2
[next]