git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-07-24 23:28:30 to 2009-07-27 17:55:28 UTC [more...]

Question about fixing windows bug reading graft data
 2009-07-27 17:55 UTC  (3+ messages)

[RFC 00/11] Foreign VCS helper program for CVS repositories
 2009-07-27 17:27 UTC  (13+ messages)
` [RFC 01/11] Add specification of git-vcs-* helper programs
` [RFC 02/11] Use a function to determine whether a remote is valid
` [RFC 03/11] Allow programs to not depend on remotes having urls
` [RFC 04/11] Add a transport implementation using git-vcs-* helpers
` [RFC 05/11] Refactor path name parsing into new function: get_path_str()
` [RFC 06/11] Add support for mark references as path names
` [RFC 07/11] Preliminary clarifications to git-vcs documentation
` [RFC 08/11] Teach foreign transport code to perform the "capabilities" command
` [RFC 09/11] Introduce a 'marks <filename>' feature to the foreign transport code
` [RFC 11/11] Add simple test cases of git-vcs-cvs functionality

The 10th copy of the msysGit Herald
 2009-07-27 17:23 UTC 

Problem packing repository
 2009-07-27 15:56 UTC  (2+ messages)

What's cooking in git.git (Jul 2009, #02; Sun, 26)
 2009-07-27 14:09 UTC  (8+ messages)
` en/fast-export, was "
` db/transport-shim, "
` gp/maint-rebase-p-onto, "

git-svn error: RA layer request failed: PROPFIND request failed on '/svn/stf/branches/dev/sw%2Fdpemu%2Finclude%2FNetCnxn.h':
 2009-07-27 13:44 UTC  (3+ messages)
  ` git-svn error: RA layer request failed: PROPFIND requestfailed "

Your software Git - Fast Version Control System registered on Skysoft
 2009-07-27 13:04 UTC  (3+ messages)

[PATCH] git fast-export: add --no-data option
 2009-07-27 12:48 UTC  (5+ messages)

[PATCH] git-add -p: be able to undo a given hunk
 2009-07-27 10:36 UTC  (14+ messages)

[RFC PATCH] Implement unstage and reset modes for git-add--interactive
 2009-07-27 10:10 UTC  (10+ messages)
` [RFC PATCH v3 0/5] {checkout,reset,stash} --patch
  ` [RFC PATCH v3 1/5] git-apply--interactive: Refactor patch mode code
  ` [RFC PATCH v3 2/5] builtin-add: refactor the meat of interactive_add()
  ` [RFC PATCH v3 3/5] Implement 'git reset --patch'
  ` [RFC PATCH v3 4/5] Implement 'git checkout --patch'
  ` [RFC PATCH v3 5/5] Implement 'git stash save --patch'

git-svn commit count vs- revision count
 2009-07-27  9:59 UTC  (2+ messages)

[ANNOUNCE] GIT 1.6.4-rc3
 2009-07-27  5:13 UTC  (4+ messages)

[PATCH] New whitespace checking category 'trailing-blank-line'
 2009-07-26 23:57 UTC  (3+ messages)

Performance issue of 'git branch'
 2009-07-26 23:21 UTC 

[PATCH] subtree merge strategy fails if branch.master.rebase=true
 2009-07-26 21:47 UTC 

[PATCH 2/2] After renaming a section, print any trailing variable definitions
 2009-07-26 20:24 UTC  (6+ messages)
` [PATCH] Make git config fail on variables with no section, as documented

[PATCH 1/3] Add support for external programs for handling native fetches
 2009-07-26 19:05 UTC  (13+ messages)

Performance issue of 'git branch'
 2009-07-26 17:16 UTC  (40+ messages)

[PATCH] Fix documentation: "fmt-merge-msg" and "mv" are no longer scripts
 2009-07-26 16:08 UTC 

instaweb does not start because of a small syntax error in .git/gitweb/httpd.conf
 2009-07-26 10:10 UTC  (3+ messages)
` [PATCH] Trivial path quoting fixes in git-instaweb

[PATCHv2 00/10] gitweb: 'blame' view improvements
 2009-07-26 10:06 UTC  (12+ messages)
` [PATCH 02/10] gitweb: Mark boundary commits in 'blame' view
` [PATCHv2/RFC 09/10] gitweb: Incremental blame (proof of concept)
` [PATCH/RFC 10/10] gitweb: Create links leading to 'blame_incremental' using JavaScript

[ANNOUNCE] GIT 1.6.4-rc2
 2009-07-26 10:01 UTC  (11+ messages)
      ` [PATCH 2/2] git svn: the branch command no longer needs the full path
          ` [PATCH] t9143: do not fail if Compress::Zlib is missing
            ` [PATCH] git svn: make minimize URL more reliable over http(s)

What's in git.git (Jul 2009, #01; Sun, 26)
 2009-07-26  8:17 UTC 

Git Option/Subcommand Processing Library?
 2009-07-26  0:38 UTC  (5+ messages)

git format-patch from date never set
 2009-07-26  0:06 UTC  (5+ messages)

[JGIT PATCH 00/19] More Config class cleanup work
 2009-07-25 23:38 UTC  (26+ messages)
` [JGIT PATCH 01/19] Cleanup nonstandard references to encoding strings to bytes
  ` [JGIT PATCH 02/19] Delete incorrect Javadoc from Config's getRawString method
    ` [JGIT PATCH 03/19] Make Config.escapeValue a private method
      ` [JGIT PATCH 04/19] Allow a RemoteConfig to use the more generic Config class
        ` [JGIT PATCH 05/19] Use type specific sets when creating a new RepositoryConfig
          ` [JGIT PATCH 06/19] Move SystemReader out of RepositoryConfig
            ` [JGIT PATCH 07/19] Correct user config to be of type FileBasedConfig
              ` [JGIT PATCH 08/19] Extract the test specific SystemReader out of RepositoryTestCase
                ` [JGIT PATCH 09/19] Refactor Config hierarchy to make IO more explicit
                  ` [JGIT PATCH 10/19] Test for the config file when creating a new repository
                    ` [JGIT PATCH 11/19] Remove the map lookup for values in Config
                      ` [JGIT PATCH 12/19] Return base values first from Config.getStringList()
                        ` [JGIT PATCH 13/19] Make Config thread safe by using copy-on-write semantics
                          ` [JGIT PATCH 14/19] Support cached application models in a Config
                            ` [JGIT PATCH 15/19] Cache Config subsection names when requested by application code
                              ` [JGIT PATCH 16/19] Refactor author/committer lookup to use cached data
                                ` [JGIT PATCH 17/19] Move repository config creation fully into Repository class
                                  ` [JGIT PATCH 18/19] Use Config SectionParser cache to store daemon enable states
                                    ` [JGIT PATCH 19/19] Use Config cache for fetch and receive configuration parsing

[JGIT] Re: blinking test WindowCacheGetTest.testCache_TooSmallLimit
 2009-07-25 23:30 UTC  (6+ messages)
      ` [JGIT PATCH] Fix WindowCacheGetTest.testCache_TooSmallLimit failures

[JGIT PATCH 0/3] Request for help: graph-based UI
 2009-07-25 23:20 UTC  (5+ messages)

[JGIT PATCH 0/4] Racy pack directory fixes
 2009-07-25 22:52 UTC  (5+ messages)
` [JGIT PATCH 1/4] Avoid unnecessary stat when scanning packs in the objects directory
  ` [JGIT PATCH 2/4] Make ObjectDirectory last modified time atomically updated with list
    ` [JGIT PATCH 3/4] Don't create new pack lists if the directory hasn't changed
      ` [JGIT PATCH 4/4] Fix racy condition when a repository is repacked

[PATCH 2/3] Use an external program to implement fetching with curl
 2009-07-25 17:51 UTC 

[PATCH 3/3] git-http-fetch: not a builtin
 2009-07-25 17:51 UTC 

[PATCH 0/2] Section renaming can lose content
 2009-07-25 17:41 UTC  (11+ messages)
` [PATCH 1/2] Make section_name_match start on '[', and return the length on success
  ` [PATCH 2/2] After renaming a section, print any trailing variable definitions
        ` (unknown),

[PATCH] Disable asciidoc 8.4.1+ semantics for `{plus}` and friends
 2009-07-25 16:56 UTC  (3+ messages)
` [PATCH resend] "

[RFC PATCH] Implement unstage and reset modes for git-add--interactive
 2009-07-25 14:58 UTC  (3+ messages)
` [RFC PATCH v2 2/3] Introduce git-discard

[PATCH/RFC v2] git-p4: stream from perforce to speed up clones
 2009-07-25 14:25 UTC  (7+ messages)
  ` [PATCH 1/5] git-p4 stream: remove unused function
  ` [PATCH 2/5] git-p4 stream: do not pass branchPrefixes so much
  ` [PATCH 3/5] git-p4 stream: show relative path in debug messages
  ` [PATCH 4/5] git-p4 stream: check apple file type
  ` [PATCH 5/5] git-p4 stream: use existing p4CmdList with callback

git svn fetches the same revision multiple times for non-trunk branches
 2009-07-25 10:51 UTC  (2+ messages)

[PATCH] git init: optionally allow a directory argument
 2009-07-25  9:26 UTC  (7+ messages)

[PATCH] Trailing whitespace and no newline fix
 2009-07-25  8:52 UTC  (3+ messages)
  ` warning: "git am --whitespace=fix" broken in 1.6.4-rc2

[BUG] Endless loop in git whatchanged --graph -m
 2009-07-24 23:45 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).