Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
44bf4593
Commit
44bf4593
authored
Nov 25, 2014
by
Peter van 't Hof
Browse files
Fix on git hash plugin
parent
3d4e4efe
Changes
7
Hide whitespace changes
Inline
Side-by-side
.gitattributes
deleted
120000 → 0
View file @
3d4e4efe
public/.gitattributes
\ No newline at end of file
.gitattributes
0 → 100644
View file @
44bf4593
*.bam binary
*.bam.bai binary
.gitignore
deleted
120000 → 0
View file @
3d4e4efe
public/.gitignore
\ No newline at end of file
.gitignore
0 → 100644
View file @
44bf4593
# Project-related
dependency-reduced-pom.xml
git.properties
# gedit
*~
# Vim
*.swp
# IntelliJ
.idea/workspace.xml
/target/
/public/target/
/protected/target/
public/.gitignore
View file @
44bf4593
...
...
@@ -10,4 +10,4 @@ git.properties
.idea/workspace.xml
/target/
/public/target/
/protected/target/
\ No newline at end of file
/protected/target/
public/biopet-framework/src/main/resources/git.properties
deleted
100644 → 0
View file @
3d4e4efe
#Generated by Git-Commit-Id-Plugin
#Sat Nov 22 14:25:31 CET 2014
git.commit.id.abbrev
=
ee97d7f
git.commit.user.email
=
"p.j.van_t_hof@lumc.nl"
git.commit.message.full
=
"moved preLoad config to PipelineCommand"
git.commit.id
=
ee97d7f2bfb57ee3e6cec25b35b2eb942f195a45
git.commit.id.describe-short
=
start-feature-branching-271-dirty
git.commit.message.short
=
"moved preLoad config to PipelineCommand"
git.commit.user.name
=
"Peter van 't Hof"
git.build.user.name
=
"Peter van 't Hof"
git.commit.id.describe
=
start-feature-branching-271-gee97d7f-dirty
git.build.user.email
=
"p.j.van_t_hof@lumc.nl"
git.branch
=
feature-licence
git.commit.time
=
"2014-11-22 14
\:
21
\:
55 +0100"
git.build.time
=
22.11.2014 @ 14
\:
25
\:
31 CET
git.remote.origin.url
=
git@git.lumc.nl
\:
biopet/biopet.git
public/pom.xml
View file @
44bf4593
...
...
@@ -122,23 +122,23 @@
</goals>
</execution>
</executions>
<configuration>
<prefix>
git
</prefix>
<dateFormat>
dd.MM.yyyy '@' HH:mm:ss z
</dateFormat>
<verbose>
false
</verbose>
<dotGitDirectory>
${basedir}/../../.git
</dotGitDirectory>
<useNativeGit>
true
</useNativeGit>
<skipPoms>
false
</skipPoms>
<generateGitPropertiesFile>
true
</generateGitPropertiesFile>
<generateGitPropertiesFilename>
src/main/resources/git.properties
</generateGitPropertiesFilename>
<failOnNoGitDirectory>
false
</failOnNoGitDirectory>
<abbrevLength>
7
</abbrevLength>
<abbrevLength>
8
</abbrevLength>
<skip>
false
</skip>
<excludeProperties></excludeProperties>
<gitDescribe>
<skip>
false
</skip>
<always>
false
</always>
<abbrev>
7
</abbrev>
<abbrev>
8
</abbrev>
<dirty>
-dirty
</dirty>
<forceLongFormat>
false
</forceLongFormat>
</gitDescribe>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment