The first patch changes the manpages for "git gc" and "git reflog" to
document the new expiry options made possible by Junio's "date.c: add
parse_expiry_date()".  Feel free to squash this patch onto yours.

The second patch changes the parse_options() API documentation to
mention that a "no-" prefix can also be used for non-boolean options.
It is related only by the fact that I was confused by this omission
when I was trying to understand your patch.

Michael Haggerty (2):
  git-gc.txt, git-reflog.txt: document new expiry options
  api-parse-options.txt: document "no-" for non-boolean options

 Documentation/git-gc.txt                      | 5 +++--
 Documentation/git-reflog.txt                  | 9 +++++++--
 Documentation/technical/api-parse-options.txt | 2 ++
 3 files changed, 12 insertions(+), 4 deletions(-)

-- 
1.8.2.1

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to