git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] More object-related docstrings
@ 2014-02-28 16:29 Michael Haggerty
  2014-02-28 16:29 ` [PATCH v2 1/2] Add docstrings for lookup_replace_object() and do_lookup_replace_object() Michael Haggerty
  2014-02-28 16:29 ` [PATCH v2 2/2] Document some functions defined in object.c Michael Haggerty
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Haggerty @ 2014-02-28 16:29 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: git, Christian Couder, Nicolas Pitre, Jakub Narębski,
	Jonathan Nieder, Michael Haggerty

This patch series applies on top of mh/replace-refs-variable-rename,
simply because one of the comments refers to the global variable
check_replace_refs by its new name.

This is a re-roll of patches 1/6 and 6/6 of the series
"mh/object-code-cleanup" that I submitted earlier [1].  Patches 2-5 of
that series have already been queued.

The first patch emphasizes that do_lookup_replace_object() is only
meant for internal use, and moves the real docstring for that function
from the header file to the implementation file.

The second patch changes the docstring for hash_obj() to mention that
its return value is not consistent across architectures, and adds a
comment within the function explaining some points about the
implementation that were suggested in the discussion about v1.

Thanks to Junio, Christian, Nicolas, Jakub, and Jonathan for their
comments on v1.

Michael

[1] http://thread.gmane.org/gmane.comp.version-control.git/242469

Michael Haggerty (2):
  Add docstrings for lookup_replace_object() and
    do_lookup_replace_object()
  Document some functions defined in object.c

 cache.h          | 13 +++++++++++++
 object.c         | 29 ++++++++++++++++++++++++++++-
 object.h         |  7 +++++++
 replace_object.c |  7 +++++++
 4 files changed, 55 insertions(+), 1 deletion(-)

-- 
1.8.5.3

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

end of thread, other threads:[~2014-02-28 21:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 16:29 [PATCH v2 0/2] More object-related docstrings Michael Haggerty
2014-02-28 16:29 ` [PATCH v2 1/2] Add docstrings for lookup_replace_object() and do_lookup_replace_object() Michael Haggerty
2014-02-28 21:17   ` Junio C Hamano
2014-02-28 16:29 ` [PATCH v2 2/2] Document some functions defined in object.c Michael Haggerty
2014-02-28 17:49   ` Nicolas Pitre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).