Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-Backup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-Backup
Compare Revisions
610113b1f19a2da8eb63d334e0ff22239665f9a2...d576bb184de3630362f590f1008b2f74c9e4df5b
Source
d576bb184de3630362f590f1008b2f74c9e4df5b
Select Git revision
...
Target
610113b1f19a2da8eb63d334e0ff22239665f9a2
Select Git revision
Compare
Commits (1)
Removed old svn header
· d576bb18
Jan Möbius
authored
Jan 09, 2019
d576bb18
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
35 deletions
+5
-35
BackupPlugin.cc
BackupPlugin.cc
+1
-7
GroupBackup.cc
GroupBackup.cc
+1
-7
GroupBackup.hh
GroupBackup.hh
+1
-7
GroupData.cc
GroupData.cc
+1
-7
GroupData.hh
GroupData.hh
+1
-7
No files found.
BackupPlugin.cc
View file @
d576bb18
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "BackupPlugin.hh"
...
...
GroupBackup.cc
View file @
d576bb18
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "GroupBackup.hh"
...
...
GroupBackup.hh
View file @
d576bb18
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef GROUPBACKUP_HH
#define GROUPBACKUP_HH
...
...
GroupData.cc
View file @
d576bb18
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "GroupData.hh"
...
...
GroupData.hh
View file @
d576bb18
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef GROUPDATA_HH
#define GROUPDATA_HH
...
...