git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-06-15 21:47:53 to 2008-06-17 22:11:36 UTC [more...]

[EGIT PATCH 00/20] PackWriter, first usable attempt
 2008-06-17 22:07 UTC  (28+ messages)
` [EGIT PATCH 01/20] Fix typo in PackIndexV2
  ` [EGIT PATCH 02/20] Integer versions of copyRawTo() and fromRaw() in ObjectId
    ` [EGIT PATCH 03/20] Add openObjectInAllPacks() to Repository, exposing packed objects storage
      ` [EGIT PATCH 04/20] WindowedFile fragments copying: copyToStream()
        ` [EGIT PATCH 05/20] Reverse pack index implementation: PackReverseIndex
          ` [EGIT PATCH 06/20] Tests for PackReverseIndex
            ` [EGIT PATCH 07/20] Refactor PackIndexV2 - extract binarySearchLevelTwo()
              ` [EGIT PATCH 08/20] CRC32 support for PackIndex
                ` [EGIT PATCH 09/20] CRC32 PackIndex tests
                  ` [EGIT PATCH 10/20] Format PackedObjectLoader class
                    ` [EGIT PATCH 11/20] Format UnpackedObjectLoader class
                      ` [EGIT PATCH 12/20] Format DeltaOfsPackedObjectLoader class
                        ` [EGIT PATCH 13/20] Raw-data operations in ObjectLoaders and PackFile
                          ` [EGIT PATCH 14/20] Add hasRevSort() in RevWalk for faster sorting strategy checking
                            ` [EGIT PATCH 15/20] Refactor getRevSort() calls to hasRevSort()
                              ` [EGIT PATCH 16/20] Support for RevSort.BOUNDARY in ObjectWalk
                                ` [EGIT PATCH 17/20] Rename confusing objects field "
                                  ` [EGIT PATCH 18/20] New CountingOutputStream class - stream decorator
                                    ` [EGIT PATCH 19/20] Simplified implementation of pack creation: PackWriter
                                      ` [EGIT PATCH 20/20] PackWriter test suite
                                      ` [EGIT PATCH 21/20] Make isBetterDeltaReuseLoader() static in PackWriter

[PATCH] gitweb: fix support for repository directories with spaces
 2008-06-17 22:07 UTC  (7+ messages)
  ` [PATCH v2] gitweb: quote commands properly when calling the shell

suggestions for generating diffs through the revision list
 2008-06-17 22:04 UTC  (2+ messages)

[PATCH 2/2] git-gc: skip stashes when expiring reflogs
 2008-06-17 21:54 UTC  (22+ messages)

git-svn equivalent to "svn switch --relocate"
 2008-06-17 21:42 UTC  (2+ messages)

[egit-jgit] excluded patterns are decorated as being untracked
 2008-06-17 21:16 UTC  (2+ messages)

error: cannot lock ref 'refs/remotes/origin/*'
 2008-06-17 21:00 UTC  (9+ messages)

bare init and gitweb
 2008-06-17 20:27 UTC  (2+ messages)

Guided merge with override
 2008-06-17 20:04 UTC  (12+ messages)

cvs2git with modules?
 2008-06-17 18:06 UTC  (4+ messages)

[PATCH v3/RFC] Remove the use of '--' in merge program invocation
 2008-06-17 16:52 UTC  (3+ messages)

Bug with approxidate("never")?
 2008-06-17 16:34 UTC  (2+ messages)
` [PATCH] Fix approxidate("never") to always return 0

[Junio C Hamano] Re: Consolidate SHA1 object file close
 2008-06-17 16:30 UTC  (5+ messages)

[StGit PATCH 00/14] Undo series
 2008-06-17 15:32 UTC  (7+ messages)
` [StGit PATCH 03/14] Write to a stack log when stack is modified

[PATCH] gitweb: return correct HTTP status codes
 2008-06-17 14:33 UTC  (11+ messages)

using git-blame with patches as input
 2008-06-17 14:17 UTC  (6+ messages)

[PATCH] git-apply doesn't handle same name patches well [V2]
 2008-06-17 14:14 UTC  (3+ messages)

git-cvsserver: Index already exists in git repo
 2008-06-17 12:09 UTC 

"git log -5 --follow" returns too few commits
 2008-06-17 11:21 UTC 

[PATCH] git-am: head -1 is obsolete and doesn't work on some new systems
 2008-06-17 11:43 UTC 

git & svn related merge questions 
 2008-06-17 11:28 UTC 

'setup_work_tree()' considered harmful
 2008-06-17 11:01 UTC  (3+ messages)

[PATCH] builtin-rerere: fix a small leak
 2008-06-17 10:34 UTC  (2+ messages)

git-rerere observations and feature suggestions
 2008-06-17 10:24 UTC  (20+ messages)

current repository hash
 2008-06-17  9:51 UTC  (9+ messages)

[PATCH] git-apply doesn't handle same name patches well [V3]
 2008-06-17  9:40 UTC  (3+ messages)

no `bare = true' in `config' of a bare repository - problem or ignore?
 2008-06-17  9:25 UTC  (2+ messages)

Mercurial to git converter
 2008-06-17  9:12 UTC  (8+ messages)

[RFC/PATCH (WIP)] gitweb: Check that RSS, Atom and OPML output is well formed XML
 2008-06-17  7:22 UTC 

[PATCH] test-lib.sh: add --long-tests option
 2008-06-17  7:15 UTC  (4+ messages)

git local repo export
 2008-06-17  7:05 UTC  (3+ messages)
  ` fatal: Not a valid object name: 'master'

[PATCH 1/2 v2] t/test-lib.sh: add test_external and test_external_without_stderr
 2008-06-17  6:59 UTC  (2+ messages)
` [PATCH 2/2 v4] Git.pm: add test suite

[PATCH] test-lib.sh: add --long-tests option
 2008-06-17  6:26 UTC 

[PATCH] gitweb: remove unused parse_ref method
 2008-06-17  6:25 UTC 

[PATCH] diff: reset color before printing newline
 2008-06-17  0:59 UTC  (4+ messages)

(unknown)
 2008-06-16 20:43 UTC  (3+ messages)
` [PATCH] git-am: head -1 is obsolete and doesn't work on some new systems

Newbie question about making a bare repository
 2008-06-16 20:57 UTC  (2+ messages)

git-push --all --tags not allowed?
 2008-06-16 20:34 UTC 

[RFC/PATCH (WIP)] gitweb: Use Test::WWW::Mechanize::CGI to test gitweb output
 2008-06-16 20:15 UTC  (6+ messages)
` [RFC/WIP/PATCH v2] gitweb: add test suite with Test::WWW::Mechanize::CGI

(unknown)
 2008-06-16 19:42 UTC 

Working with Git and CVS in a team
 2008-06-16 16:44 UTC  (8+ messages)

[Crash] git-push $remote $non_ref:$anything
 2008-06-16 16:17 UTC  (5+ messages)

How to compare different files in different branches
 2008-06-16 16:09 UTC  (6+ messages)
      ` git-svn breaks svn when adding .svn

how to track changes of a file
 2008-06-16 16:08 UTC  (4+ messages)

[PATCH] Make git reflog expire honour core.sharedRepository
 2008-06-16 15:19 UTC  (5+ messages)

[StGIT PATCH] Implement a new patch identification scheme and id command
 2008-06-16 14:08 UTC  (5+ messages)

git diff --cc bug
 2008-06-16 11:48 UTC  (2+ messages)

How to omit/alter the sigend-off line in a patch set?
 2008-06-16 11:26 UTC  (2+ messages)

[PATCH 0/4] Teach "git clone" to pack refs
 2008-06-16  9:57 UTC  (8+ messages)
` [PATCH 4/4] "
` [PATCH 3/4] Prepare testsuite for a "git clone" that packs refs
    ` [PATCH 3/4 v2] "

[PATCH] git-apply doesn't handle same name patches well
 2008-06-16  9:01 UTC  (2+ messages)

[RFC/PATCH] git-instaweb: added logo and favicon
 2008-06-16  3:13 UTC  (2+ messages)

[EGIT RFC] Commit behaviour
 2008-06-16  2:11 UTC  (2+ messages)

gc and empty packed-refs
 2008-06-15 23:27 UTC 

[PATCH] use natural ordering to display list of branches
 2008-06-15 23:26 UTC  (3+ messages)

gc changes permissions of files
 2008-06-15 22:31 UTC  (4+ 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).