index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Default core.packdGitWindowSize to 1 MiB if NO_MMAP.
Shawn O. Pearce
2006-12-29
2
-2
/
+7
*
Test suite for sliding window mmap implementation.
Shawn O. Pearce
2006-12-29
1
-0
/
+60
*
Create pack_report() as a debugging aid.
Shawn O. Pearce
2006-12-29
2
-0
/
+32
*
Support unmapping windows on 'temporary' packfiles.
Shawn O. Pearce
2006-12-29
1
-16
/
+28
*
Improve error message when packfile mmap fails.
Shawn O. Pearce
2006-12-29
1
-1
/
+3
*
Ensure core.packedGitWindowSize cannot be less than 2 pages.
Shawn O. Pearce
2006-12-29
1
-2
/
+2
*
Load core configuration in git-verify-pack.
Shawn O. Pearce
2006-12-29
1
-0
/
+1
*
Fully activate the sliding window pack access.
Shawn O. Pearce
2006-12-29
5
-13
/
+76
*
Unmap individual windows rather than entire files.
Shawn O. Pearce
2006-12-29
1
-15
/
+30
*
Document why header parsing won't exceed a window.
Shawn O. Pearce
2006-12-29
1
-4
/
+12
*
Loop over pack_windows when inflating/accessing data.
Shawn O. Pearce
2006-12-29
3
-39
/
+87
*
Replace use_packed_git with window cursors.
Shawn O. Pearce
2006-12-29
4
-67
/
+85
*
Refactor how we open pack files to prepare for multiple windows.
Shawn O. Pearce
2006-12-29
2
-40
/
+47
*
Create read_or_die utility routine.
Shawn O. Pearce
2006-12-29
2
-0
/
+17
*
Use off_t for index and pack file lengths.
Shawn O. Pearce
2006-12-29
1
-2
/
+2
*
Refactor packed_git to prepare for sliding mmap windows.
Shawn O. Pearce
2006-12-29
4
-34
/
+40
*
Introduce new config option for mmap limit.
Shawn O. Pearce
2006-12-29
5
-2
/
+17
*
Replace unpack_entry_gently with unpack_entry.
Shawn O. Pearce
2006-12-29
3
-23
/
+14
*
Merge branch 'jc/curl'
Junio C Hamano
2006-12-29
1
-1
/
+1
|
\
|
*
Work around http-fetch built with cURL 7.16.0
Junio C Hamano
2006-12-28
1
-1
/
+1
*
|
Fix 'git add' with .gitignore
Junio C Hamano
2006-12-29
4
-29
/
+69
*
|
Revert "read_directory: show_both option."
Junio C Hamano
2006-12-29
2
-16
/
+9
*
|
Add info about new test families (8 and 9) to t/README
Jakub Narebski
2006-12-29
1
-0
/
+2
*
|
t5400 send-pack test: try a bit more nontrivial transfer.
Junio C Hamano
2006-12-29
2
-9
/
+45
*
|
Merge branch 'jc/utf8'
Junio C Hamano
2006-12-29
18
-43
/
+308
|
\
\
|
*
|
t3900: test conversion to non UTF-8 as well
Junio C Hamano
2006-12-29
1
-0
/
+11
|
*
|
Rename t3900 test vector file
Junio C Hamano
2006-12-28
2
-5
/
+5
|
*
|
UTF-8: introduce i18n.logoutputencoding.
Junio C Hamano
2006-12-28
15
-23
/
+160
|
*
|
Teach log family --encoding
Junio C Hamano
2006-12-26
3
-5
/
+76
|
*
|
i18n.logToUTF8: convert commit log message to UTF-8
Junio C Hamano
2006-12-26
1
-2
/
+9
|
*
|
Move encoding conversion routine out of mailinfo to utf8.c
Junio C Hamano
2006-12-26
3
-30
/
+69
*
|
|
Allow non-fast-forward of remote tracking branches in default clone
Junio C Hamano
2006-12-29
1
-1
/
+1
*
|
|
core.logallrefupdates: log remotes/ tracking branches.
Junio C Hamano
2006-12-29
1
-1
/
+2
*
|
|
GIT_SKIP_TESTS: allow users to omit tests that are known to break
Junio C Hamano
2006-12-29
1
-18
/
+70
*
|
|
Merge branch 'jc/make'
Junio C Hamano
2006-12-29
1
-6
/
+16
|
\
\
\
|
*
|
|
gcc does not necessarily pass runtime libpath with -R
Junio C Hamano
2006-12-28
1
-6
/
+16
|
|
|
/
|
|
/
|
*
|
|
update hook: redirect _both_ diagnostic lines to stderr upon tag failure
Jim Meyering
2006-12-28
1
-1
/
+1
*
|
|
xdl_merge(): fix a segmentation fault when refining conflicts
Johannes Schindelin
2006-12-28
2
-0
/
+26
*
|
|
git-svn: sort multi-init output
Eric Wong
2006-12-28
1
-1
/
+1
*
|
|
git-svn: verify_ref() should actually --verify
Eric Wong
2006-12-28
1
-1
/
+2
*
|
|
git-svn: print out the SVN library version in --version, too
Eric Wong
2006-12-28
1
-1
/
+1
*
|
|
git-svn: remove non-delta fetch code paths
Eric Wong
2006-12-28
2
-176
/
+21
*
|
|
t9200-git-cvsexportcommit.sh: quiet down commit
Eric Wong
2006-12-28
1
-4
/
+6
*
|
|
test-lib: quiet down init-db output for tests
Eric Wong
2006-12-28
1
-1
/
+1
*
|
|
t6024-recursive-merge: quiet down this test
Eric Wong
2006-12-28
1
-43
/
+47
*
|
|
Merge branch 'js/shallow'
Junio C Hamano
2006-12-28
9
-48
/
+445
|
\
\
\
|
*
\
\
Merge branch 'master' into js/shallow
Junio C Hamano
2006-12-27
226
-6240
/
+9288
|
|
\
\
\
|
*
|
|
|
fetch-pack: Do not fetch tags for shallow clones.
Alexandre Julliard
2006-11-25
1
-1
/
+2
|
*
|
|
|
get_shallow_commits: Avoid memory leak if a commit has been reached already.
Alexandre Julliard
2006-11-25
1
-1
/
+3
|
*
|
|
|
git-fetch: Reset shallow_depth before auto-following tags.
Alexandre Julliard
2006-11-25
1
-0
/
+2
[next]