Git development
 help / color / mirror / Atom feed
 messages from 2008-08-18 19:51:51 to 2008-08-19 22:53:02 UTC [more...]

[JGIT PATCH 00/14] TreeWalk D/F conflict detection
 2008-08-19 22:51 UTC  (2+ messages)
` [JGIT PATCH] Support path names longer than 4095 bytes in DirCache

[PATCH] add a 'pre-push' hook
 2008-08-19 22:26 UTC  (12+ messages)

What's cooking in git.git (Aug 2008, #05; Tue, 19)
 2008-08-19 22:00 UTC  (7+ messages)

Call Me Gitless
 2008-08-19 21:49 UTC  (44+ messages)

[RFC PATCH 0/9] Narrow/Sparse checkout round 3: "easy mode"
 2008-08-19 21:10 UTC  (8+ messages)
        ` [RFC PATCH 0/9] Narrow/Sparse checkout round 3:

[JGIT PATCH 00/14] TreeWalk D/F conflict detection
 2008-08-19 19:57 UTC  (20+ messages)
` [JGIT PATCH 01/14] Detect path names which overflow the name length field in the index
  ` [JGIT PATCH 02/14] Fix NB.decodeUInt16 to correctly handle the high byte
    ` [JGIT PATCH 03/14] Add test cases for NB.encode and NB.decode family of routines
      ` [JGIT PATCH 04/14] Fix DirCache's skip over null byte padding when reading a DIRC file
        ` [JGIT PATCH 05/14] Fix usage of assertEquals in DirCacheIteratorTest
          ` [JGIT PATCH 06/14] Refactor AbstractTreeIterator.pathCompare to force another mode
            ` [JGIT PATCH 07/14] Micro-optimize AbstractTreeIterator.pathCompare
              ` [JGIT PATCH 08/14] Optimize path comparsion within subtrees during TreeWalk
                ` [JGIT PATCH 09/14] Refactor AbstractTreeIterator semantics to start on first entry
                  ` [JGIT PATCH 10/14] Make all AbstractTreeIterator implementations bi-directional
                    ` [JGIT PATCH 11/14] Expose beginning of iterator indication from AbstractTreeIterator
                      ` [JGIT PATCH 12/14] Allow application code to set ObjectIds in DirCacheEntry
                        ` [JGIT PATCH 13/14] Create NameConflictTreeWalk to transparently detect D/F conflicts
                          ` [JGIT PATCH 14/14] Add test case for NameConflictTreeWalk

[JGIT RFC] JGit mavenization done right
 2008-08-19 19:52 UTC  (5+ messages)

[PATCH] Add hints to revert documentation about other ways to undo changes
 2008-08-19 19:50 UTC  (3+ messages)

[EGIT PATCH 00/31] Push GUI, GUI improvements, various jgit stuff
 2008-08-19 19:21 UTC  (20+ messages)
` [EGIT PATCH 01/31] Fix Repository.mapObject() for missing objects
  ` [EGIT PATCH 02/31] Fix Repository isValidRefName() for empty names
    ` [EGIT PATCH 03/31] Fix Repository.resolve() to not throw runtime exceptions
      ` [EGIT PATCH 04/31] Document/fix Transport open method for specific case
        ` [EGIT PATCH 05/31] Fix RefSpec javadoc regarding spec expanding
          ` [EGIT PATCH 06/31] Make wildcard checking public in RefSpec
            ` [EGIT PATCH 07/31] Add openAll() and applyConfig() methods to Transport
              ` [EGIT PATCH 08/31] Add dryRun option to Transport and console push
                ` [EGIT PATCH 09/31] Extract Transport findRemoteRefUpdatesFor() as static method
                  ` [EGIT PATCH 10/31] Improve javadoc of Transport push()
                    ` [EGIT PATCH 11/31] Clean up exception issues in RemoteRefUpdate
                      ` [EGIT PATCH 12/31] Add another RemoteRefUpdate constructor, useful for 2-stage push
` [EGIT PATCH 27/31] Add few EPL Eclipse icons
  ` [EGIT PATCH 28/31] Checkbox images/screenshots

[PATCH] Updated githooks docs to cover pre-push script
 2008-08-19 19:07 UTC 

How can a custom merge tool get access to file shell variables?
 2008-08-19 18:32 UTC  (2+ messages)

[PATCH] two doc fixes
 2008-08-19 18:49 UTC 

[PATCH] * remote.c (valid_fetch_refspec): remove useless if-before-free test
 2008-08-19 18:46 UTC 

Stange diff in "mailinfo: re-fix MIME multipart boundary parsing"
 2008-08-19 17:57 UTC  (3+ messages)

Dumb "continuous" commit dumb question
 2008-08-19 17:55 UTC  (9+ messages)

[PATCH] mailinfo: avoid violating strbuf assertion
 2008-08-19 17:28 UTC 

git am with MIME
 2008-08-19 17:07 UTC  (2+ messages)

[FYI] How I compile on SunOS 5.7 with the SUNWspro compiler and ksh
 2008-08-19 15:42 UTC  (14+ messages)
` [PATCH] Makefile: configuration for SunOS 5.7
` [PATCH] dir.c: avoid c99 array initialization
` [PATCH FYI] reset,cat-file: remove const declaration from array
` [PATCH FYI] test-lib.sh: work around ksh's trap shortcomings
` [PATCH FYI] t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'
` [PATCH FYI] Work around sed issues
` [PATCH FYI] t9301-fast-export.sh: don't unset config variable while we're skipping test 4
` [PATCH FYI] t9700/test.pl: backwards compatibility improvements

[PATCH 0/3] Git::Repo API and gitweb caching
 2008-08-19 15:06 UTC  (8+ messages)
` [PATCH 1/3 v10] gitweb: add test suite with Test::WWW::Mechanize::CGI
  ` [PATCH 2/3 v2] add new Perl API: Git::Repo, Git::Commit, Git::Tag, and Git::RepoRoot

[FYI] How I compile on IRIX 6.5 with the MIPSpro compiler and ksh
 2008-08-19 14:59 UTC  (20+ messages)
` [PATCH] Makefile: add section for SGI IRIX
` [PATCH] git-compat-util.h: adjust for SGI IRIX 6.5
` [PATCH] unpack-trees.c: work around run-time array initialization flaw on "
` [PATCH] templates/Makefile: work around SGI install which assumes / if ROOT not defined
` [PATCH] test-lib.sh: work around ksh's trap shortcomings
` [PATCH] t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'
` [PATCH] t9301-fast-export.sh: don't unset config variable while we're skipping test 4

[BUG] git completion do sed on binary file
 2008-08-19 14:57 UTC  (7+ messages)
` [PATCH] bash-completion: fix getting strategy list

[QGIT RFC] Unit tests for QGit
 2008-08-19 14:53 UTC  (6+ messages)

Remote to a clone
 2008-08-19 13:57 UTC 

Problem with git-svn
 2008-08-19 13:41 UTC 

[PATCH] add boolean diff.suppress-blank-empty config option
 2008-08-19 13:29 UTC  (3+ messages)

[PATCH] git format-patch: avoid underrun when format.headers is empty or all NLs
 2008-08-19 13:23 UTC 

[PATCH] add definitions for global variables to shell.c
 2008-08-19  9:18 UTC  (7+ messages)

What's in git.git (Aug 2008, #04; Tue, 19)
 2008-08-19  9:05 UTC 

[PATCH 4/6] Don't use struct stat's st_blocks member on Haiku
 2008-08-19  8:39 UTC  (8+ messages)
` [PATCH] compat: introduce stat_to_kilobytes
  ` [PATCH 1/2] "
    ` [PATCH 2/2] Revert "Windows: Use a customized struct stat that also has the st_blocks member."

[PATCH] Documentation: setup-git-server-over-http: Mention davfs2
 2008-08-19  7:48 UTC  (6+ messages)

[PATCH] adapt git-cvsserver manpage to dash-free syntax
 2008-08-19  7:43 UTC  (4+ messages)

git-cvsimport - losing changes in subsequent pulls of a CVS branch that I thought I wasn't modifying in the GIT repo
 2008-08-19  7:00 UTC 

[PATCH] Note the use of "rebase -i" to squash consecutive commits into one
 2008-08-19  3:32 UTC  (2+ messages)

[GSoC] What is status of Git's Google Summer of Code 2008 projects?
 2008-08-19  1:25 UTC  (3+ messages)

[RFC] Plumbing-only support for storing object metadata
 2008-08-18 23:28 UTC  (11+ messages)

What's cooking in git.git (Aug 2008, #04; Sun, 17)
 2008-08-18 22:41 UTC  (2+ messages)

[RFC] Using git-p4 on project with branches
 2008-08-18 21:44 UTC  (2+ messages)

Merging repositories and their histories
 2008-08-18 21:25 UTC  (4+ messages)

[PATCH 1/6] Disable IPv6 support for Haiku
 2008-08-18 20:04 UTC  (4+ messages)

fetch problem or was master on kernel.org reset?
 2008-08-18 19:50 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox