-
- Downloads
Merge branch 'ab/get-short-oid'
When a short hexadecimal string is used to name an object but there are multiple objects that share the string as the prefix of their names, the code lists these ambiguous candidates in a help message. These object names are now sorted according to their types for easier eyeballing. * ab/get-short-oid: get_short_oid: sort ambiguous objects by type, then SHA-1 sha1-name.c: move around the collect_ambiguous() function git-p4: change "commitish" typo to "committish" sha1-array.h: align function arguments sha1-name.c: remove stray newline
No related branches found
No related tags found
Showing
- Documentation/technical/api-oid-array.txt 11 additions, 6 deletionsDocumentation/technical/api-oid-array.txt
- git-p4.py 3 additions, 3 deletionsgit-p4.py
- sha1-array.c 19 additions, 2 deletionssha1-array.c
- sha1-array.h 5 additions, 2 deletionssha1-array.h
- sha1-name.c 42 additions, 8 deletionssha1-name.c
- t/t1512-rev-parse-disambiguation.sh 21 additions, 0 deletionst/t1512-rev-parse-disambiguation.sh
Please register or sign in to comment