.gitconfig: update
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 29 Nov 2020 21:05:34 +0000 (22:05 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 29 Nov 2020 21:05:34 +0000 (22:05 +0100)
.gitattributes [new file with mode: 0644]
.gitconfig
.gitconfig-ignoreblamecommit [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..d4e37a2
--- /dev/null
@@ -0,0 +1 @@
+ChangeLog merge=git-merge-changelog
index 0b649b0..5ea696d 100644 (file)
@@ -1,4 +1,36 @@
 [user]
 [user]
+       name = Jan Kratochvil
        email = jan.kratochvil@redhat.com
 [merge]
        conflictstyle = diff3
        email = jan.kratochvil@redhat.com
 [merge]
        conflictstyle = diff3
+[color]
+       ui = never
+[pull]
+       ff = only
+#      rebase = true
+
+# ChangeLog merge attempt:
+#[merge "git-merge-changelog"]
+#      name = git-merge-changelog
+#      driver = /usr/bin/git-merge-changelog %O %A %B
+# ChangeLog merge attempt:
+#[core]
+#      attributesfile = ~/.gitattributes
+# golang:
+#[http]
+#      cookiefile = /home/jkratoch/.gitcookies
+[alias]
+       co = checkout
+       ci = commit
+       st = status
+       br = branch
+       hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
+[pager]
+       branch = off
+[branch]
+       sort = committerdate
+# FIXME: It does not work:
+[blame]
+        ignoreRevsFile = ~/.gitconfig-ignoreblamecommit
+[format]
+       signature =
diff --git a/.gitconfig-ignoreblamecommit b/.gitconfig-ignoreblamecommit
new file mode 100644 (file)
index 0000000..471dc1a
--- /dev/null
@@ -0,0 +1 @@
+b9c1b51e45b845debb76d8658edabca70ca56079