mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 11:20:11 -05:00
now adding new files created by patch as well (bugfix)
This commit is contained in:
parent
675c3f47e7
commit
211ee78617
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ cd firefox-$(cat version) && \
|
||||||
git add $(grep '+++' "../$1" | awk '{print $2}' | sed s/^b/./) && \
|
git add $(grep '+++' "../$1" | awk '{print $2}' | sed s/^b/./) && \
|
||||||
git commit -am "original" && \
|
git commit -am "original" && \
|
||||||
patch -p1 -i "../$1" && \
|
patch -p1 -i "../$1" && \
|
||||||
|
git add $(grep '+++' "../$1" | awk '{print $2}' | sed s/^b/./) && \
|
||||||
git commit -am "patch" && \
|
git commit -am "patch" && \
|
||||||
echo "" && \
|
echo "" && \
|
||||||
echo "git-patchtree: Files under git control are: (git ls-tree -r HEAD --name-only)" && \
|
echo "git-patchtree: Files under git control are: (git ls-tree -r HEAD --name-only)" && \
|
||||||
|
|
Loading…
Reference in a new issue