From: Jacob Keller <jacob.keller@xxxxxxxxx> While preparing some patches for implementing support for negative refspecs, I found a couple of minor nits. The first patch fixes the documentation in refspec.h to refer to the correct structures. The second patch cleans up a potential issue with refspec_item structures that weren't initialized properly. While nothing breaks today, future extensions to refspec_item would break if the structure wasn't properly initialized to zero. Jacob Keller (2): refspec: fix documentation referring to refspec_item refspec: make sure stack refspec_item variables are zeroed builtin/remote.c | 1 + refspec.h | 27 ++++++++++++++------------- transport.c | 1 + 3 files changed, 16 insertions(+), 13 deletions(-) base-commit: 878e727637ec5815ccb3301eb994a54df95b21b8 -- 2.28.0.218.ge27853923b9d.dirty