1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 17:32:41 +01:00
phorge-phorge/src/applications/repository/data
epriestley c41b4cfac0 Allow Git and Mercurial repositories to be cloned with names in the URI
Summary:
Ref T4175. This allows these URIs to all be valid for Git and Mercurial:

  /diffusion/X/
  /diffusion/X/anything.git
  /diffusion/X/anything/

This mostly already works, it just needed a few tweaks.

Test Plan: Cloned git and hg working copies using HTTP and SSH.

Reviewers: btrahan, chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T4175

Differential Revision: https://secure.phabricator.com/D8098
2014-01-30 11:42:25 -08:00
..
__tests__ Allow Git and Mercurial repositories to be cloned with names in the URI 2014-01-30 11:42:25 -08:00
PhabricatorRepositoryParsedChange.php Begin making change parsers testable 2014-01-20 13:12:44 -08:00
PhabricatorRepositoryURINormalizer.php Allow Git and Mercurial repositories to be cloned with names in the URI 2014-01-30 11:42:25 -08:00