- is_layer ()
- {
- local values
- local name
- if is_tree $1; then
- git cat-file -p $1 | \
- while read i
- do
- values=($i)
- name=${values[3]}
- if [ "$name" = "base" ]; then
- echo "found base"
- return 0
- fi
- done
- fi
- echo "Reached end"
- return 1
- }
geht nit
Posted by Anonymous on Wed 24th Mar 2021 14:12
raw | new post
view followups (newest first): geht trotzdem nit by Anonymous
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.