]> git.madduck.net Git - code/myrepos.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Revert "Fix display of repos configured at absolute path locations."
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 20 Jan 2009 23:45:49 +0000 (18:45 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 20 Jan 2009 23:45:49 +0000 (18:45 -0500)
This reverts commit 494d586d154db49a4210a989878c3e76aa22206d.

Conflicts:

debian/changelog
mr

This change broke display of checkouts.

mr

diff --git a/mr b/mr
index 613f86a0d8853a518c3959de7725c40177b41497..077160deb912694e54d480c424aa3feeeb150248 100755 (executable)
--- a/mr
+++ b/mr
@@ -521,12 +521,12 @@ sub action {
        }
        else {
                if (! $no_chdir) {
-                       print "mr $action: $dir\n" unless $quiet;
+                       print "mr $action: $topdir$subdir\n" unless $quiet;
                }
                else {
                        my $s=$directory;
-                       $s=~s/^\Q$dir\E\/?//;
-                       print "mr $action: $dir (in subdir $s)\n" unless $quiet;
+                       $s=~s/^\Q$topdir$subdir\E\/?//;
+                       print "mr $action: $topdir$subdir (in subdir $s)\n" unless $quiet;
                }
                $command="set -e; ".$lib.
                        "my_action(){ $command\n }; my_action ".