git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-08-11 14:43:09 to 2009-08-13 02:15:14 UTC [more...]

What's cooking in git.git (Aug 2009, #02; Wed, 12)
 2009-08-13  2:14 UTC 

[RFCv3 0/4] CVS remote helper
 2009-08-13  1:27 UTC  (12+ messages)
` [RFCv3 1/4] Basic build infrastructure for Python scripts
` [RFCv3 2/4] Add Python support library for CVS remote helper
` [RFCv3 3/4] Third draft of CVS remote helper program
` [RFCv3 4/4] Add simple selftests of git-remote-cvs functionality

[PATCH] svn: Add && to t9107-git-svn-migrarte.sh
 2009-08-13  0:35 UTC  (5+ messages)
  ` [PATCH] svn: allow branches outside of refs/remotes

GCC Git mirror no longer updating
 2009-08-13  0:28 UTC 

[PATCH 5/8] Add a config option for remotes to specify a foreign vcs
 2009-08-12 23:39 UTC  (8+ messages)
` [RFC/PATCH 2/6] transport_get(): Don't SEGFAULT on missing url
` [RFC/PATCH 5/6] Let transport_helper_init() decide if a remote helper program can be used

For review: git add --ignore-unmatch
 2009-08-12 22:57 UTC  (2+ messages)

fatal: bad revision 'HEAD'
 2009-08-12 22:49 UTC  (6+ messages)

[PATCH] Change mentions of "git programs" to "git commands"
 2009-08-12 22:39 UTC  (6+ messages)

[PATCH 00/13] more changes to port rebase -i to C using sequencer code
 2009-08-12 21:49 UTC  (15+ messages)
` [PATCH 01/13] sequencer: add "do_fast_forward()" to perform a fast forward
` [PATCH 02/13] sequencer: add "--fast-forward" option to "git sequencer--helper"
` [PATCH 03/13] sequencer: let "git sequencer--helper" callers set "allow_dirty"
` [PATCH 04/13] rebase -i: use "git sequencer--helper --fast-forward"
` [PATCH 05/13] revert: libify pick
` [PATCH 06/13] pick: simplify "error(...)" followed by "return -1"
` [PATCH 07/13] pick: rename "pick()" to "pick_commit()"
` [PATCH 08/13] pick: remove useless PICK_REVERSE => PICK_ADD_NOTE code
` [PATCH 09/13] pick: simplify bogus comment about commiting immediately
` [PATCH 10/13] pick: libify "pick_help_msg()"
` [PATCH 11/13] sequencer: add "do_commit()" and related functions
` [PATCH 12/13] sequencer: add "--cherry-pick" option to "git sequencer--helper"
` [PATCH 13/13] rebase -i: use "git sequencer--helper --cherry-pick"

[ANNOUNCE] Scumd
 2009-08-12 21:10 UTC  (4+ messages)

situation codes (e.g. #16) in unpack-trees.c
 2009-08-12 21:07 UTC  (2+ messages)

[JGIT PATCH] Rename RevTag.getName() to RevTag.getTagName()
 2009-08-12 20:51 UTC  (3+ messages)
  ` [JGIT PATCH v2] "

[PATCH] [TRIVIAL] Documentation: merge: one <remote> is required
 2009-08-12 20:47 UTC  (9+ messages)
` [PATCH] "

git-gui translation pushed
 2009-08-12 20:29 UTC  (3+ messages)

git index: how does it work?
 2009-08-12 20:31 UTC  (7+ messages)

[PATCH 5/8] Add a config option for remotes to specify a foreign vcs
 2009-08-12 20:30 UTC  (12+ messages)

Tie a CVS-aware app into GIT?
 2009-08-12 20:30 UTC  (3+ messages)

[PATCH 3/3] block-sha1: support for architectures with memory alignment restrictions
 2009-08-12 19:47 UTC 

[JGIT PATCH 1/1] Fix for Repository.stripWorkDir when using partial paths
 2009-08-12 19:47 UTC  (3+ messages)

[PATCH 2/3] block-sha1: split the different "hacks" to be individually selected
 2009-08-12 19:46 UTC 

[PATCH 1/3] block-sha1: move code around
 2009-08-12 19:45 UTC 

[JGIT PATCH (RESEND) 0/4] Fix race condition on loading pack files
 2009-08-12 19:45 UTC  (5+ messages)
` [JGIT PATCH (RESEND) 1/4] Avoid unnecessary stat when scanning packs in the objects directory
  ` [JGIT PATCH (RESEND) 2/4] Make ObjectDirectory last modified time atomically updated with list
    ` [JGIT PATCH (RESEND) 3/4] Don't create new pack lists if the directory hasn't changed
      ` [JGIT PATCH (RESEND) 4/4] Fix racy condition when a repository is repacked

[EGIT PATCH] Provide a more JavaBeans-style 'getName' accessor for the id Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
 2009-08-12 19:09 UTC  (7+ messages)

[PATCH] Limited git-gui to displaying 5000 new files
 2009-08-12 15:51 UTC  (9+ messages)
  ` [PATCH] Limit git-gui to display a maximum number of files
          ` [PATCH] git-gui: Update russian translation

[PATCH JGIT 5/5] Treat gitlink tree entries similar to symlink tree entries
 2009-08-12 17:30 UTC  (3+ messages)
  ` [PATCH JGIT] Recognize gitlink tree entries when mapping a tree

[PATCHv3/RFC 2/3] gitweb: Incremental blame (proof of concept)
 2009-08-12 17:08 UTC  (2+ messages)
` [PATCHv4/RFC 2/3] gitweb: Incremental blame (WIP)

[JGIT PATCH] Use SoftReference in WindowCache to keep Repository around
 2009-08-12 17:03 UTC 

[RFC PATCH v3 0/8] Sparse checkout
 2009-08-12 15:40 UTC  (20+ messages)
` [RFC PATCH v3 1/8] Prevent diff machinery from examining assume-unchanged entries on worktree
  ` [RFC PATCH v3 2/8] Avoid writing to buffer in add_excludes_from_file_1()
    ` [RFC PATCH v3 3/8] Read .gitignore from index if it is assume-unchanged
      ` [RFC PATCH v3 4/8] excluded_1(): support exclude "directories" in index
        ` [RFC PATCH v3 5/8] dir.c: export excluded_1() and add_excludes_from_file_1()
          ` [RFC PATCH v3 6/8] unpack-trees.c: generalize verify_* functions
            ` [RFC PATCH v3 7/8] Support sparse checkout in unpack_trees() and read-tree
              ` [RFC PATCH v3 8/8] --sparse for porcelains

git gc expanding packed data?
 2009-08-12 15:35 UTC  (6+ messages)

[PATCH JGIT 2/5] FileMode: Store bit masks in int constants
 2009-08-12 15:22 UTC  (3+ messages)

[PATCH JGIT 4/5] Repository: Make listener collections members final
 2009-08-12 15:06 UTC 

[PATCH JGIT 3/5] Introduce InvalidObjectIdException to reduce code duplicated
 2009-08-12 15:06 UTC 

[PATCH JGIT 1/5] TODO: Update and retitle to "JGit Wishlist"
 2009-08-12 14:33 UTC 

How do gmail users try out patches from this list?
 2009-08-12 13:43 UTC  (11+ messages)

[PATCH] Fix typos in git-remote.txt and git-symbolic-ref.txt
 2009-08-12 13:40 UTC  (4+ messages)

RFC for 1.7: Do not checkout -b master origin/master on clone
 2009-08-12  9:56 UTC  (4+ messages)

Implementing $Date$ substitution - problem with git status
 2009-08-12  9:25 UTC  (6+ messages)
    ` Problems with filters and git status - reproduction steps

Using VC build git
 2009-08-12  7:13 UTC  (5+ messages)
` [msysGit] "
      ` [msysGit] "

Meta data available to filters?
 2009-08-12  6:59 UTC 

unpack a single object
 2009-08-12  5:34 UTC  (4+ messages)

Git<->Accurev Bridge
 2009-08-12  4:02 UTC 

A tiny documentation patch
 2009-08-12  2:55 UTC  (4+ messages)

RFC: default version of the documentation tool chain (git 1.7)
 2009-08-12  2:53 UTC  (2+ messages)

[PATCHv2] git-instaweb: detect difference between mod_cgi and mod_cgid for apache2
 2009-08-12  2:34 UTC 

block-sha1: improve code on large-register-set machines
 2009-08-12  2:26 UTC  (16+ messages)

[JGIT PATCH] Add PathSuffixFilter class which is TreeFilter
 2009-08-12  1:16 UTC 

[PATCH 1/2] Throw IllegalStateException if DirCacheEntry has not been fully initialized
 2009-08-12  1:15 UTC  (5+ messages)
` [PATCH 2/2] Add PathSuffixFilter class which is TreeFilter

Help/Advice needed on diff bug in xutils.c
 2009-08-12  0:47 UTC  (2+ messages)
` [PATCH/RFC] Add diff tests for trailing-space and now newline

sharing git work while downstream from svn?
 2009-08-11 23:17 UTC  (4+ messages)

[EGIT] Push to GitHub caused corruption
 2009-08-11 22:52 UTC  (3+ messages)

[RFC PATCH v2 0/4] Sparse checkout
 2009-08-11  7:08 UTC  (10+ messages)
` [RFC PATCH v2 1/4] Prevent diff machinery from examining assume-unchanged entries on worktree
  ` [RFC PATCH v2 2/4] gitignore: read from index if .gitignore is assume-unchanged
    ` [RFC PATCH v2 3/4] unpack_trees(): add support for sparse checkout
      ` [RFC PATCH v2 4/4] read-tree: add --no-sparse to turn off sparse hook

[PATCH] [TRIVIAL] Documentation: add: <filepattern>... is optional
 2009-08-11 15:06 UTC  (3+ messages)
` [PATCH] "

Unable to checkout a branch after cloning
 2009-08-11 14:54 UTC  (7+ 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).