git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-07-23 11:39:06 to 2009-07-25 20:33:37 UTC [more...]

Performance issue of 'git branch'
 2009-07-25 20:31 UTC  (51+ messages)
                ` Newton-Raphson, was "

[ANNOUNCE] GIT 1.6.4-rc2
 2009-07-25 20:16 UTC  (9+ messages)
      ` [PATCH 2/2] git svn: the branch command no longer needs the full path

[JGIT] Re: blinking test WindowCacheGetTest.testCache_TooSmallLimit
 2009-07-25 20:00 UTC  (4+ messages)
      ` [JGIT PATCH] Fix WindowCacheGetTest.testCache_TooSmallLimit failures

Git Option/Subcommand Processing Library?
 2009-07-25 19:51 UTC  (3+ messages)

[PATCHv2 00/10] gitweb: 'blame' view improvements
 2009-07-25 19:28 UTC  (18+ messages)
` [PATCH 01/10] gitweb: Make .error style generic
` [PATCH 02/10] gitweb: Mark boundary commits in 'blame' view
` [PATCHv2 03/10] gitweb: Use "previous" header of git-blame -p "
` [PATCH 04/10] gitweb: Mark commits with no "previous" "
` [PATCHv2 05/10] gitweb: Add author initials in 'blame' view, a la "git gui blame"
` [PATCH/RFC 06/10] gitweb: Use light/dark for class names also in 'blame' view
` [PATCH 07/10] gitweb: Add -partial_query option to href() subroutine
` [PATCH 08/10] gitweb: Add optional "time to generate page" info in footer
` [PATCHv2/RFC 09/10] gitweb: Incremental blame (proof of concept)
` [PATCH/RFC 10/10] gitweb: Create links leading to 'blame_incremental' using JavaScript

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

[JGIT PATCH 00/19] More Config class cleanup work
 2009-07-25 18:53 UTC  (20+ 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

[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] git fast-export: add --no-data option
 2009-07-25 17:44 UTC  (4+ messages)

[PATCH 0/2] Section renaming can lose content
 2009-07-25 17:41 UTC  (12+ 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] "

[PATCH] git-add -p: be able to undo a given hunk
 2009-07-25 14:58 UTC  (18+ messages)
` [RFC PATCH] Implement unstage and reset modes for git-add--interactive
  ` [RFC PATCH v2 1/3] Introduce git-unstage
  ` [RFC PATCH v2 2/3] Introduce git-discard
  ` [RFC PATCH v2 3/3] Implement unstage --patch and discard --patch

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

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

git-svn error: RA layer request failed: PROPFIND request failed on '/svn/stf/branches/dev/sw%2Fdpemu%2Finclude%2FNetCnxn.h':
 2009-07-25  9:36 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 

[JGIT PATCH 00/12] Cleanup Config class
 2009-07-24 21:34 UTC  (5+ messages)
` [JGIT PATCH 10/12] Match config subsection names using case sensitive search
      ` [PATCH] Ensure Config readers handle case insensitive names correctly

Eclipse git plugin help -- diffs
 2009-07-24 20:51 UTC  (2+ messages)

git-am -p fails with new file
 2009-07-24 18:09 UTC 

Fw: Portability changes to mozilla-sha1
 2009-07-24 17:17 UTC 

[PATCH] Fix export_marks() error handling
 2009-07-24 16:35 UTC  (2+ messages)

[PATCH/RFC] SunOS grep does not understand -C<n>
 2009-07-24 15:55 UTC  (7+ messages)
` [PATCH/RFC] FreeBSD iconv function signature is "old"

[PATCH 0/2] Make git-gc more robust with regard to grafts
 2009-07-24 15:24 UTC  (10+ messages)
` [PATCH 1/2] Add a test showing that 'git repack' throws away grafted-away parents
` [PATCH 2/2] git repack: keep commits hidden by a graft

[PATCH] Show the presence of untracked files in the bash prompt
 2009-07-24 15:03 UTC  (4+ messages)

cloning to remote
 2009-07-24 13:58 UTC  (2+ messages)

Fast-forward-only merge
 2009-07-24 10:40 UTC  (2+ messages)

Portability changes to mozilla-sha1
 2009-07-24  5:32 UTC 

[PATCH 1/3] git branch: fix performance problem
 2009-07-23 19:20 UTC  (3+ messages)
` [PATCH 2/3] git branch: avoid unnecessary object lookups
  ` [PATCH 3/3] git branch: clean up detached branch handling

How to prevent Git from compressing certain files?
 2009-07-23 18:51 UTC  (3+ messages)

[PATCH] configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN tests
 2009-07-23 16:22 UTC  (3+ messages)
` [PATCH] config.mak.in: continue fixing NEEDS_LIBGEN autoconfigure feature

infinite loop in git-send-email with alias files
 2009-07-23 13:54 UTC  (4+ messages)

[PATCH] Added git svn gc command
 2009-07-23 12:30 UTC  (3+ messages)

[JGIT PATCH] Fixed Windows compatiblity bug in T0003_Basic.test027_UnpackedRefHigherPriorityThanPacked
 2009-07-23 11:38 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).