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
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
2006-12-29
t5400 send-pack test: try a bit more nontrivial transfer.
Junio C Hamano
2
-9
/
+45
2006-12-28
Merge branch 'jc/utf8'
Junio C Hamano
18
-43
/
+308
2006-12-28
Allow non-fast-forward of remote tracking branches in default clone
Junio C Hamano
1
-1
/
+1
2006-12-28
core.logallrefupdates: log remotes/ tracking branches.
Junio C Hamano
1
-1
/
+2
2006-12-28
GIT_SKIP_TESTS: allow users to omit tests that are known to break
Junio C Hamano
1
-18
/
+70
2006-12-28
t3900: test conversion to non UTF-8 as well
Junio C Hamano
1
-0
/
+11
2006-12-28
Merge branch 'jc/make'
Junio C Hamano
1
-6
/
+16
2006-12-28
update hook: redirect _both_ diagnostic lines to stderr upon tag failure
Jim Meyering
1
-1
/
+1
2006-12-28
xdl_merge(): fix a segmentation fault when refining conflicts
Johannes Schindelin
2
-0
/
+26
2006-12-28
git-svn: sort multi-init output
Eric Wong
1
-1
/
+1
2006-12-28
git-svn: verify_ref() should actually --verify
Eric Wong
1
-1
/
+2
2006-12-28
git-svn: print out the SVN library version in --version, too
Eric Wong
1
-1
/
+1
2006-12-28
git-svn: remove non-delta fetch code paths
Eric Wong
2
-176
/
+21
2006-12-28
t9200-git-cvsexportcommit.sh: quiet down commit
Eric Wong
1
-4
/
+6
2006-12-28
test-lib: quiet down init-db output for tests
Eric Wong
1
-1
/
+1
2006-12-28
t6024-recursive-merge: quiet down this test
Eric Wong
1
-43
/
+47
2006-12-28
Merge branch 'js/shallow'
Junio C Hamano
9
-48
/
+445
2006-12-28
Allow git-merge to select the default strategy.
Shawn O. Pearce
1
-18
/
+0
2006-12-28
Honor pull.{twohead,octopus} in git-merge.
Shawn O. Pearce
1
-2
/
+14
2006-12-28
Ensure `git-pull` fails if `git-merge` fails.
Shawn O. Pearce
1
-1
/
+1
2006-12-28
Use branch names in 'git-rebase -m' conflict hunks.
Shawn O. Pearce
1
-1
/
+10
2006-12-28
Honor GIT_REFLOG_ACTION in git-rebase.
Shawn O. Pearce
1
-1
/
+2
2006-12-28
Use GIT_REFLOG_ACTION environment variable instead.
Shawn O. Pearce
7
-41
/
+30
[next]