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
*
git-svn: add --prefix= option to multi-init
Eric Wong
2007-01-08
2
-3
/
+23
*
Documentation: clarify definition of "reachable"
J. Bruce Fields
2007-01-08
1
-2
/
+5
*
git-svnimport: fix edge revisions double importing
Sasha Khapyorsky
2007-01-08
1
-2
/
+2
*
cvsimport: skip commits that are too recent
Martin Langhoff
2007-01-08
1
-0
/
+14
*
gitweb: Remove superfluous "|" in "commit" view
Jakub Narebski
2007-01-08
1
-1
/
+1
*
Remove unnecessary git-rm --cached reference from status output
Jürgen Rühle
2007-01-08
1
-2
/
+2
*
"init-db" can really be just "init"
Nicolas Pitre
2007-01-08
8
-6
/
+9
*
Merge branch 'sp/mmap'
Junio C Hamano
2007-01-07
14
-231
/
+582
|
\
|
*
Spell default packedgitlimit slightly differently
Junio C Hamano
2007-01-07
1
-3
/
+1
|
*
Increase packedGit{Limit,WindowSize} on 64 bit systems.
Shawn O. Pearce
2007-01-06
2
-8
/
+18
|
*
Update packedGit config option documentation.
Shawn O. Pearce
2006-12-31
1
-2
/
+6
|
*
Merge branch 'master' into sp/mmap
Junio C Hamano
2006-12-31
27
-84
/
+321
|
|
\
|
*
|
mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()
Junio C Hamano
2006-12-29
1
-0
/
+11
|
*
|
pack-objects: fix use of use_pack().
Junio C Hamano
2006-12-29
1
-2
/
+5
|
*
|
Fix random segfaults in pack-objects.
Shawn O. Pearce
2006-12-29
1
-3
/
+4
|
*
|
Cleanup read_cache_from error handling.
Shawn O. Pearce
2006-12-29
1
-4
/
+4
|
*
|
Replace mmap with xmmap, better handling MAP_FAILED.
Shawn O. Pearce
2006-12-29
6
-19
/
+22
|
*
|
Release pack windows before reporting out of memory.
Shawn O. Pearce
2006-12-29
2
-8
/
+39
|
*
|
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 'jr/status'
Junio C Hamano
2007-01-07
2
-13
/
+37
|
\
\
\
|
*
|
|
Improve cached content header of status output
Jürgen Rühle
2007-01-03
1
-4
/
+14
|
*
|
|
Support --amend on initial commit in status output
Jürgen Rühle
2007-01-03
1
-2
/
+3
|
*
|
|
Improve "nothing to commit" part of status output
Jürgen Rühle
2007-01-03
2
-6
/
+19
|
*
|
|
Clarify syntax and role of git-add in status output
Jürgen Rühle
2007-01-03
1
-1
/
+1
*
|
|
|
Merge branch 'jc/remote'
Junio C Hamano
2007-01-07
2
-1
/
+278
|
\
\
\
\
|
*
|
|
|
git-remote
Junio C Hamano
2007-01-05
2
-1
/
+278
*
|
|
|
|
git-reset <tree> -- <path> restores absense of <path> in <tree>
Junio C Hamano
2007-01-07
1
-2
/
+4
*
|
|
|
|
diff-index --cached --raw: show tree entry on the LHS for unmerged entries.
Junio C Hamano
2007-01-07
4
-8
/
+15
*
|
|
|
|
gitweb: Fix split patches output (e.g. file to symlink)
Jakub Narebski
2007-01-07
1
-2
/
+2
*
|
|
|
|
Revert "gitweb: There can be empty patches (in git_patchset_body)"
Jakub Narebski
2007-01-07
1
-1
/
+1
*
|
|
|
|
gitweb: Fix errors in git_patchset_body for empty patches
Jakub Narebski
2007-01-07
1
-1
/
+3
*
|
|
|
|
gitweb: Fix error in "rename to"/"copy to" git diff header output
Jakub Narebski
2007-01-07
1
-3
/
+3
*
|
|
|
|
gitweb: Fix error in git_patchest_body for file creation/deletion patch
Jakub Narebski
2007-01-07
1
-1
/
+5
[next]