Feature: Use $HOME instead of /home/username in ~/.gitconfig

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

 



Hi,

Currently the `[maintenance]` section of `~/.gitconfig` has something
like:

```ini
[maintenance]
    repo = /home/username/.znap/repos/asdf
```

I'm sharing my `.dotfiles` across systems, so I'd prefer
`/home/username` be replaced with `$HOME` or even with `~/`.

```ini
[maintenance]
    repo = $HOME/.znap/repos/asdf
```

I'd be happy to make a patch, if somebody let me know where, in this
huge repository: https://github.com/git/git

Thanks,
Joe




[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]

  Powered by Linux