git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-07-25 22:39:53 to 2012-07-28 09:39:49 UTC [more...]

Canonicalize the git-svn path & url accessors
 2012-07-28  9:38 UTC  (4+ messages)
` [PATCH 4/7] Add join_paths() to safely concatenate paths
` [PATCH 5/7] Remove irrelevant comment
` [PATCH 6/7] Switch path canonicalization to use the SVN API

Make git-svn Use accessors for paths and urls
 2012-07-28  7:54 UTC  (10+ messages)
` [PATCH 1/5] Make Git::SVN use accessors internally for path
` [PATCH 2/5] Make Git::SVN use an accessor for URLs internally
` [PATCH 3/5] Make Git::SVN::Ra use an accessor for URLs
` [PATCH 4/5] Change the rest of the code to use Git::SVN->path instead of the hash directly
` [PATCH 5/5] Change the rest of the code to use the Git::SVN and Git::SVN::Ra url accessors

[RFC 00/16] GSOC remote-svn, rewritten patch series
 2012-07-28  7:06 UTC  (23+ messages)
` [RFC 01/16] Implement a remote helper for svn in C
  ` [RFC 02/16] Integrate remote-svn into svn-fe/Makefile
    ` [RFC 03/16] Add svndump_init_fd to allow reading dumps from arbitrary FDs
      ` [RFC 04/16] Add cat-blob report fifo from fast-import to remote-helper
        ` [RFC 05/16] remote-svn, vcs-svn: Enable fetching to private refs
          ` [RFC 06/16] Add a symlink 'git-remote-svn' in base dir
            ` [RFC 07/16] Allow reading svn dumps from files via file:// urls
              ` [RFC 08/16] vcs-svn: add fast_export_note to create notes
                ` [RFC 09/16] Create a note for every imported commit containing svn metadata
                  ` [RFC 10/16] When debug==1, start fast-import with "--stats" instead of "--quiet"
                    ` [RFC 11/16] Add explanatory comment for transport-helpers refs mapping
                      ` [RFC 12/16] remote-svn: add incremental import
                        ` [RFC 13/16] Add a svnrdump-simulator replaying a dump file for testing
                          ` [RFC 14/16] transport-helper: add import|export-marks to fast-import command line
                            ` [RFC 15/16] remote-svn: add marks-file regeneration
                              ` [RFC 16/16] Add a test script for remote-svn

[RFC 0/4]
 2012-07-28  7:00 UTC  (15+ messages)
` [RFC 0/4 v2]
` [RFC 1/4 v2] Implement a basic remote helper for svn in C

[PATCH 0/2] Small log simplifications
 2012-07-28  5:58 UTC  (8+ messages)
` [PATCH 1/2] remove unnecessary parameter from get_patch_ids()
` [PATCH 2/2] log: remove redundant check for merge commit

Extract remaining classes from git-svn
 2012-07-28  4:25 UTC  (16+ messages)
` [PATCH 1/8] Prepare Git::SVN::Log for extraction "
` [PATCH 2/8] Extract Git::SVN::Log "
` [PATCH 3/8] Prepare Git::SVN::Migration for extraction "
` [PATCH 4/8] Extract Git::SVN::Migration "
` [PATCH 5/8] Load all the modules in one place and before running code
` [PATCH 6/8] Move Git::IndexInfo into its own file
` [PATCH 7/8] Extract Git::SVN::GlobSpec from git-svn
` [PATCH 8/8] Fix indents to match style

[RFC/PATCH] Use work tree to determine if it supports symlinks
 2012-07-27 23:51 UTC  (5+ messages)

[PATCH] Enable parallelism in git submodule update
 2012-07-27 23:25 UTC  (3+ messages)

Extract Git::SVN from git-svn, take 2
 2012-07-27 23:01 UTC  (30+ messages)
` [PATCH 1/4] Extract some utilities from git-svn to allow extracting Git::SVN
` [PATCH 2/4] Prepare Git::SVN for extraction into its own file
` [PATCH 4/4] Move initialization of Git::SVN variables into Git::SVN

[PATCH v3] contrib: add win32 credential-helper
 2012-07-27 17:32 UTC  (2+ messages)

[PATCH] t3910: give reason for skipping the test
 2012-07-27 17:29 UTC  (12+ messages)
` [PATCH 0/5] test-lib: filesystem prerequisites
  ` [PATCH 1/5] test-lib: provide case insensitivity as a prerequisite
  ` [PATCH 2/5] t0050: use the CASE_INSENSITIVE_FS test prereq
  ` [PATCH 3/5] t0050: use the SYMLINKS "
  ` [PATCH 4/5] test-lib: provide UTF8 behaviour as a prerequisite
  ` [PATCH 5/5] t3910: use the SYMLINKS test prereq

[PATCH 1/2] test: rename $satisfied to $satisfied_prereq
 2012-07-27 17:15 UTC  (7+ messages)
` [RFC/PATCH 2/2] test: allow prerequisite to be evaluated lazily
  ` [PATCH 3/2] test-lib: provide case insensitivity as a prerequisite
    ` [PATCH 4/2] test-lib: provide UTF8 behaviour "

What's cooking in git.git (Jul 2012, #08; Thu, 26)
 2012-07-27 16:10 UTC  (2+ messages)

git stash data loss
 2012-07-27 14:21 UTC  (4+ messages)

The GitTogether
 2012-07-27 11:45 UTC  (3+ messages)

[PATCH] builtin-commit.c: Not add duplicate S-o-b when commit
 2012-07-27  1:07 UTC  (5+ messages)

[PATCH v9] git on Mac OS and precomposed unicode
 2012-07-26 23:04 UTC  (3+ messages)

Test "t/t7502-commit.sh" failed
 2012-07-26 21:15 UTC  (15+ messages)
          ` [PATCH 0/6] t7502 fixes
            ` [PATCH 1/6] t7502: clean up fake_editor tests
            ` [PATCH 2/6] t7502: properly quote GIT_EDITOR
            ` [PATCH 3/6] t7502: narrow checks for author/committer name in template
            ` [PATCH 4/6] t7502: drop confusing test_might_fail call
            ` [PATCH 5/6] t7502: handle systems where auto-identity is broken
            ` [PATCH 6/6] t7502: test early quit from commit with bad ident

[PATCH v2 1/2] difftool: Wrap long lines for readability
 2012-07-26 19:36 UTC  (2+ messages)
` [PATCH v2 2/2] difftool: Handle compare() returning -1

[PATCH 1/2] difftool: Wrap long lines for readability
 2012-07-26 19:25 UTC  (4+ messages)
` [PATCH 2/2] difftool: Handle compare() returning -1

[PATCH 0/3] Incremental updates for da/difftool-updates
 2012-07-26 19:04 UTC  (5+ messages)
` [PATCH 3/3] difftool: Disable --symlinks on cygwin

[PATCH 0/4] allow recovery from command name typos
 2012-07-26 18:37 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] help.c::uniq: plug a leak
    ` [PATCH v2 2/4] help.c::exclude_cmds: realloc() before copy, "
      ` [PATCH v2 3/4] help.c: plug leaks with(out) help.autocorrect
        ` [PATCH v2 4/4] allow recovery from command name typos

[RFC/PATCH 0/3] reflog graveyard
 2012-07-26 17:52 UTC  (13+ messages)
` [PATCH 1/3] retain reflogs for deleted refs

[PATCH] i18n: leave \n out of translated diffstat
 2012-07-26 17:46 UTC  (2+ messages)

False positive from orphaned_commit_warning() ?
 2012-07-26 13:22 UTC  (3+ messages)

Question concerning merge behavior
 2012-07-26 12:21 UTC  (2+ messages)

[PATCH v5 0/7] i18n for git-am, git-rebase and git-merge
 2012-07-26 12:21 UTC  (5+ messages)
` [PATCH v5 6/7] Remove dead code which contains bad gettext block

Fix git-svn tests for SVN 1.7.5
 2012-07-26  3:10 UTC  (11+ messages)
    ` Extract Git classes from git-svn (1/10) (was Re: Fix git-svn tests for SVN 1.7.5.)
      ` Extract Git classes from git-svn (1/10)
              ` OT: mail-based interfaces and web-based interfaces (Re: Extract

Move Git::SVN into its own .pm file
 2012-07-26  0:26 UTC  (8+ messages)
` [PATCH 1/4] Extract some utilities from git-svn to allow extracting Git::SVN

Teach Makefile.PL to find .pm files on its own
 2012-07-25 23:37 UTC  (9+ 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).