Hello, This first series of patches does bring some changes and improvements to the test suite. One of the patches also introduces a new function `get_oidf()` which will be hepful for the incoming patches related to `git stash`. Thanks, Paul Joel Teichroeb (1): stash: improve option parsing test coverage Paul-Sebastian Ungureanu (3): sha1-name.c: added 'get_oidf', which acts like 'get_oid' stash: update test cases conform to coding guidelines stash: renamed test cases to be more descriptive cache.h | 1 + sha1-name.c | 19 ++++++ t/t3903-stash.sh | 169 +++++++++++++++++++++++++++++------------------ 3 files changed, 123 insertions(+), 66 deletions(-) -- 2.18.0.rc2.13.g506fc12fb