diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-13 13:34:40 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-13 13:34:40 -0700 |
commit | 43d151a1b087db22e2f9a754772b469de1194f67 (patch) | |
tree | 49f381570791ba6c56619bc737c78fe245a9f42e /git.spec.in | |
parent | f987afa8fe13c2a1512094362b06172419977bc4 (diff) | |
parent | 4a1bb4c3f87f355dd52fcd0babcbd005d59d7ed6 (diff) | |
download | git-43d151a1b087db22e2f9a754772b469de1194f67.tar.gz |
Merge branch 'maint'
* maint:
git-svn: don't attempt to minimize URLs by default
git-svn: fix segfaults due to initial SVN pool being cleared
git-svn: clean up caching of SVN::Ra functions
git-svn: don't drop the username from URLs when dcommit is run
RPM spec: include files in technical/ to package.
Remove stale non-static-inline prototype for tree_entry_extract()
git-config: test for 'do not forget "a.b.var" ends "a.var" section'.
git-config: do not forget seeing "a.b.var" means we are out of "a.var" section.
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git.spec.in b/git.spec.in index 16148d4019..3a45eb8761 100644 --- a/git.spec.in +++ b/git.spec.in @@ -185,8 +185,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/git-core/ %doc README COPYING Documentation/*.txt %{!?_without_docs: %doc Documentation/*.html Documentation/howto} +%{!?_without_docs: %doc Documentation/technical} %changelog +* Tue May 13 2007 Quy Tonthat <qtonthat@gmail.com> +- Added lib files for git-gui +- Added Documentation/technical (As needed by Git Users Manual) + * Tue May 8 2007 Quy Tonthat <qtonthat@gmail.com> - Added howto files |