git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-07-26 09:45:58 to 2012-07-28 19:07:50 UTC [more...]

Canonicalize the git-svn path & url accessors
 2012-07-28 19:07 UTC  (13+ messages)
` [PATCH 1/7] Move the canonicalization functions to Git::SVN::Utils
` [PATCH 2/7] Change canonicalize_url() to use the SVN 1.7 API when available
` [PATCH 3/7] Extract, test and enhance the logic to collapse ../foo paths
` [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
` [PATCH 7/7] Make Git::SVN and Git::SVN::Ra canonicalize paths and urls

[PATCH 1/2] t1100-*.sh: Fix an intermittent test failure
 2012-07-28 18:48 UTC 

[PATCH 2/2] t7810-*.sh: Remove redundant test
 2012-07-28 18:50 UTC 

[PATCH 0/2] test results for v1.7.12-rc0 on cygwin
 2012-07-28 18:46 UTC 

[RFC/PATCH] t3300-*.sh: Fix a TAP parse error
 2012-07-28 18:12 UTC  (9+ messages)

Bug: Recursive submodules fail when the repo path contains spaces
 2012-07-28 17:53 UTC  (6+ messages)

t1450-fsck (sometimes/often) failes on Mac OS X
 2012-07-28 16:00 UTC  (5+ messages)

[PATCH] link_alt_odb_entry: fix read over array bounds reported by valgrind
 2012-07-28 15:46 UTC 

[PATCH] t: add missing executable bit to t7409
 2012-07-28 15:18 UTC 

[PATCH 0/3] null sha1 in trees
 2012-07-28 15:06 UTC  (4+ messages)
` [PATCH 1/3] diff: do not use null sha1 as a sentinel value
` [PATCH 2/3] do not write null sha1s to on-disk index
` [PATCH 3/3] fsck: detect null sha1 in tree entries

Fix git-svn for SVN 1.7
 2012-07-28 14:16 UTC  (10+ messages)
` [PATCH 1/8] SVN 1.7 will truncate "not-a%40{0}" to just "not-a"
` [PATCH 2/8] Fix typo in test
` [PATCH 3/8] Improve our URL canonicalization to be more like SVN 1.7's
` [PATCH 4/8] Replace hand rolled URL escapes with canonicalization
` [PATCH 5/8] Canonicalize earlier in a couple spots
` [PATCH 6/8] Add function to append a path to a URL
` [PATCH 7/8] Turn on canonicalization on newly minted URLs
` [PATCH 8/8] Remove some ad hoc canonicalizations

[PATCH] buitin_config: return postitive status in get_value
 2012-07-28 13:29 UTC  (4+ messages)

[PATCH] Enable parallelism in git submodule update
 2012-07-28 12:19 UTC  (6+ messages)
  ` [PATCH] cleanup argument passing in submodule status command

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  (5+ messages)
` [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 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)

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


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