gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36884 - gnunet-qt


From: gnunet
Subject: [GNUnet-SVN] r36884 - gnunet-qt
Date: Fri, 29 Jan 2016 15:21:05 +0100

Author: tg
Date: 2016-01-29 15:21:05 +0100 (Fri, 29 Jan 2016)
New Revision: 36884

Removed:
   gnunet-qt/Makefile
   gnunet-qt/SecureShare/
   gnunet-qt/secushare/
Log:
moved to git://gnunet.org/secushare.git

Deleted: gnunet-qt/Makefile
===================================================================
--- gnunet-qt/Makefile  2016-01-28 20:56:19 UTC (rev 36883)
+++ gnunet-qt/Makefile  2016-01-29 14:21:05 UTC (rev 36884)
@@ -1,36 +0,0 @@
-# torify if you want to torify
-
-# fetch stuff from the svn server
-fetch:
-       git svn fetch
-
-# view them diffs
-diff:
-       git diff HEAD git-svn | vim -R "+set syntax=diff" -
-
-# pull and merge
-pull:
-       git svn rebase
-
-# Failed to merge in the changes?
-# When you have resolved this problem run "git rebase --continue".
-continue:
-       git rebase --continue
-
-# Should you prefer to skip this patch, instead run "git rebase --skip".
-skip:
-       git rebase --skip
-
-# To check out the original branch and stop rebasing run "git rebase --abort".
-abort:
-       git rebase --abort
-
-# to start using git with svn
-init:
-       git svn init https://gnunet.org/svn/gnunet-qt
-
-# typical way to submit stuff to the svn server
-push:
-       -git commit -a
-       git svn rebase
-       git svn dcommit




reply via email to

[Prev in Thread] Current Thread [Next in Thread]