[Libreoffice-commits] .: .git-hooks/README git-hooks/README

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 25 09:38:26 PDT 2012


 .git-hooks/README |    9 +++++++++
 git-hooks/README  |    9 ---------
 2 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit bab471569a72618efba223751b54ac40965842d8
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Thu Oct 25 18:40:07 2012 +0200

    if git hooks are moved, move the README as well
    
    Change-Id: I1d9e64bf16b7572de120e9f81e9f13c7c4c11ca0

diff --git a/.git-hooks/README b/.git-hooks/README
new file mode 100644
index 0000000..3ddd71a
--- /dev/null
+++ b/.git-hooks/README
@@ -0,0 +1,9 @@
+Git hooks are executable scripts you can place in $GIT_DIR/hooks directory to trigger action at certain points. 
+
+There are two groups of these hooks: client side and server side. 
+The client-side hooks:
+are for client operations such as committing and merging.
+The server-side hooks:
+are for Git server operations such as receiving pushed commits.
+
+See Also [ http://git-scm.com/book/en/Customizing-Git-Git-Hooks ]
\ No newline at end of file
diff --git a/git-hooks/README b/git-hooks/README
deleted file mode 100644
index 3ddd71a..0000000
--- a/git-hooks/README
+++ /dev/null
@@ -1,9 +0,0 @@
-Git hooks are executable scripts you can place in $GIT_DIR/hooks directory to trigger action at certain points. 
-
-There are two groups of these hooks: client side and server side. 
-The client-side hooks:
-are for client operations such as committing and merging.
-The server-side hooks:
-are for Git server operations such as receiving pushed commits.
-
-See Also [ http://git-scm.com/book/en/Customizing-Git-Git-Hooks ]
\ No newline at end of file


More information about the Libreoffice-commits mailing list