]> source.dussan.org Git - jgit.git/commitdiff
Fix line endings 99/899/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 18 Jun 2010 21:24:56 +0000 (23:24 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 18 Jun 2010 21:36:18 +0000 (23:36 +0200)
Some sources had dos line endings. Also configure all projects to use
unix line endings and UTF-8 text encoding.

Change-Id: I8fc9a1dbb219ffa91d1b3011b3b11b7e48e74ca7
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.http.test/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.http.test/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.jgit.iplog/README
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/.settings/org.eclipse.core.runtime.prefs
org.eclipse.jgit.test/.settings/org.eclipse.core.runtime.prefs
org.eclipse.jgit/.settings/org.eclipse.core.runtime.prefs

diff --git a/org.eclipse.jgit.http.test/.settings/org.eclipse.core.resources.prefs b/org.eclipse.jgit.http.test/.settings/org.eclipse.core.resources.prefs
new file mode 100644 (file)
index 0000000..ceaec82
--- /dev/null
@@ -0,0 +1,3 @@
+#Fri Jun 18 23:33:29 CEST 2010\r
+eclipse.preferences.version=1\r
+encoding/<project>=UTF-8\r
diff --git a/org.eclipse.jgit.http.test/.settings/org.eclipse.core.runtime.prefs b/org.eclipse.jgit.http.test/.settings/org.eclipse.core.runtime.prefs
new file mode 100644 (file)
index 0000000..1111b45
--- /dev/null
@@ -0,0 +1,3 @@
+#Fri Jun 18 23:33:29 CEST 2010\r
+eclipse.preferences.version=1\r
+line.separator=\n\r
index 8ea3233463d509d37f681a5af955079e06e3718f..4015c7da9adf0ea3aee37e75067e921d9923878e 100644 (file)
@@ -1,54 +1,54 @@
-# -----------------------------------------------------------\r
-# This document describes how to generate the Eclipse ip log\r
-# for the eclipse project technology.jgit using a local clone\r
-# of the git repository\r
-#     git://egit.eclipse.org/jgit.git\r
-# starting point is a manually written file\r
-#     .eclipse_iplog\r
-# located in the repository's work dir root path\r
-# which is describing the project, see first section of this\r
-# file in the jgit root directory:\r
-#     $JGIT_BASE/.eclipse_iplog\r
-# -----------------------------------------------------------\r
-# Prepare:\r
-# jgit work tree base dir\r
-export JGIT_BASE="c:/data/ide/helios/jgit"\r
-\r
-# repository work dir root path\r
-export WORK_DIR="c:/data/ide/helios/jgit"\r
-\r
-# cd to repository work dir root path (for jgit this is identical to $JGIT_BASE)\r
-cd $WORK_DIR\r
-\r
-# -----------------------------------------------------------\r
-# Update the CQ list:\r
-# - this command updates file .eclipse_iplog\r
-java -jar $JGIT_BASE/org.eclipse.jgit.pgm/target/jgit-cli.jar eclipse-ipzilla\r
-\r
-# - if there are any updates 'git commit' them\r
-git add .eclipse_iplog\r
-git commit\r
-\r
-# - type in ipzilla user and password\r
-\r
-# -----------------------------------------------------------\r
-# Get the committer data from gerrit:\r
-# - start gerrit gsql via ssh\r
-# options:\r
-#     -p : ssh port gerrit is listening on\r
-ssh -p 29418 username@egit.eclipse.org gerrit gsql --format PRETTY\r
-\r
-# - type in ssh passphrase for your ssh key\r
-# - run the SQL query (cut and paste content to interactive gerrit shell)\r
-#      org.eclipse.jgit.iplog/src/org/eclipse/jgit/iplog/gsql_query.txt\r
-# - copy the query result into the file (no headers, no blank lines):\r
-#      $WORK_DIR/.git/gerrit_committers\r
-\r
-# -----------------------------------------------------------\r
-# Generate the iplog:\r
-# options:\r
-#     -- version : the project version the iplog is to be generated for\r
-#     - o : the output file\r
-java -jar $JGIT_BASE/org.eclipse.jgit.pgm/target/jgit-cli.jar eclipse-iplog --version=0.8.0 -o jgit-0.8.0.xml\r
-\r
-\r
+# -----------------------------------------------------------
+# This document describes how to generate the Eclipse ip log
+# for the eclipse project technology.jgit using a local clone
+# of the git repository
+#     git://egit.eclipse.org/jgit.git
+# starting point is a manually written file
+#     .eclipse_iplog
+# located in the repository's work dir root path
+# which is describing the project, see first section of this
+# file in the jgit root directory:
+#     $JGIT_BASE/.eclipse_iplog
+# -----------------------------------------------------------
+# Prepare:
+# jgit work tree base dir
+export JGIT_BASE="c:/data/ide/helios/jgit"
+
+# repository work dir root path
+export WORK_DIR="c:/data/ide/helios/jgit"
+
+# cd to repository work dir root path (for jgit this is identical to $JGIT_BASE)
+cd $WORK_DIR
+
+# -----------------------------------------------------------
+# Update the CQ list:
+# - this command updates file .eclipse_iplog
+java -jar $JGIT_BASE/org.eclipse.jgit.pgm/target/jgit-cli.jar eclipse-ipzilla
+
+# - if there are any updates 'git commit' them
+git add .eclipse_iplog
+git commit
+
+# - type in ipzilla user and password
+
+# -----------------------------------------------------------
+# Get the committer data from gerrit:
+# - start gerrit gsql via ssh
+# options:
+#     -p : ssh port gerrit is listening on
+ssh -p 29418 username@egit.eclipse.org gerrit gsql --format PRETTY
+
+# - type in ssh passphrase for your ssh key
+# - run the SQL query (cut and paste content to interactive gerrit shell)
+#      org.eclipse.jgit.iplog/src/org/eclipse/jgit/iplog/gsql_query.txt
+# - copy the query result into the file (no headers, no blank lines):
+#      $WORK_DIR/.git/gerrit_committers
+
+# -----------------------------------------------------------
+# Generate the iplog:
+# options:
+#     -- version : the project version the iplog is to be generated for
+#     - o : the output file
+java -jar $JGIT_BASE/org.eclipse.jgit.pgm/target/jgit-cli.jar eclipse-iplog --version=0.8.0 -o jgit-0.8.0.xml
+
+
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/.settings/org.eclipse.core.resources.prefs b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/.settings/org.eclipse.core.resources.prefs
new file mode 100644 (file)
index 0000000..6f96ce8
--- /dev/null
@@ -0,0 +1,3 @@
+#Fri Jun 18 23:33:45 CEST 2010\r
+eclipse.preferences.version=1\r
+encoding/<project>=UTF-8\r
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/.settings/org.eclipse.core.runtime.prefs b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/.settings/org.eclipse.core.runtime.prefs
new file mode 100644 (file)
index 0000000..1a32dba
--- /dev/null
@@ -0,0 +1,3 @@
+#Fri Jun 18 23:33:45 CEST 2010\r
+eclipse.preferences.version=1\r
+line.separator=\n\r
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/.settings/org.eclipse.core.resources.prefs b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/.settings/org.eclipse.core.resources.prefs
new file mode 100644 (file)
index 0000000..f6d7cf3
--- /dev/null
@@ -0,0 +1,3 @@
+#Fri Jun 18 23:33:08 CEST 2010\r
+eclipse.preferences.version=1\r
+encoding/<project>=UTF-8\r
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/.settings/org.eclipse.core.runtime.prefs b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/.settings/org.eclipse.core.runtime.prefs
new file mode 100644 (file)
index 0000000..039a33c
--- /dev/null
@@ -0,0 +1,3 @@
+#Fri Jun 18 23:33:08 CEST 2010\r
+eclipse.preferences.version=1\r
+line.separator=\n\r
index fc5b578c18fc80b3af3ad1997be5f71635129ad0..4f21775ea3ca09a2f55ac5eb8dc6b7ef862ef7e4 100644 (file)
@@ -1,3 +1,3 @@
-#Mon Mar 24 18:55:44 EDT 2008\r
-eclipse.preferences.version=1\r
-line.separator=\n\r
+#Mon Mar 24 18:55:44 EDT 2008
+eclipse.preferences.version=1
+line.separator=\n
index 72987c2521d556006ad0ada574e35d31d14cdc5b..9f733eeea7ffa201d14b7ce349f1f191e1dec679 100644 (file)
@@ -1,3 +1,3 @@
-#Mon Mar 24 18:55:56 EDT 2008\r
-eclipse.preferences.version=1\r
-line.separator=\n\r
+#Mon Mar 24 18:55:56 EDT 2008
+eclipse.preferences.version=1
+line.separator=\n
index cce05685b40dfbecf6f8b8dcddd15f7f96ea283f..006e07ede5d7ee605129ae23da9c20b9bd956341 100644 (file)
@@ -1,3 +1,3 @@
-#Mon Mar 24 18:55:50 EDT 2008\r
-eclipse.preferences.version=1\r
-line.separator=\n\r
+#Mon Mar 24 18:55:50 EDT 2008
+eclipse.preferences.version=1
+line.separator=\n