[release-notes] Some changes are needed to keep git prompts working

Pete Travis immanetize at fedoraproject.org
Tue Jan 1 23:54:19 UTC 2013


commit b789e4a62736b75634f9a28af5ef7fdb72225935
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Tue Jan 1 16:54:11 2013 -0700

    Some changes are needed to keep git prompts working

 en-US/Development.xml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Development.xml b/en-US/Development.xml
index 99ab4f9..bf4eda6 100644
--- a/en-US/Development.xml
+++ b/en-US/Development.xml
@@ -118,6 +118,11 @@
       <title><productname>Clojure</productname> joined by <application>Leiningen</application> and tools </title>
       <para> Fedora 18 now ships a more complete <productname>Clojure</productname> programming stack, including the build tool <application>Leiningen</application>. This will make it easier to package other <productname>Clojure</productname> libraries in the future. </para>
     </section>
-
+			<secttion>
+				<title>Git prompt change</title>
+					<para>
+						An update to <packagename>git</packagename> in Fedora 18 has moved the file used by bash to include git branch information in the prompt. Users that take advantage of the git prompt in their bash configuration should add <command>source /usr/share/doc/git-1.7.12/contrib/completion/git-prompt.sh</command> to their <filename>~/.bashrc</filename> in addition to <command>PS1='[\u@\h`__git_ps1` \W]\$ '</command>
+					</para>
+			</section>
 </section>
   


More information about the docs-commits mailing list