Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-26 | find . -name .directory -type f -delete; echo .directory > .gitignore | Luke Shumaker | |
2012-12-26 | (scripted) fix file permission breakage introduced in commit d62bd1 | Luke Shumaker | |
I did this with this command: git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \ | tr '\n' ' ' | sed 's/diff --git/\n&/g' \ | sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \ | bash The first line finds all of the file-permission changes in the commit. The second line squashes some newlines to get one line per file. This line is in the format: diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE The third line extracts the values from those lines and transforms the line into: chmod FILE ./OLDMODE The fourth line (obviously) just executes the output. | |||
2012-12-24 | linux-libre-lts-rt-3.0.57-1_rt81: updating version | André Fabian Silva Delgado | |
2012-11-26 | linux-libre-lts-rt-3.0.52_rt76-1: updating version | André Fabian Silva Delgado | |
2012-11-15 | linux-libre-lts-rt-3.0.51_rt75-1: updating version | André Fabian Silva Delgado | |
2012-09-21 | linux-libre-lts-rt-3.0.43_rt65-1: updating version | André Fabian Silva Delgado | |
2012-09-12 | adding owncloud-client!! | Shackra Sislock | |
2012-08-27 | linux-libre-lts-rt-3.0.41_rt61-1: reordering PKGBUILD | André Fabian Silva Delgado | |
2012-08-18 | linux-libre-lts-rt-3.0.41_rt61-1: updating version | André Fabian Silva Delgado | |
2012-08-16 | linux-libre-lts-rt: fixing install file | André Fabian Silva Delgado | |
2012-08-16 | linux-libre-lts-rt-3.0.40_rt60-1.2: fixing bugs on PKGBUILD related to ↵ | André Fabian Silva Delgado | |
extramodules folder | |||
2012-08-14 | linux-libre-lts-rt-3.0.40_rt60-1.1: fixing conflicts, provides and replace ↵ | André Fabian Silva Delgado | |
to aur version on Archlinux | |||
2012-08-12 | linux-libre-lts-rt-3.0.40_rt60-1: updating some descriptions on PKGBUILD | André Fabian Silva Delgado | |
2012-08-12 | linux-libre-lts-rt-3.0.40_rt60-1: updating version | André Fabian Silva Delgado | |
2012-08-10 | linux-libre-lts-rt-3.0.39_rt59-1: updating url mips64el patch | André Fabian Silva Delgado | |
2012-08-10 | linux-libre-lts-rt-3.0.39_rt59-1: updating version | André Fabian Silva Delgado | |
2012-07-08 | updating linux-libre-lts-rt | Márcio Alexandre Silva Delgado | |
2012-07-06 | updating linux-libre-lts-rt | Márcio Alexandre Silva Delgado | |
2012-07-06 | linux-libre-lts-rt-3.0.36_rt57-1: updating PKGBUILD file | André Fabian Silva Delgado | |
2012-07-06 | linux-libre-lts-rt-3.0.36_rt57-1: updating PKGBUILD file | André Fabian Silva Delgado | |
2012-07-06 | linux-libre-lts-rt-3.0.36_rt57-1: updating PKGBUILD file | André Fabian Silva Delgado | |
2012-07-06 | new package linux-libre-lts-rt added | André Fabian Silva Delgado | |