git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-07-17 14:17:21 to 2008-07-18 17:03:38 UTC [more...]

Considering teaching plumbing to users harmful
 2008-07-18 17:02 UTC  (56+ messages)
              ` Subversion's do-everything-via-copying paradigm ( was RE: Re: Considering teaching plumbing to users harmful)
            ` Subversion is actually not so simple (was "
          ` Addremove equivalent [was: Re: Considering teaching plumbing to users harmful]
` Suggestion: doc restructuring "

copy selected history between repostories
 2008-07-18 16:58 UTC 

[PATCH 0/3] Git::Repo API and gitweb caching
 2008-07-18 16:54 UTC  (13+ messages)
` [PATCH 2/3] add new Git::Repo API

git submodules and commit
 2008-07-18 16:11 UTC  (5+ messages)

[PATCH] Teach git submodule update to use distributed repositories
 2008-07-18 15:49 UTC  (21+ messages)

[PATCH 1/2] archive: make zip compression level independent from core git
 2008-07-18 14:30 UTC 

[PATCH 2/2] archive: remove unused headers
 2008-07-18 14:30 UTC 

[PATCH] Documentation/gitignore.txt: Clarify gitignore vs tracked files
 2008-07-18 14:11 UTC  (4+ messages)
    ` [PATCH] Documentation: How to ignore local changes in "

[PATCHv2] Documentation/git-submodule.txt: Add Description section
 2008-07-18 13:40 UTC  (5+ messages)
` [PATCH] Documentation/git-submodule.txt: Further clarify the description

[PATCH] Documentation/git-merge.txt: Expand the How Merge Works section
 2008-07-18 13:20 UTC  (7+ messages)
        ` [PATCH] Documentation/git-merge.txt: Partial rewrite of How Merge Works

sparse checkout UI
 2008-07-18 13:03 UTC 

[PATCH] Move launch_editor() from builtin-tag.c to editor.c
 2008-07-18 12:35 UTC  (6+ messages)
  ` [PATCH] editor.c: Libify launch_editor()
      ` [PATCH v2] "

What's cooking in git.git (topics)
 2008-07-18 11:56 UTC  (9+ messages)

[PATCH] shrink git-shell by avoiding redundant dependencies
 2008-07-18 10:55 UTC  (12+ messages)
        ` [PATCH] Link git-shell only to a subset of libgit.a
        ` [PATCH] Remove function stubs in shell.c

[PATCH] Enable git rev-list to parse --quiet
 2008-07-18 10:50 UTC  (5+ messages)

Git Branding Overview, Re: Git.or.cz Experimental Design
 2008-07-18 10:39 UTC 

git-remote SEGV on t5505 test
 2008-07-18  9:13 UTC  (7+ messages)
    ` Re* "

stgit: bug with refresh and -p
 2008-07-18  8:41 UTC  (2+ messages)

Git bash - is this MSYS bash or something else?
 2008-07-18  8:06 UTC  (3+ messages)

GSoC podcast 18: Git
 2008-07-18  7:56 UTC  (2+ messages)

[PATCH] Windows related patches
 2008-07-18  7:34 UTC  (5+ messages)
` [PATCH] Teach lookup_prog not to select directories
  ` [PATCH] builtin-clone: Use is_dir_sep() instead of '/'
    ` [PATCH] Add ANSI control code emulation for the Windows console
      ` [PATCH] Windows: set gitexecdir = $(bindir)

[PATCH 2/2] git-gui: Allow "Stage Line" to stage adjacent changes independently
 2008-07-18  6:21 UTC  (3+ messages)
` [PATCH 2/2 v2] git-gui: "Stage Line": Treat independent changes in adjacent lines better

[PATCH (GITK) 0/3] Avoid runaway processes in gitk
 2008-07-18  5:47 UTC  (4+ messages)
` [PATCH (GITK) 1/3] gitk: Kill back-end processes on window close
  ` [PATCH (GITK) 2/3] gitk: Register diff-files & diff-index in commfd, to ensure kill
    ` [PATCH (GITK) 3/3] gitk: On Windows use a Cygwin-specific flag for kill

[PATCH (GIT-GUI) 0/3] Improve gui blame usability for large repositories
 2008-07-18  5:39 UTC  (3+ messages)

git gc annoyance
 2008-07-18  3:30 UTC 

[PATCH] gitk - work around stderr redirection on Cygwin
 2008-07-18  2:41 UTC  (6+ messages)

[JGIT PATCH 00/28] Convert command line parsing to args4j
 2008-07-18  1:44 UTC  (29+ messages)
` [JGIT PATCH 01/28] Fix deadlock caused by push over SSH
  ` [JGIT PATCH 02/28] Use die utility method in glog
    ` [JGIT PATCH 03/28] Add args4j library for command line switch processing
      ` [JGIT PATCH 04/28] Move org.spearce.jgit.pgm to its own Java project
        ` [JGIT PATCH 05/28] Make TextBuiltin public so other packages can implement and use it
          ` [JGIT PATCH 06/28] Initialize TextBuiltins with the repository before execution
            ` [JGIT PATCH 07/28] Define our own extended CmdLineParser for extra parsing support
              ` [JGIT PATCH 08/28] Add parseTree method to RevWalk to obtain a RevTree from AnyObjectId
                ` [JGIT PATCH 09/28] Add option handler for AbstractTreeIterator values
                  ` [JGIT PATCH 10/28] Add option handler for ObjectId values
                    ` [JGIT PATCH 11/28] Add option handler for PathTreeFilter values
                      ` [JGIT PATCH 12/28] Add option handler for RefSpec values
                        ` [JGIT PATCH 13/28] Add option handler for RevCommit values
                          ` [JGIT PATCH 14/28] Add option handler for RevTree values
                            ` [JGIT PATCH 15/28] Register most of our OptionHandler implementations for automatic use
                              ` [JGIT PATCH 16/28] Convert jgit's Main to use args4j for basic parsing services
                                ` [JGIT PATCH 17/28] Support automatic command line parsing for TextBuiltin subclasses
                                  ` [JGIT PATCH 18/28] Convert diff-tree program to args4j
                                    ` [JGIT PATCH 19/28] Convert fetch "
                                      ` [JGIT PATCH 20/28] Convert index-pack "
                                        ` [JGIT PATCH 21/28] Convert ls-remote "
                                          ` [JGIT PATCH 22/28] Convert ls-tree "
                                            ` [JGIT PATCH 23/28] Convert merge-base "
                                              ` [JGIT PATCH 24/28] Convert push "
                                                ` [JGIT PATCH 25/28] Convert show-ref "
                                                  ` [JGIT PATCH 26/28] Convert tag "
                                                    ` [JGIT PATCH 27/28] Convert rev-list, log, glog programs "
                                                      ` [JGIT PATCH 28/28] Remove support for legacy style TextBuiltins

[PATCH] api-run-command.txt: typofix
 2008-07-17 23:53 UTC 

git pull is slow
 2008-07-17 23:45 UTC  (16+ messages)
` [PATCH 0/4] Honor core.deltaBaseCacheLimit during index-pack
                          ` [RFC PATCH] index-pack: Issue a warning if deltaBaseCacheLimit is too small

[PATCH 5/7] git mv: Support moving submodules
 2008-07-17 22:34 UTC  (3+ messages)
` [PATCH] git-mv: Keep moved index entries inact
  ` [PATCH] git mv: Support moving submodules

[JGIT PATCH 1/1] jgit: create a tag command
 2008-07-17 22:24 UTC  (6+ messages)

[StGit PATCH] Fix uncommit status message
 2008-07-17 20:43 UTC 

[StGit PATCH 0/5] Performance testing tools
 2008-07-17 20:42 UTC  (6+ messages)
` [StGit PATCH 1/5] Add some performance testing scripts
` [StGit PATCH 2/5] Log subproces activity to a file
` [StGit PATCH 3/5] Show full command in subprocess profiling
` [StGit PATCH 4/5] Log subprocess calls during performance testing
` [StGit PATCH 5/5] Global performance logging

[PATCH/rfc] git-svn.perl: workaround assertions in svn library 1.5.0
 2008-07-17 18:37 UTC  (3+ messages)

Some cvs related fixes and enhancements
 2008-07-17 17:53 UTC  (3+ messages)
` [PATCH] Testsuite: Unset CVS_SERVER

[PATCH] Documentation/RelNotes-1.6.0.txt: Expand on the incompatible packfiles
 2008-07-17 17:45 UTC  (5+ messages)

Some cvs related fixes and enhancements v2
 2008-07-17 17:00 UTC  (6+ messages)
` [PATCH] Testsuite: Unset CVS_SERVER
  ` [PATCH] cvsserver: Add support for packed refs
    ` [PATCH] cvsserver: Add testsuite "
      ` [PATCH] cvsserver: Add cvs co -c support
        ` [PATCH] testsuite for cvs co -c

Segmentation fault git pull
 2008-07-17 16:52 UTC 

Contributors, please check your names
 2008-07-17 16:25 UTC  (4+ messages)

[PATCH] guilt(1): fix path to git-sh-setup
 2008-07-17 14:53 UTC  (2+ 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).