Revision: 76284
http://sourceforge.net/p/brlcad/code/76284
Author: starseeker
Date: 2020-07-08 15:09:29 +0000 (Wed, 08 Jul 2020)
Log Message:
-----------
Add a note about managing user and email with newer git versions
Modified Paths:
--------------
brlcad/trunk/misc/repoconv/NOTES
Modified: brlcad/trunk/misc/repoconv/NOTES
===================================================================
--- brlcad/trunk/misc/repoconv/NOTES 2020-07-08 14:44:12 UTC (rev 76283)
+++ brlcad/trunk/misc/repoconv/NOTES 2020-07-08 15:09:29 UTC (rev 76284)
@@ -117,7 +117,23 @@
git log --all --show-notes --grep=\"svn:branch:$CURRBRANCH$\";
\
}; f"
+#################### Establishing identities ###############################
+For users who want to set up brlcad git repositories to use their github
+username and email but not use those as their default commit ID for all
+repositorires on their machine, it is possible to set user name and email on a
+per-repository basis from the checkout directory:
+
+git config user.name "Jane Smith"
+git config user.email “jsmith@mail”
+
+For those who don't want to have to remember to set this every time they clone
+the repository, a feature introduced in Git 2.13 is worth exploring. It is now
+possible to use conditional includes to globally specifiy a specific
+username/email combination when working in directories that match patterns:
+
+https://stackoverflow.com/a/43654115
+
############ Other useful tips ##############
Many (most?) of BRL-CAD's commit messages are long one liners - it turns out
gitk does have
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits