aboutsummaryrefslogtreecommitdiff
path: root/research
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-16 19:34:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-16 19:34:24 -0300
commit9906187809c2914c15142d477e80b50dbaec09df (patch)
treecdfb60b79fe5eff4c15834feefae493b1f32c4c0 /research
parentd7fe25a2212c4873fad73af0481e28b28974eaff (diff)
downloadblog-9906187809c2914c15142d477e80b50dbaec09df.tar.gz
blog-9906187809c2914c15142d477e80b50dbaec09df.tar.bz2
Updates research/git
Diffstat (limited to 'research')
-rw-r--r--research/git.mdwn9
1 files changed, 1 insertions, 8 deletions
diff --git a/research/git.mdwn b/research/git.mdwn
index 20e1868..c07abf9 100644
--- a/research/git.mdwn
+++ b/research/git.mdwn
@@ -102,6 +102,7 @@ groups for each project so you're not bound to the `git` group.
Further development
-------------------
+* See [utils-git](https://git.fluxo.info/utils-git/about/) repository for useful scripts and plugins.
* [gitly self-hosted](https://gitly.io).
* [Git Large File Storage - Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.](https://git-lfs.github.com/) / [#792075 - ITP: git-lfs -- Git Large File Support. An open source Git extension for versioning large files - Debian Bug report logs](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792075).
* signed commits:
@@ -118,11 +119,3 @@ Further development
* https://github.com/git/git/blob/v2.3.0/Documentation/config.txt#L2155
* http://stackoverflow.com/questions/1764380/push-to-a-non-bare-git-repository
* http://bitflop.com/tutorials/git-bare-vs-non-bare-repositories.html
-* Write a "git" interceptor:
- * Check proper user/email config.
- * Automatically set git-flow when initializing a repository.
- * Automatically set git-hooks integration.
- * Implement global hooks.
- * Check remote configuration.
- * Check hook tampering before doing anything in the repository, like removing hook permissions, see [discussion](https://stackoverflow.com/questions/35997624/how-to-disable-git-hooks-for-security-reason#35998287).
- * That can disable/mitigate hooks by changing permission and ownership on `~/.git/hooks`.