This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ad71fdaa75
tvl-depot
/
users
/
wpcarro
/
dotfiles
/
gitconfig
6 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
feat(wpcarro/configs): Define configs/.gitconfig On non-NixOS configs, `git` has been complaining about missing `--global` variables for `user` and `email`. TODO(wpcarro): Support this in google-briefcase instead. Change-Id: Iae29fe9aaa6c13295063137f241eeb5861d4b244 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4792 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
2021-10-24 00:41:52 +02:00
[user]
name = "William Carroll"
email = "wpcarro@gmail.com"
feat(wpcarro/dotfiles): Use difftastic as git diff engine Mostly good, but I'm not sure it works with `git diff --patch`. Not a big deal though if true. Change-Id: I268c52dd253f5b0f9dd462a1825206da5dd86dd2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6889 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
2022-10-07 19:07:59 +02:00
[diff]
external = difft
Reference in a new issue
Copy permalink