1
0
mirror of https://github.com/git/git.git synced 2024-11-18 22:14:34 +01:00
git/Documentation
Willy Tarreau ce1a79b6a7 tar-tree: add the "tar.umask" config option
By default, git-tar-tree(1) sets file and directories modes to 0666
or 0777. While this is both useful and acceptable for projects such
as the Linux Kernel, it might be excessive for other projects. With
this variable, it becomes possible to tell git-tar-tree(1) to apply
a specific umask to the modes above. The special value "user"
indicates that the user's current umask will be used. This should be
enough for most projects, as it will lead to the same permissions as
git-checkout(1) would use. The default value remains 0, which means
world read-write.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Acked-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-07-23 23:35:13 -07:00
..
howto Assorted typo fixes 2006-07-09 02:42:41 -07:00
technical Assorted typo fixes 2006-07-09 02:42:41 -07:00
.gitignore
asciidoc.conf Documentation/urls.txt: Use substitution to escape square brackets 2006-07-14 16:36:00 -07:00
build-docdep.perl
callouts.xsl
config.txt tar-tree: add the "tar.umask" config option 2006-07-23 23:35:13 -07:00
core-tutorial.txt
cvs-migration.txt Assorted typo fixes 2006-07-09 02:42:41 -07:00
diff-format.txt
diff-options.txt
diffcore.txt
everyday.txt
fetch-options.txt
git-add.txt
git-am.txt
git-annotate.txt
git-apply.txt
git-applymbox.txt
git-applypatch.txt
git-archimport.txt
git-bisect.txt
git-blame.txt
git-branch.txt
git-cat-file.txt
git-check-ref-format.txt
git-checkout-index.txt
git-checkout.txt
git-cherry-pick.txt
git-cherry.txt
git-clean.txt
git-clone.txt
git-commit-tree.txt
git-commit.txt
git-convert-objects.txt
git-count-objects.txt
git-cvsexportcommit.txt cvsexportcommit - add -a (add author line) flag, cleanup warnings 2006-07-23 22:51:14 -07:00
git-cvsimport.txt
git-cvsserver.txt
git-daemon.txt
git-describe.txt
git-diff-files.txt Assorted typo fixes 2006-07-09 02:42:41 -07:00
git-diff-index.txt
git-diff-stages.txt
git-diff-tree.txt
git-diff.txt change ent to tree in git-diff documentation 2006-07-09 03:26:49 -07:00
git-fetch-pack.txt
git-fetch.txt
git-fmt-merge-msg.txt
git-format-patch.txt
git-fsck-objects.txt
git-get-tar-commit-id.txt
git-grep.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 Assorted typo fixes 2006-07-09 02:42:41 -07:00
git-instaweb.txt
git-local-fetch.txt
git-log.txt
git-lost-found.txt
git-ls-files.txt Documentation about exclude/ignore files 2006-07-13 21:52:42 -07:00
git-ls-remote.txt
git-ls-tree.txt
git-mailinfo.txt
git-mailsplit.txt Assorted typo fixes 2006-07-09 02:42:41 -07:00
git-merge-base.txt
git-merge-index.txt
git-merge-one-file.txt
git-merge-tree.txt
git-merge.txt Assorted typo fixes 2006-07-09 02:42:41 -07:00
git-mktag.txt
git-mktree.txt
git-mv.txt
git-name-rev.txt typofix (git-name-rev documentation) 2006-07-11 12:45:20 -07:00
git-p4import.txt Assorted typo fixes 2006-07-09 02:42:41 -07:00
git-pack-objects.txt
git-pack-redundant.txt Assorted typo fixes 2006-07-09 02:42:41 -07:00
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 Assorted typo fixes 2006-07-09 02:42:41 -07:00
git-quiltimport.txt
git-read-tree.txt
git-rebase.txt
git-receive-pack.txt
git-relink.txt
git-repack.txt
git-repo-config.txt Assorted typo fixes 2006-07-09 02:42:41 -07:00
git-request-pull.txt
git-rerere.txt
git-reset.txt
git-resolve.txt
git-rev-list.txt git-rev-list: add documentation for --parents, --no-merges 2006-07-10 13:48:22 -07:00
git-rev-parse.txt
git-revert.txt
git-rm.txt
git-send-email.txt
git-send-pack.txt
git-sh-setup.txt
git-shell.txt
git-shortlog.txt
git-show-branch.txt
git-show-index.txt
git-show.txt
git-ssh-fetch.txt
git-ssh-upload.txt
git-status.txt
git-stripspace.txt
git-svn.txt Fix some doubled word typos 2006-07-09 03:30:51 -07:00
git-svnimport.txt
git-symbolic-ref.txt
git-tag.txt
git-tar-tree.txt tar-tree: add the "tar.umask" config option 2006-07-23 23:35:13 -07:00
git-tools.txt Assorted typo fixes 2006-07-09 02:42:41 -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-pack.txt
git-upload-tar.txt Assorted typo fixes 2006-07-09 02:42:41 -07:00
git-var.txt
git-verify-pack.txt
git-verify-tag.txt
git-whatchanged.txt
git-write-tree.txt
git.txt Merge branch 'ml/trace' 2006-07-12 23:09:10 -07:00
gitk.txt
glossary.txt change ent to tree in git-diff documentation 2006-07-09 03:26:49 -07:00
hooks.txt
howto-index.sh
install-webdoc.sh
Makefile Documentation/Makefile: product depends on asciidoc.conf 2006-07-14 16:32:38 -07:00
merge-options.txt
merge-strategies.txt
pull-fetch-param.txt
repository-layout.txt Documentation about exclude/ignore files 2006-07-13 21:52:42 -07:00
sort_glossary.pl
SubmittingPatches Assorted typo fixes 2006-07-09 02:42:41 -07:00
tutorial-2.txt
tutorial.txt
urls.txt Documentation/urls.txt: Use substitution to escape square brackets 2006-07-14 16:36:00 -07:00