aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* git-fetch: allow updating the current branch in a bare repository.Junio C Hamano2007-01-07
* Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano2007-01-07
* Move initialization of log_all_ref_updatesJunio C Hamano2007-01-07
* git-svn: pass an unambiguous ref to rev-list when grafting-branchesEric Wong2007-01-07
* git-svn: add --prefix= option to multi-initEric Wong2007-01-07
* Documentation: clarify definition of "reachable"J. Bruce Fields2007-01-07
* git-svnimport: fix edge revisions double importingSasha Khapyorsky2007-01-07
* cvsimport: skip commits that are too recentMartin Langhoff2007-01-07
* gitweb: Remove superfluous "|" in "commit" viewJakub Narebski2007-01-07
* Remove unnecessary git-rm --cached reference from status outputJürgen Rühle2007-01-07
* "init-db" can really be just "init"Nicolas Pitre2007-01-07
* Merge branch 'sp/mmap'Junio C Hamano2007-01-07
|\
| * Spell default packedgitlimit slightly differentlyJunio C Hamano2007-01-07
| * Increase packedGit{Limit,WindowSize} on 64 bit systems.Shawn O. Pearce2007-01-06
| * Update packedGit config option documentation.Shawn O. Pearce2006-12-30
| * Merge branch 'master' into sp/mmapJunio C Hamano2006-12-30
| |\
| * | mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()Junio C Hamano2006-12-29
| * | pack-objects: fix use of use_pack().Junio C Hamano2006-12-29
| * | Fix random segfaults in pack-objects.Shawn O. Pearce2006-12-29
| * | Cleanup read_cache_from error handling.Shawn O. Pearce2006-12-29
| * | Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce2006-12-29
| * | Release pack windows before reporting out of memory.Shawn O. Pearce2006-12-29
| * | Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce2006-12-29
| * | Test suite for sliding window mmap implementation.Shawn O. Pearce2006-12-29
| * | Create pack_report() as a debugging aid.Shawn O. Pearce2006-12-29
| * | Support unmapping windows on 'temporary' packfiles.Shawn O. Pearce2006-12-29
| * | Improve error message when packfile mmap fails.Shawn O. Pearce2006-12-29
| * | Ensure core.packedGitWindowSize cannot be less than 2 pages.Shawn O. Pearce2006-12-29
| * | Load core configuration in git-verify-pack.Shawn O. Pearce2006-12-29
| * | Fully activate the sliding window pack access.Shawn O. Pearce2006-12-29
| * | Unmap individual windows rather than entire files.Shawn O. Pearce2006-12-29
| * | Document why header parsing won't exceed a window.Shawn O. Pearce2006-12-29
| * | Loop over pack_windows when inflating/accessing data.Shawn O. Pearce2006-12-29
| * | Replace use_packed_git with window cursors.Shawn O. Pearce2006-12-29
| * | Refactor how we open pack files to prepare for multiple windows.Shawn O. Pearce2006-12-29
| * | Create read_or_die utility routine.Shawn O. Pearce2006-12-29
| * | Use off_t for index and pack file lengths.Shawn O. Pearce2006-12-29
| * | Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-29
| * | Introduce new config option for mmap limit.Shawn O. Pearce2006-12-29
| * | Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce2006-12-29
* | | Merge branch 'jr/status'Junio C Hamano2007-01-06
|\ \ \
| * | | Improve cached content header of status outputJürgen Rühle2007-01-02
| * | | Support --amend on initial commit in status outputJürgen Rühle2007-01-02
| * | | Improve "nothing to commit" part of status outputJürgen Rühle2007-01-02
| * | | Clarify syntax and role of git-add in status outputJürgen Rühle2007-01-02
* | | | Merge branch 'jc/remote'Junio C Hamano2007-01-06
|\ \ \ \
| * | | | git-remoteJunio C Hamano2007-01-04
* | | | | git-reset <tree> -- <path> restores absense of <path> in <tree>Junio C Hamano2007-01-06
* | | | | diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano2007-01-06
* | | | | gitweb: Fix split patches output (e.g. file to symlink)Jakub Narebski2007-01-06