1
0
mirror of https://github.com/git/git.git synced 2024-10-03 07:01:22 +02:00
git/Documentation
Junio C Hamano c477553b2f Merge branch 'maint' of git://linux-nfs.org/~bfields/git
* 'maint' of git://linux-nfs.org/~bfields/git:
  Documentation/user-manual.txt: fix typo
  Documentation: fix remote.<name>.skipDefaultUpdate description
2007-12-31 09:23:55 -08:00
..
howto Addendum to "MaintNotes" 2007-11-22 17:41:45 -08:00
technical Start preparing the API documents. 2007-12-14 22:29:38 -08:00
.gitignore Start preparing the API documents. 2007-12-14 22:29:38 -08:00
asciidoc.conf Documentation: Fix man page breakage with DocBook XSL v1.72 2007-11-14 02:01:54 -08:00
blame-options.txt
build-docdep.perl
callouts.xsl
cat-texi.perl Documentation: add gitman.info target 2007-12-10 01:36:13 -08:00
cmd-list.perl Consolidate command list to one. 2007-12-01 23:48:28 -08:00
CodingGuidelines Add Documentation/CodingGuidelines 2007-11-07 17:05:53 -08:00
config.txt Merge branch 'maint' of git://linux-nfs.org/~bfields/git 2007-12-31 09:23:55 -08:00
core-tutorial.txt Documentation: Fix references to deprecated commands 2007-11-18 20:50:57 -05:00
cvs-migration.txt
diff-format.txt git-diff --numstat -z: make it machine readable 2007-12-12 10:59:22 -08:00
diff-generate-patch.txt Include diff options in the git-log manpage 2007-12-05 01:57:40 -08:00
diff-options.txt Teach diff machinery to display other prefixes than "a/" and "b/" 2007-12-20 01:10:39 -08:00
diffcore.txt
docbook-xsl.css
docbook.xsl
everyday.txt everyday: replace 'prune' and 'repack' with 'gc' 2007-12-20 17:11:20 -08:00
fetch-options.txt
fix-texi.perl
git-add.txt Fix mis-markup of the -p, --patch option in git-add(1) 2007-12-10 10:58:09 -08:00
git-am.txt
git-annotate.txt
git-apply.txt Documentation: minor grammar fix for "git apply" 2007-12-12 10:59:22 -08:00
git-archimport.txt
git-archive.txt
git-bisect.txt git-bisect visualize: work in non-windowed environments better 2007-12-08 02:58:26 -08:00
git-blame.txt
git-branch.txt Merge branch 'jc/branch-contains' 2007-12-01 13:58:54 -08:00
git-bundle.txt
git-cat-file.txt
git-check-attr.txt Documentation: describe 'union' low-level merge driver 2007-12-22 23:14:59 -08:00
git-check-ref-format.txt
git-checkout-index.txt
git-checkout.txt
git-cherry-pick.txt
git-cherry.txt
git-citool.txt
git-clean.txt
git-clone.txt Documentation: fix git-clone manpage not to refer to itself 2007-11-17 00:57:05 -08:00
git-commit-tree.txt
git-commit.txt Allow selection of different cleanup modes for commit messages 2007-12-22 19:55:07 -08:00
git-config.txt git config --get-colorbool 2007-12-05 17:57:11 -08:00
git-count-objects.txt
git-cvsexportcommit.txt
git-cvsimport.txt
git-cvsserver.txt
git-daemon.txt Clean up documentation that references deprecated 'git peek-remote'. 2007-12-17 20:49:18 -08:00
git-describe.txt
git-diff-files.txt
git-diff-index.txt
git-diff-tree.txt
git-diff.txt Documentation: customize diff-options depending on particular command 2007-11-15 22:44:17 -08:00
git-fast-export.txt fast-export: rename the signed tag mode 'ignore' to 'verbatim' 2007-12-03 23:43:07 -08:00
git-fast-import.txt
git-fetch-pack.txt
git-fetch.txt
git-filter-branch.txt
git-fmt-merge-msg.txt
git-for-each-ref.txt
git-format-patch.txt Documentation: customize diff-options depending on particular command 2007-11-15 22:44:17 -08:00
git-fsck-objects.txt
git-fsck.txt
git-gc.txt
git-get-tar-commit-id.txt Documentation: Fix references to deprecated commands 2007-11-18 20:50:57 -05:00
git-grep.txt
git-gui.txt
git-hash-object.txt
git-help.txt Fix some documentation typos. 2007-12-18 12:00:18 -08:00
git-http-fetch.txt
git-http-push.txt
git-imap-send.txt
git-index-pack.txt
git-init-db.txt
git-init.txt Fix some documentation typos. 2007-12-18 12:00:18 -08:00
git-instaweb.txt Documentation: describe -w/--web option to "git-help". 2007-12-09 01:19:54 -08:00
git-log.txt Fix documentation of --first-parent in git-log and copy it to git-rev-list 2007-12-26 16:05:54 -08:00
git-lost-found.txt Deprecate git-lost-found 2007-11-07 17:12:53 -08:00
git-ls-files.txt Documentation: ls-files -v is about "assume unchanged". 2007-12-21 13:50:58 -08:00
git-ls-remote.txt Clean up documentation that references deprecated 'git peek-remote'. 2007-12-17 20:49:18 -08:00
git-ls-tree.txt
git-mailinfo.txt
git-mailsplit.txt
git-merge-base.txt
git-merge-file.txt
git-merge-index.txt
git-merge-one-file.txt
git-merge-tree.txt
git-merge.txt Documentation: describe 'union' low-level merge driver 2007-12-22 23:14:59 -08:00
git-mergetool.txt
git-mktag.txt
git-mktree.txt
git-mv.txt
git-name-rev.txt
git-pack-objects.txt
git-pack-redundant.txt
git-pack-refs.txt
git-parse-remote.txt
git-patch-id.txt
git-peek-remote.txt Clean up documentation that references deprecated 'git peek-remote'. 2007-12-17 20:49:18 -08:00
git-prune-packed.txt
git-prune.txt Add "--expire <time>" option to 'git prune' 2007-11-30 15:47:01 -08:00
git-pull.txt Teach 'git pull' about --rebase 2007-11-28 17:32:23 -08:00
git-push.txt Merge branch 'aw/mirror-push' into jk/send-pack 2007-11-14 03:13:30 -08:00
git-quiltimport.txt
git-read-tree.txt
git-rebase.txt
git-receive-pack.txt
git-reflog.txt Doc fix for git-reflog: mention @{...} syntax, and <ref> in synopsys. 2007-11-20 00:15:13 -08:00
git-relink.txt
git-remote.txt Merge branch 'maint' 2007-11-19 00:19:15 -08:00
git-repack.txt
git-repo-config.txt
git-request-pull.txt
git-rerere.txt Documentation: rerere is enabled by default these days. 2007-12-04 00:40:55 -08:00
git-reset.txt
git-rev-list.txt Fix documentation of --first-parent in git-log and copy it to git-rev-list 2007-12-26 16:05:54 -08:00
git-rev-parse.txt
git-revert.txt
git-rm.txt
git-send-email.txt Fix some documentation typos. 2007-12-18 12:00:18 -08:00
git-send-pack.txt push: use same rules as git-rev-parse to resolve refspecs 2007-11-18 18:39:01 -08:00
git-sh-setup.txt git-sh-setup: document git_editor() and get_author_ident_from_commit() 2007-12-28 16:11:29 -08:00
git-shell.txt
git-shortlog.txt shortlog manpage documentation: work around asciidoc markup issues 2007-12-23 10:40:25 -08:00
git-show-branch.txt
git-show-index.txt
git-show-ref.txt Clean up documentation that references deprecated 'git peek-remote'. 2007-12-17 20:49:18 -08:00
git-show.txt
git-stash.txt
git-status.txt don't mention index refreshing side effect in git-status docs 2007-12-09 02:39:53 -08:00
git-stripspace.txt
git-submodule.txt Documentation/git-submodule.txt: typofix 2007-12-27 23:29:53 -08:00
git-svn.txt git-svn: info --url [path] 2007-11-21 20:11:11 -08:00
git-symbolic-ref.txt
git-tag.txt builtin-tag: accept and process multiple -m just like git-commit 2007-11-22 23:18:09 -08:00
git-tar-tree.txt
git-tools.txt
git-unpack-file.txt
git-unpack-objects.txt
git-update-index.txt
git-update-ref.txt
git-update-server-info.txt
git-upload-archive.txt
git-upload-pack.txt
git-var.txt
git-verify-pack.txt
git-verify-tag.txt
git-whatchanged.txt
git-write-tree.txt
git.txt Fix some documentation typos. 2007-12-18 12:00:18 -08:00
gitattributes.txt Documentation: describe 'union' low-level merge driver 2007-12-22 23:14:59 -08:00
gitcli.txt parse-options: Add a gitcli(5) man page. 2007-12-22 10:26:08 -08:00
gitignore.txt
gitk.txt
gitmodules.txt
glossary.txt Use "whitespace" consistently 2007-12-12 10:59:22 -08:00
hooks.txt
howto-index.sh
i18n.txt
install-doc-quick.sh
install-webdoc.sh Start preparing the API documents. 2007-12-14 22:29:38 -08:00
Makefile parse-options: Add a gitcli(5) man page. 2007-12-22 10:26:08 -08:00
merge-options.txt
merge-strategies.txt
pretty-formats.txt
pretty-options.txt
pull-fetch-param.txt
RelNotes-1.5.0.1.txt
RelNotes-1.5.0.2.txt
RelNotes-1.5.0.3.txt
RelNotes-1.5.0.4.txt
RelNotes-1.5.0.5.txt
RelNotes-1.5.0.6.txt
RelNotes-1.5.0.7.txt
RelNotes-1.5.0.txt
RelNotes-1.5.1.1.txt
RelNotes-1.5.1.2.txt
RelNotes-1.5.1.3.txt
RelNotes-1.5.1.4.txt
RelNotes-1.5.1.5.txt
RelNotes-1.5.1.6.txt
RelNotes-1.5.1.txt
RelNotes-1.5.2.1.txt
RelNotes-1.5.2.2.txt
RelNotes-1.5.2.3.txt
RelNotes-1.5.2.4.txt
RelNotes-1.5.2.5.txt
RelNotes-1.5.2.txt
RelNotes-1.5.3.1.txt
RelNotes-1.5.3.2.txt
RelNotes-1.5.3.3.txt
RelNotes-1.5.3.4.txt
RelNotes-1.5.3.5.txt RelNotes-1.5.3.5: fix another typo 2007-11-07 11:37:15 -08:00
RelNotes-1.5.3.6.txt GIT 1.5.3.6 2007-11-18 14:00:38 -08:00
RelNotes-1.5.3.7.txt GIT 1.5.3.7 2007-12-01 11:20:00 -08:00
RelNotes-1.5.3.txt
RelNotes-1.5.4.txt GIT 1.5.4-rc2 2007-12-26 18:16:52 -08:00
repository-layout.txt
SubmittingPatches Change from using email.com to example.com as example domain, as per RFC 2606. 2007-12-06 23:20:11 -08:00
tutorial-2.txt
tutorial.txt
urls-remotes.txt
urls.txt Documentation: fix git-clone manpage not to refer to itself 2007-11-17 00:57:05 -08:00
user-manual.conf
user-manual.txt Merge branch 'maint' of git://linux-nfs.org/~bfields/git 2007-12-31 09:23:55 -08:00