All of lore.kernel.org
 help / color / mirror / Atom feed
* Undocumented long options
@ 2006-12-20 16:06 Jakub Narebski
  2006-12-20 16:17 ` Johannes Schindelin
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Narebski @ 2006-12-20 16:06 UTC (permalink / raw)
  To: git

Here is the list of undocumented long options I have found in git:

* --abbrev-commit (in revision.c) - I'm not sure _where_ it should
  be added, as it afects most visible I think git-log, git-show,
  git-rev-list. Implies --abbrev.
* --exclude-existing of git-show-ref; new option
* --reflog of git-show-branch, similar to --no-name and --ahs1-name
  options I think; new option
* --timestamp option of git-rev-list. Bit strange, but perhaps useful.
  I don't quite know what it does.
* --full-history option of git-rev-list (--full-diff just got
  documented). I think it would be nice to have described while at it
  git history simplification, and how options like --full-history, path
  limiter, --parents interacts with it.
* --trivial option of git-read-tree. It looks like opposite of
  (documented) --aggresive option, but source indicates that it might
  be not exactly opposite.
* --thin and --no-thin of send-pack. It is plumbing option, but even
  plumbing should be documented. Not sure which commands are affected by
  this.

-- 
Jakub Narebski

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-20 20:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-20 16:06 Undocumented long options Jakub Narebski
2006-12-20 16:17 ` Johannes Schindelin
2006-12-20 20:06   ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.