aboutsummaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Collapse)AuthorAge
* Big tool rename.Junio C Hamano2005-09-07
| | | | | | | | | | | | | | | | | | | As promised, this is the "big tool rename" patch. The primary differences since 0.99.6 are: (1) git-*-script are no more. The commands installed do not have any such suffix so users do not have to remember if something is implemented as a shell script or not. (2) Many command names with 'cache' in them are renamed with 'index' if that is what they mean. There are backward compatibility symblic links so that you and Porcelains can keep using the old names, but the backward compatibility support is expected to be removed in the near future. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Documentation updates.Junio C Hamano2005-09-07
| | | | | | More commands are documented now; thanks Raymond. Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Docs for git-build-rev-cache.A Large Angry SCM2005-09-07
| | | | | Signed-off-by: A Large Angry SCM <gitzilla@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Docs for git-show-rev-cache.A Large Angry SCM2005-09-07
| | | | | Signed-off-by: A Large Angry SCM <gitzilla@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Docs for git-reset-script.A Large Angry SCM2005-09-07
| | | | | Signed-off-by: A Large Angry SCM <gitzilla@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Docs for git-checkout-script.A Large Angry SCM2005-09-07
| | | | | Signed-off-by: A Large Angry SCM <gitzilla@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
* Documentation updates.Junio C Hamano2005-09-07
| | | | | | | | parse-remote and rev-parse gets full documentation. Add skeleton for archimport. Link them from the main git(7) page. Also move git-daemon and git-request-pull out of 'undocumented' section. Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Update documentation for git-get-tar-commit-idRene Scharfe2005-09-06
| | | | | | | | | ... and add a copyright notice. [jc: also move its entry in git.txt from undocumented section.] Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] git-cvsimport-script: handling of tagsH. Peter Anvin2005-09-06
| | | | | | | | | This patch changes git-cvsimport-script so that it creates tag objects instead of refs to commits, and adds an option, -u, to convert underscores in branch and tag names to dots (since CVS doesn't allow dots in branches and tags.) Signed-off-by: Junio C Hamano <junkio@cox.net>
* Format fix for asciidoc documentation titles.Junio C Hamano2005-09-06
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Retire git-clone-dumb-http.Junio C Hamano2005-09-05
| | | | | | ... and fold it into git-clone-script. Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Update documentation of --compose to git-send-email-script.txtRyan Anderson2005-09-04
| | | | | Signed-off-by: Ryan Anderson <ryan@michonline.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
* Add a link from update-server-info documentation to repository layout.Junio C Hamano2005-09-04
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Doc: replace read-cache with git-read-tree.Paolo 'Blaisorblade' Giarrusso2005-09-04
| | | | | | | | | Replace references to "read-cache" with references to git-read-tree in the documentation. I chose that because reference say "see read-cache about stages", and stages are explained in git-read-tree. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Junio C Hamano <junkio@cox.net>
* Document hooks.Junio C Hamano2005-09-02
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Mention post-update when we first talk about publishing a repository.Junio C Hamano2005-09-02
| | | | | | | | There is more detailed instruction for `project lead` later in the tutorial to talk about the same, but at this point in the flow of tutorial, the first time reader has no way of knowing it. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Add repository-layout document.Junio C Hamano2005-09-01
| | | | | | ... and link to it from both the main index and the tutorial. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Add Pine 4.63 help from Daniel.Junio C Hamano2005-08-31
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Update tutorial.Junio C Hamano2005-08-30
| | | | | | | | Finally I bit the bullet and did a full sweep of this document. The changes are mostly clarifications, adjusting old terminology to the glossary compatible one, and asciidoc formatting. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Documentaion updates.Junio C Hamano2005-08-30
| | | | | | | Mostly making the formatted html prettier. Signed-off-by: Junio C Hamano <junkio@cox.net> (cherry picked from 7adf1f15ebe074d4767df941817a6cf86d8e2533 commit)
* Make sure howto/*.html is built as well.Junio C Hamano2005-08-29
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Allow asciidoc formatted documentation in howto/Junio C Hamano2005-08-29
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Add [HOWTO] revert/branch/rebase.Junio C Hamano2005-08-29
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Update Thunderbird specific hints.A Large Angry SCM2005-08-29
| | | | | | | Setting the wraplength to zero keeps the bird from trimming WS. Signed-off-by: <gitzilla@gmail.com> (cherry picked from 1d535d525d6a0ddddc3755065d721278bc5f0aff commit)
* [PATCH] Documentation for git-request-pull-script.A Large Angry SCM2005-08-29
| | | | | | | Copy & paste source comments into documentation. Signed-off-by: <gitzilla@gmail.com> (cherry picked from 10dce95490cb02f66b3a08984ccdee0a92b48236 commit)
* [PATCH] Documentation for git-clone-dumb-http.A Large Angry SCM2005-08-29
| | | | | | | Copy & paste source comments into documentation. Signed-off-by: <gitzilla@gmail.com> (cherry picked from f79528e5d05a64d68b8e09a18521950775e99ec1 commit)
* [PATCH] Documentation for git-daemon.A Large Angry SCM2005-08-29
| | | | | | | Copy & paste source comments into documentation. Signed-off-by: <gitzilla@gmail.com> (cherry picked from 5d0a4efeff62cfa363437f91308453b5b9fd8cf5 commit)
* Accumulated documentation updates.Junio C Hamano2005-08-29
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Document "git cherry-pick" and "git revert"Junio C Hamano2005-08-29
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Remove git-apply-patch-script.Junio C Hamano2005-08-29
| | | | | | | | Now the rebase is rewritten to use git cherry-pick, there is no user for that ancient script. I've checked Cogito and StGIT to make sure they do not use it. Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] tutorial note about git branchAmos Waterland2005-08-28
| | | | | | | | Explain that an asterisk will be displayed in front of the current branch when you run `git branch' to see which are available. Signed-off-by: Amos Waterland <apw@rossby.metr.ou.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
* Update SubmittingPatches.Junio C Hamano2005-08-28
| | | | | | | | | | | | - It does not matter how I read git list. What matters is that I do not necessarily read everything on it. - Talk a bit about how to use applymbox to check one's own patches. - Talk a bit about PGP signed patches. Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Add footnote about Thunderbird about trimming trailing WS.A Large Angry SCM2005-08-28
| | | | | | | Add footnote about Thunderbird about trimming trailing WS. Signed-off-by: <gitzilla@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Add some documentation.A Large Angry SCM2005-08-28
| | | | | | | | | Add some documentation. Text taken from the the commit messages and the command sources. Signed-off-by: <gitzilla@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
* Update SubmittingPatches to add MUA specific notes.Junio C Hamano2005-08-26
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Add how-to on using update-hook.Junio C Hamano2005-08-26
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Update the main documentation index.Junio C Hamano2005-08-26
| | | | | | | | Gitzilla updated bunch of undocumented command pages, so move the entries in the main documentation index around to put them in proper category. Ordering within category will be fixed later. Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Subject: [PATCH] Add some documentation.A Large Angry SCM2005-08-26
| | | | | | Add some documentation. Text taken from the the commit messages and the command sources.
* [PATCH] git bugfixes and cleanups, mainly Debian thingsTommi Virtanen2005-08-26
| | | | | | | Ignore generated files. Signed-off-by: Tommi Virtanen <tv@debian.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] git bugfixes and cleanups, mainly Debian thingsTommi Virtanen2005-08-26
| | | | | | | Generate docs for gitk. Install them in the right deb package. Signed-off-by: Tommi Virtanen <tv@debian.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
* Add Abstract: support for howto index generator.Junio C Hamano2005-08-26
| | | | | | Maybe it's time for me to really learn asciidoc. Also I should do Perl ;-). Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] More missing terms in glossary.txtJohannes Schindelin2005-08-26
| | | | | | | Describe a DAG and octopus, and change wording of tree object. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] update howto/using-topic-branches.txttony.luck@intel.com2005-08-26
| | | | | | | | | | | | | Various updates and cleanups for my howto on using branches in GIT as a Linux subsystem maintainer. Three categories of changes: 1) Updates for new features in GIT 0.99.5 2) Changes to use "git fetch" rather than "git pull" to update local linus branch. 3) Cleanups suggested by Len Brown Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
* Don't forget to build the howto-index file.Junio C Hamano2005-08-25
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Link howto documents from the main git.txt documentation.Junio C Hamano2005-08-25
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Fix markup minimally to get man pages built.Junio C Hamano2005-08-24
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Update tutorial to describe shared repository style a bit more.Junio C Hamano2005-08-24
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Documentation: multi-head fetch.Junio C Hamano2005-08-24
| | | | | | | Add documentation related to multi-head work, including $GIT_DIR/remotes/ changes. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Link the tutorial from the main document.Junio C Hamano2005-08-23
| | | | | | And lead the reader to it at the beginning of the manual. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Tutorial updates.Junio C Hamano2005-08-23
| | | | | | | | | | | | | | - Use "working tree", "object name", "repository" as the canonical term consistenly. - Start formatting tutorial with asciidoc. - Mention shared repository style of cooperation. - Update with some usability enhancements recently made, such as the "-m" flag to the "git commit" command. Signed-off-by: Junio C Hamano <junkio@cox.net>