Re: [PATCH] topgit tg push feature

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, May 12, 2009 at 09:54, Marc Weber <marco-oweber@xxxxxx> wrote:
>>That was my intention my asking for the -r option. The -r option is to
>>'tg' not a tg-command. And it's still not addressed.
> Bert: You're wrong:
>
> tg.sh contains:
>
>  base_remote="$(git config topgit.remote 2>/dev/null)" || :
>
>  [...]
>
>  if [ "$1" = "-r" ]; then
>          shift
>          if [ -z "$1" ]; then
>                  echo "Option -r requires an argument." >&2
>                  do_help
>                  exit 1
>          fi
>          base_remote="$1"; shift
>          tg="$tg -r $base_remote"
>  fi
>
> So base_remote is set by config first and then overwritten by the first
> -r flag. my remotes is initialised with that -r flag.
Ahh, thanks for the pointer, I haven't seen this line.

Unfortunately I haven't tested it yet. But I'm looking forward to use it.

Bert

>
> Marc Weber
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]