Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# set -x

lines_before=`git stash list | wc -l`
git stash push --keep-index -q
git stash push --keep-index --include-untracked -q --message "You should never see this commit message. If you do, please repair your git setup manully!"
lines_after=`git stash list | wc -l`

cleanup() {
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
[#952](https://github.com/nextcloud/cookbook/pull/952) @christianlupus
- Redirect to login in case of logged out user
[#956](https://github.com/nextcloud/cookbook/pull/956) @christianlupus
- Fix problem with git pre-commit hook dropping files unintentionally
[#974](https://github.com/nextcloud/cookbook/pull/974) @christianlupus

### Documentation
- Corrected some spelling issues
Expand Down