[PATCH] doc: don't use git.kernel.org as example gitweb URL

2019-06-22 Thread Jakub Wilk
git.kernel.org uses cgit, not gitweb, these days: $ w3m -dump 'http://git.kernel.org/?p=git/git.git;a=tree;f=gitweb' | grep -w generated generated by cgit 1.2-0.3.lf.el7 (git 2.18.0) at 2019-06-22 16:14:38 + Signed-off-by: Jakub Wilk --- Documentation/gitweb.txt | 3 +

[PATCH] git-p4: remove obsolete version check

2017-06-03 Thread Jakub Wilk
The file is syntactically correct only in Python >= 2.6, so the version check never does anything. Signed-off-by: Jakub Wilk --- git-p4.py | 4 1 file changed, 4 deletions(-) diff --git a/git-p4.py b/git-p4.py index 8d151da91..4278cd9d4 100755 --- a/git-p4.py +++ b/git-p4.py @@ -8,10 +