git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2006-12-22 08:50:39 to 2006-12-24 09:30:30 UTC [more...]

[PATCH 0/17] Sliding window mmap for packfiles
 2006-12-24  9:29 UTC  (6+ messages)

confusion over the new branch and merge config
 2006-12-24  6:15 UTC  (28+ messages)

[RFC] git reflog show
 2006-12-24  6:11 UTC  (4+ messages)

[PATCH 0/7] Various sp/mmap improvemnts
 2006-12-24  5:54 UTC 

[PATCH 2/7] Switch git_mmap to use pread
 2006-12-24  5:47 UTC  (6+ messages)
` [PATCH 3/7] Ensure packed_git.next is initialized to NULL
` [PATCH 4/7] Default core.packdGitWindowSize to 1 MiB if NO_MMAP
` [PATCH 5/7] Don't exit successfully on EPIPE in read_or_die
` [PATCH 6/7] Release pack windows before reporting out of memory
` [PATCH 7/7] Replace mmap with xmmap, better handling MAP_FAILED

[PATCH 1/7] Rename gitfakemmap to git_mmap
 2006-12-24  5:45 UTC 

[PATCH 1/17] Replace unpack_entry_gently with unpack_entry
 2006-12-24  2:35 UTC  (25+ messages)
` [PATCH 2/17] Introduce new config option for mmap limit
` [PATCH 3/17] Refactor packed_git to prepare for sliding mmap windows
` [PATCH 4/17] Use off_t for index and pack file lengths
` [PATCH 5/17] Create read_or_die utility routine
` [PATCH 6/17] Refactor how we open pack files to prepare for multiple windows
` [PATCH 7/17] Replace use_packed_git with window cursors
` [PATCH 8/17] Loop over pack_windows when inflating/accessing data
` [PATCH 9/17] Document why header parsing won't exceed a window
` [PATCH 10/17] Unmap individual windows rather than entire files
` [PATCH 11/17] Fully activate the sliding window pack access
` [PATCH 12/17] Load core configuration in git-verify-pack
` [PATCH 13/17] Ensure core.packedGitWindowSize cannot be less than 2 pages
` [PATCH 14/17] Improve error message when packfile mmap fails
` [PATCH 15/17] Support unmapping windows on 'temporary' packfiles
` [PATCH 16/17] Create pack_report() as a debugging aid
` [PATCH 17/17] Test suite for sliding window mmap implementation

[PATCH] Fix documentation copy&paste typo
 2006-12-23 23:46 UTC  (28+ messages)
` specify charset for commits (Was: [PATCH] Fix documentation copy&paste typo)
      ` specify charset for commits
              ` [PATCH 1/2] libgit.a: add some UTF-8 handling functions
                      ` warn non utf-8 commit log messages
              ` [PATCH 2/2] git-commit-tree: if i18n.commitencoding is utf-8 (default), check it
              ` [RFC/PATCH 3/2] Wrap lines in shortlog

[PATCH 1/3] gitweb: Use rev-list pattern search options
 2006-12-23 22:43 UTC  (10+ messages)
` [PATCH 2/3] gitweb: Require a minimum of two character for the search text
  ` [PATCH 3/3] gitweb: Allow search to be disabled from the config file
          ` [PATCH] gitweb: Paginate commit/author/committer search output

What's cooking in git.git (topics)
 2006-12-23 16:38 UTC  (6+ messages)

[PATCH 1/2] Makefile: add quick-install-doc for installing pre-built manpages
 2006-12-23 16:26 UTC  (4+ messages)
` [PATCH 2/2] Remove NO_ACCURATE_DIFF options from build systems
  ` [PATCH] Makefile: add quick-install-doc for installing pre-built manpages

author/commit counts
 2006-12-23 14:31 UTC  (12+ messages)

branch.<name>.merge specifying remote branch name
 2006-12-23 14:32 UTC  (3+ messages)

[PATCH 2/2] Display 'theirs' branch name when possible in merge
 2006-12-23  9:11 UTC  (2+ messages)

[PATCH 1/2] Use extended SHA1 syntax in merge-recursive conflicts
 2006-12-23  8:44 UTC 

git-svn throwing assertion on old svn tracking branch
 2006-12-23  6:45 UTC  (7+ messages)

git-svn dcommit ignors svn.authorsfile config and -A / --author-file cmd-line-option
 2006-12-23  5:59 UTC  (2+ messages)
` [PATCH] git-svn: enable common fetch/commit options for dcommit

GIT - error: no such remote ref refs/heads/TestBranch
 2006-12-23  5:27 UTC  (18+ messages)
                ` Separating "add path to index" from "update content in index"

warning merge message
 2006-12-23  0:05 UTC  (8+ messages)

Updated Kernel Hacker's guide to git
 2006-12-22 23:31 UTC  (12+ messages)

[PATCH 1/4] gitweb: Add missing show '...' links change
 2006-12-22 21:52 UTC  (9+ messages)
` [PATCH] Small optimizations to gitweb
      ` [PATCH 2/4] gitweb: optimize git_get_last_activity
        ` [PATCH 3/4] gitweb: optimize git_shortlog_body
          ` [PATCH 4/4] gitweb: optimize git_summary

What's in git.git (stable)
 2006-12-22 21:49 UTC  (16+ messages)

newbie question - git-pull and local branch merge
 2006-12-22 20:43 UTC  (4+ messages)

[PATCH] make the message about the need for a new branch a bit clearer
 2006-12-22 20:06 UTC 

[PATCH] sha1_name(): accept ':directory/' to get at the cache_tree
 2006-12-22 19:25 UTC  (10+ messages)

[PATCH] Keep "git --git-dir" from causing a bus error
 2006-12-22 17:34 UTC  (3+ messages)

[PATCH] fix vc git
 2006-12-22 15:17 UTC  (9+ messages)

Change in git-svn dcommit semantics?
 2006-12-22 14:09 UTC  (9+ messages)

[PATCH] Make git-show-branch options similar to git-branch
 2006-12-22 13:58 UTC 

[BUG] daemon.c blows up on OSX
 2006-12-22 13:14 UTC  (13+ messages)
        ` [PATCH] Do not define _XOPEN_SOURCE on MacOSX as it is too restricting there
          ` [PATCH] Don't define _XOPEN_SOURCE on MacOSX and FreeBSD as it is too restricting

UI: git-tag should support -F as well
 2006-12-22 12:15 UTC  (4+ messages)
` [PATCH] git-tag: support -F <file> option

[PATCH] hooks/pre-commit: add example to add Signed-off-by line to message
 2006-12-22  9:28 UTC  (4+ messages)
` [PATCH] hooks/commit-msg: "

Updated Kernel Hacker's guide to git
 2006-12-22  8:50 UTC  (2+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).