1
0
mirror of https://github.com/git/git.git synced 2024-10-03 17:32:35 +02:00
git/Documentation
Shawn O. Pearce 27350891de rev-list: Introduce --quiet to avoid /dev/null redirects
Some uses of git-rev-list are to run it with --objects to see if
a range of objects between two or more commits is fully connected
or not.  In such a case the caller doesn't care about the actual
object names or hash hints so formatting this data only for it to
be dumped to /dev/null by a redirect is a waste of CPU time.  If
all the caller needs is the exit status then --quiet can be used
to bypass the commit and object formatting.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-11-11 17:09:55 -08:00
..
howto add a howto document about corrupted blob recovery 2007-11-09 21:16:54 -08:00
technical
.gitignore
asciidoc.conf
blame-options.txt
build-docdep.perl
callouts.xsl
cmd-list.perl Documentation: remove documentation for removed tools. 2007-11-09 01:57:54 -08:00
CodingGuidelines Add Documentation/CodingGuidelines 2007-11-07 17:05:53 -08:00
config.txt Merge branch 'jc/clean-config' 2007-11-07 18:19:38 -08:00
core-tutorial.txt core-tutorial.txt: Fix git-show-branch example and its description 2007-11-10 02:01:12 -08:00
cvs-migration.txt
diff-format.txt git-diff.txt: add section "output format" describing the diff formats 2007-11-01 17:07:22 -07:00
diff-options.txt
diffcore.txt
docbook-xsl.css
docbook.xsl
everyday.txt Documentation: quote commit messages consistently. 2007-11-02 15:38:24 -07:00
fetch-options.txt
fix-texi.perl
git-add.txt Update manpages to reflect new short and long option aliases 2007-10-29 21:03:31 -07:00
git-am.txt
git-annotate.txt
git-apply.txt
git-archimport.txt
git-archive.txt
git-bisect.txt Bisect run: "skip" current commit if script exit code is 125. 2007-10-26 23:27:24 -07:00
git-blame.txt
git-branch.txt Update manpages to reflect new short and long option aliases 2007-10-29 21:03:31 -07:00
git-bundle.txt
git-cat-file.txt
git-check-attr.txt
git-check-ref-format.txt
git-checkout-index.txt
git-checkout.txt
git-cherry-pick.txt revert/cherry-pick: work on merge commits as well 2007-10-26 23:28:28 -07:00
git-cherry.txt
git-citool.txt
git-clean.txt
git-clone.txt git-clone: honor "--" to end argument parsing 2007-11-03 21:44:13 -07:00
git-commit-tree.txt
git-commit.txt
git-config.txt
git-count-objects.txt
git-cvsexportcommit.txt Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in example 2007-10-30 11:39:47 -07:00
git-cvsimport.txt
git-cvsserver.txt
git-daemon.txt
git-describe.txt
git-diff-files.txt
git-diff-index.txt
git-diff-tree.txt
git-diff.txt Merge branch 'gp/maint-diffdoc' 2007-11-02 16:12:04 -07:00
git-fast-import.txt
git-fetch-pack.txt
git-fetch.txt
git-filter-branch.txt Remove escaping of '|' in manpage option sections 2007-11-02 15:38:24 -07:00
git-fmt-merge-msg.txt
git-for-each-ref.txt
git-format-patch.txt git-format-patch.txt: fix explanation of an example. 2007-11-01 15:19:43 -07:00
git-fsck-objects.txt
git-fsck.txt
git-gc.txt Documentation/git-gc: improve description of --auto 2007-10-18 22:29:25 -04:00
git-get-tar-commit-id.txt
git-grep.txt
git-gui.txt
git-hash-object.txt
git-http-fetch.txt
git-http-push.txt
git-imap-send.txt
git-index-pack.txt
git-init-db.txt
git-init.txt
git-instaweb.txt
git-log.txt
git-lost-found.txt Deprecate git-lost-found 2007-11-07 17:12:53 -08:00
git-ls-files.txt
git-ls-remote.txt
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 Merge branch 'maint' into HEAD 2007-10-30 21:44:43 -07:00
git-mergetool.txt mergetool: add support for ECMerge 2007-10-18 03:46:24 -04:00
git-mktag.txt
git-mktree.txt
git-mv.txt Update manpages to reflect new short and long option aliases 2007-10-29 21:03:31 -07:00
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
git-prune-packed.txt
git-prune.txt
git-pull.txt
git-push.txt push: mention --verbose option in documentation 2007-11-11 14:37:03 -08:00
git-quiltimport.txt
git-read-tree.txt
git-rebase.txt git-rebase: document suppression of duplicate commits 2007-10-16 01:18:43 -04:00
git-receive-pack.txt
git-reflog.txt
git-relink.txt
git-remote.txt
git-repack.txt
git-repo-config.txt
git-request-pull.txt
git-rerere.txt
git-reset.txt git-reset: add -q option to operate quietly 2007-11-06 00:18:39 -08:00
git-rev-list.txt rev-list: Introduce --quiet to avoid /dev/null redirects 2007-11-11 17:09:55 -08:00
git-rev-parse.txt
git-revert.txt revert/cherry-pick: work on merge commits as well 2007-10-26 23:28:28 -07:00
git-rm.txt Update manpages to reflect new short and long option aliases 2007-10-29 21:03:31 -07:00
git-runstatus.txt
git-send-email.txt send-email: apply --suppress-from to S-o-b and cc-cmd 2007-11-07 17:23:04 -08:00
git-send-pack.txt
git-sh-setup.txt
git-shell.txt
git-shortlog.txt
git-show-branch.txt
git-show-index.txt
git-show-ref.txt
git-show.txt
git-stash.txt
git-status.txt
git-stripspace.txt Remove escaping of '|' in manpage option sections 2007-11-02 15:38:24 -07:00
git-submodule.txt
git-svn.txt
git-symbolic-ref.txt Update manpages to reflect new short and long option aliases 2007-10-29 21:03:31 -07:00
git-tag.txt Documentation/git-tag.txt: Document how to backdate tags 2007-10-16 01:18:37 -04:00
git-tar-tree.txt
git-tools.txt Remove outdated references to cogito in documentation 2007-10-29 12:53:50 -07:00
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 Merge branch 'maint' to catch up with 1.5.3.5 2007-10-31 14:13:38 -07:00
gitattributes.txt
gitignore.txt
gitk.txt gitk.txt: Fix markup. 2007-10-19 23:13:28 -04:00
gitmodules.txt
glossary.txt
hooks.txt
howto-index.sh
i18n.txt
install-doc-quick.sh
install-webdoc.sh
Makefile
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 Start preparing for 1.5.3.6 2007-11-09 00:17:52 -08:00
RelNotes-1.5.3.txt
RelNotes-1.5.4.txt Update draft release notes for 1.5.4 2007-11-09 00:32:38 -08:00
repository-layout.txt
SubmittingPatches SubmittingPatches: improve the 'Patch:' section of the checklist 2007-11-08 23:59:44 -08:00
tutorial-2.txt
tutorial.txt
urls-remotes.txt
urls.txt
user-manual.conf
user-manual.txt