git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-04-28 22:43:01 to 2009-04-30 16:27:05 UTC [more...]

git svn errors out with git-cat-file "usage" message
 2009-04-30 16:26 UTC  (15+ messages)

What's cooking in git.git (Apr 2009, #04; Wed, 29)
 2009-04-30 16:04 UTC  (3+ messages)
` add -e, was "

question about a merge result
 2009-04-30 15:42 UTC  (6+ messages)

jgit standalone client on OpenVMS works (somewhat)
 2009-04-30 15:39 UTC 

Eric Sink's blog - notes on git, dscms and a "whole product" approach
 2009-04-30 15:28 UTC  (13+ messages)
` Cross-Platform Version Control (was: Eric Sink's blog - notes on git, dscms and a "whole product" approach)
    ` Cross-Platform Version Control
  ` Why Git is so fast (was: Re: Eric Sink's blog - notes on git, dscms and a "whole product" approach)
      ` Why Git is so fast

[PATCH EGIT] Fix NPE on missing git data
 2009-04-30 14:59 UTC 

[PATCH] Workaround for ai_canonname sometimes coming back as null
 2009-04-30 14:13 UTC  (10+ messages)
      ` [PATCH] Don't crash if ai_canonname comes "

[PATCH/RFC 1/2] Add 'git subtree' command for tracking history of subtrees separately
 2009-04-30 14:32 UTC  (5+ messages)

Invalid search parameter in webinterface
 2009-04-30 10:17 UTC  (9+ messages)
` [PATCH] gitweb: escape searchtext and parameters for replay
            ` [PATCH (backport for warthog9/gitweb.git)] gitweb: Separate search regexp from search text

gitweb sets incorrect <base> header
 2009-04-30 10:06 UTC  (4+ messages)

[PATCH] git config: error when editing a repo config and not being in one
 2009-04-30  9:21 UTC  (8+ messages)

finding the commit that deleted a file
 2009-04-30  8:33 UTC  (4+ messages)

[PATCH 0/6] cleanups for git-send-email
 2009-04-30  8:11 UTC  (14+ messages)
` [PATCH 1/6] Remove return undef from validate_patch
  ` [PATCH 2/6] Remove function prototypes from git-send-email.perl
    ` [PATCH 3/6] Remove return undef from ask()
      ` [PATCH 4/6] Add explict return to end of subroutines
        ` [PATCH 5/6] Remove mix of high and low-precedence booleans
          ` [PATCH 6/6] Remove bareword filehandles in git-send-email.perl
          ` [PATCH 5/6] Re: Remove mix of high and low-precedence booleans
    ` [PATCH 0/6] Re: cleanups for git-send-email

[JGIT PATCH 1/2] Don't use ByteWindows when checking pack file headers/footers
 2009-04-30  7:34 UTC  (6+ messages)
` [JGIT RFC PATCH 2/2] Rewrite WindowCache to be easier to follow and maintain

different git-merge behavior with regard to submodules in 1.6.2.4 vs. 1.6.2.1
 2009-04-30  6:07 UTC  (15+ messages)
      ` [PATCH] Teach gitlinks to combine-diff
        ` [PATCH v2] diff -c -p: do not die on submodules

What's in git.git (Apr 2009, #02; Wed, 29)
 2009-04-30  5:33 UTC 

Weird growth in packfile during initial push
 2009-04-30  2:52 UTC  (4+ messages)

[PATCH] Documentation: Fix description of archive "--prefix"
 2009-04-30  2:33 UTC  (3+ messages)

Trying to sync two svn repositories with git-svn (repost)
 2009-04-30  2:07 UTC  (8+ messages)

EGIT: problems using eclipse project below root of working tree
 2009-04-30  0:17 UTC  (2+ messages)

Google Code: Support for Mercurial and Analysis of Git and Mercurial
 2009-04-30  0:00 UTC  (4+ messages)

[JGIT PATCH v2 00/11] WindowCache rewrite... with tests
 2009-04-29 23:46 UTC  (13+ messages)
` [JGIT PATCH 01/11] Fix more computation of integer average overflows
  ` [JGIT PATCH 02/11] Fix performance problem recently introduced to DeltaPackedObjectLoader
    ` [JGIT PATCH 03/11] Replace inefficient new String(String) constructor to silence FindBugs
      ` [JGIT PATCH 04/11] Replace inefficient new Long(long) "
        ` [JGIT PATCH 05/11] Change IndexPack to use ObjectIdSubclassMap instead of ObjectIdMap
          ` [JGIT PATCH 06/11] Use getCachedBytes in IndexPack to avoid an unnecessary copy
            ` [JGIT PATCH 07/11] Remove ObjectIdMap from the JGit library
              ` [JGIT PATCH 08/11] Don't use ByteWindows when checking pack file headers/footers
                ` [JGIT PATCH v2 09/11] Rewrite WindowCache to be easier to follow and maintain
                  ` [JGIT PATCH 10/11] Add tests for WindowCache.reconfigure cases
                    ` [JGIT PATCH 11/11] Add tests to increase coverage of WindowCache

[ANNOUNCE] GIT 1.6.3.rc1
 2009-04-29 22:24 UTC  (3+ messages)
` "git config --edit" outside a Git repository

[PATCH JGIT] Equals method should not assume anything about the type of its argument
 2009-04-29 21:51 UTC  (2+ messages)

[PATCH] Clarify kind of conflict in merge-one-file helper
 2009-04-29 21:40 UTC 

Diftool problems
 2009-04-29 21:37 UTC  (5+ messages)

Question on merge and mergetool settings
 2009-04-29 21:36 UTC  (4+ messages)

[PATCH] improve error message in config.c
 2009-04-29 21:27 UTC 

[PATCH] print unlink(2) errno in copy_or_link_directory
 2009-04-29 21:24 UTC 

[PATCH 1/2] Introduce an unlink(2) wrapper which gives warning if unlink failed
 2009-04-29 21:22 UTC  (2+ messages)
  ` [PATCH 2/2] replace direct calls to unlink(2) with unlink_or_warn

[JGIT PATCH 00/13] Misc. bug fixes and cleanups
 2009-04-29 20:42 UTC  (8+ messages)
` [JGIT PATCH 08/13] Work around Sun JVM bug "Cleared SoftReference not added to queue"
` [JGIT PATCH 09/13] Replace inefficient new String(String) constructor to silence FindBugs
  ` [JGIT PATCH 10/13] Replace inefficient new Long(long) "
      ` [PATCH 12/11] Add a test for LongMap, IndexPack's helper class

[PATCH] Update Russian translation of git gui
 2009-04-29 20:12 UTC  (13+ messages)
      ` [PATCH] Another update of Russian translation

(topgit question) deleting a dependency
 2009-04-29 18:48 UTC  (7+ messages)

Windows Server?
 2009-04-29 15:24 UTC  (6+ messages)

[PATCH JGIT] Equals method should not assume anything about the type of its argument
 2009-04-29 15:02 UTC  (2+ messages)

[StGit PATCH 0/9] Various StGit updates
 2009-04-29 14:25 UTC  (22+ messages)
` [StGit PATCH 1/9] Show "Pushing <patch>...done" when pushing a patch
` [StGit PATCH 2/9] Show some progress information when checking for upstream merges
` [StGit PATCH 3/9] Do not sleep after the last patch sent by e-mail
` [StGit PATCH 4/9] Convert 'clone' to the use stgit.lib
` [StGit PATCH 5/9] Convert 'hide' to the lib infrastructure
` [StGit PATCH 6/9] Convert 'unhide' "
` [StGit PATCH 7/9] Reinstate the --annotate option for refresh
` [StGit PATCH 8/9] Add the log --clear option
` [StGit PATCH 9/9] Use the default git colouring scheme rather than specific scripts

[doc] User Manual Suggestion
 2009-04-29 14:05 UTC  (12+ messages)

[PATCH 1/2] parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parse
 2009-04-29  8:10 UTC  (3+ messages)

error: Unable to append to .git/logs/refs/remotes/origin/master: Permission denied
 2009-04-29  8:06 UTC  (5+ messages)

adding arbitary folders to the git index, from outside of the repository
 2009-04-29  7:44 UTC  (3+ messages)

[PATCH] Removed redundant static functions such as update_tracking_ref() and verify_remote_names() from builtin-send-pack.c, and made the ones in transport.c not be static so they can be used instead
 2009-04-29  4:09 UTC  (7+ messages)

Project Setup Problem
 2009-04-29  3:21 UTC  (2+ messages)

[JGIT PATCH] Fix spelling of Junit option jgit.junit.usemmap
 2009-04-28 22:50 UTC 


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).