Your message dated Sat, 6 Mar 2010 23:30:02 -0600
with message-id <[email protected]>
and subject line Re: /usr/bin/git-remote: git remote rename
has caused the Debian Bug report #431218,
regarding /usr/bin/git-remote: git remote rename
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
431218: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431218
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-core
Version: 1:1.5.2.2-3
Severity: wishlist
File: /usr/bin/git-remote
Renaming a remote requires changes in several places:
* The remote configuration in .git/config
* The remote branch directory in .git/refs/remotes/
* Any remote branch heads which reference other remote branches, such as HEAD
(which will likely contain something like "ref:
refs/remotes/remotename/branchname")
* The reflogs in .git/logs/refs/remotes/
To simplify this process, how about a "git remote rename"? Syntax:
git remote rename oldname newname
Perhaps allow the synonym "git remote mv".
- Josh Triplett
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-rc1 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages git-core depends on:
ii libc6 2.5-11 GNU C Library: Shared libraries
ii libcurl3-gnutls 7.16.2-6 Multi-protocol file transfer libra
ii libdigest-sha1-perl 2.11-2 NIST SHA-1 message digest algorith
ii liberror-perl 0.15-8 Perl module for error/exception ha
ii libexpat1 1.95.8-3.4 XML parsing C library - runtime li
ii perl-modules 5.8.8-7 Core Perl modules
ii zlib1g 1:1.2.3.3.dfsg-2 compression library - runtime
Versions of packages git-core recommends:
ii curl 7.16.2-6 Get a file from an HTTP, HTTPS or
ii git-doc 1:1.5.2.2-3 fast, scalable, distributed revisi
ii less 394-4 Pager program similar to more
ii openssh-client [ssh-client] 1:4.6p1-2 secure shell client, an rlogin/rsh
ii patch 2.5.9-4 Apply a diff file to an original
ii rsync 2.6.9-3 fast remote file copy program (lik
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1:1.6.1.2-1
Josh Triplett wrote:
> Renaming a remote requires changes in several places:
[...]
> To simplify this process, how about a "git remote rename"? Syntax:
> git remote rename oldname newname
> Perhaps allow the synonym "git remote mv".
Great idea, thanks! Miklos Vajna implemented it. See
v1.6.1-rc1~58^2~3 (Implement git remote rename, 2008-11-03).
--- End Message ---