parent
f932fa792e
commit
a4cf629c2f
@ -0,0 +1,16 @@
|
|||||||
|
#
|
||||||
|
# Lists lost Git commits.
|
||||||
|
#
|
||||||
|
# Authors:
|
||||||
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||||
|
#
|
||||||
|
|
||||||
|
git fsck 2> /dev/null \
|
||||||
|
| grep "^dangling commit" \
|
||||||
|
| awk '{print $3}' \
|
||||||
|
| git log \
|
||||||
|
--date-order \
|
||||||
|
--no-walk \
|
||||||
|
--stdin \
|
||||||
|
${git_log_format_oneline}
|
||||||
|
|
Loading…
Reference in new issue