read-only mode

3 messages, 3 authors, 2016-06-15 · open the first message on its own page

read-only mode

From: <hidden>
Date: 2016-06-15 22:45:43

Here's a documentation stub. Please fix and finish it and place in some manual.

==Using git in read-only mode==
Let's say you just want to examine things. There is a fine line
between commands and options that just examine things vs. those that
change things. One might worry that they can't remember that fine line.

Therefore the safest way to ensure you are using git in 'read-only mode' is to
* su nobody, or
* chmod -R u-w . (and remember to chmod -R u+w when you are finished), or
* ???

Re: read-only mode

From: Miklos Vajna <hidden>
Date: 2016-06-15 22:45:43

On Thu, Dec 04, 2008 at 06:44:24AM +0800, jidanni@jidanni.org wrote:
Here's a documentation stub. Please fix and finish it and place in some manual.
Please read and follow Documentation/SubmittingPatches if you want this
to be included.

Thanks.

Re: read-only mode

From: Michael J Gruber <hidden>
Date: 2016-06-15 22:45:44

jidanni@jidanni.org venit, vidit, dixit 03.12.2008 23:44:
Here's a documentation stub. Please fix and finish it and place in some manual.
[Warning: irony ahead] Yes master, at your service!
[I'm aware he tone in the quote above may be due to translation issues.]
==Using git in read-only mode==
Let's say you just want to examine things. There is a fine line
between commands and options that just examine things vs. those that
change things. One might worry that they can't remember that fine line.

Therefore the safest way to ensure you are using git in 'read-only mode' is to
* su nobody, or
* chmod -R u-w . (and remember to chmod -R u+w when you are finished), or
This does change things (time stamps).

I'd say the two above are no git-specific suggestions at all, and "cp -a
.git .git-orig" is the best safety-net for the cautious (assuming a
clean working tree) when doing heavy work but overkill for inspection.
* ???
* clone and inspect the clone instead
* use obvious read-only commands (status, log, diff, show, ls-files,
tag&branch without argument) and avoid obvious write commands (commit,
checkout, apply, ...)

Without specifying "things" any further (repo, objects, index, working
tree) I don't really understand what the problem is.

Michael
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help