latest 15 messages by tya99
+
[2019-04-18T04:39:35Z]
tya99
seems TZ=UTC solved my issue
+
[2019-04-18T02:53:16Z]
tya99
https://help.github.com/en/articles/syncing-a-fork is what i am attempting to do
+
[2019-04-18T02:49:38Z]
tya99
i tried: git config alias.utcmerge '!git merge --date=\"$(date --utc +%Y-%m-%dT%H:%M:%S%z)\"' but that didn't seem to work
+
[2019-04-18T02:49:30Z]
tya99
i want to do the same for merge commits
+
[2019-04-18T02:49:09Z]
tya99
for example I used: git config alias.utccommit '!git commit --date=\"$(date --utc +%Y-%m-%dT%H:%M:%S%z)\"' for commits
+
[2019-04-18T02:48:55Z]
tya99
can i merge with a specific timezone?
+
[2019-03-04T09:08:51Z]
tya99
n/close
+
[2019-03-04T07:31:04Z]
tya99
https://github.com/summivox/vim-nfo
+
[2019-03-04T07:30:55Z]
tya99
only seem to get the CR+LF through VimPlug
+
[2019-03-04T07:30:37Z]
tya99
i okay that's weird. when i downloaded as a zip file i got one without CR+LF
+
[2019-03-04T07:21:31Z]
tya99
but i am having trouble doing that, because the fork that i checkout is already LF
+
[2019-03-04T07:21:21Z]
tya99
basically i have been asked to make a PR that changes all the CRLFs to LFs
+
[2019-03-04T07:21:07Z]
tya99
https://git-scm.com/book/it/v2/Customizing-Git-Git-Configuration
+
[2019-03-04T07:21:00Z]
tya99
even though i've changed the setting git config --global core.autocrlf false
+
[2019-03-04T07:20:37Z]
tya99
hmm when i fork something on github that has CRLF it seems that github changes it to LF when i checkout