Matthias Esterl

Results 30 issues of Matthias Esterl

http://travisjeffery.com/b/2012/02/search-a-git-repo-like-a-ninja/

question

``` git blame -L10,+1 fe25b6d^ -- src/options.cpp ``` Source: http://stackoverflow.com/a/5098314/709769

http://stackoverflow.com/a/19095988/709769 Remove **all** files from repo: ``` git rm -r --cached . ``` Re-add all files: ``` git add . ``` then ``` git commit -am "Remove ignored files" ```

enhancement

``` To rewrite the repository to look as if foodir/ had been its project root, and discard all other history: git filter-branch --subdirectory-filter foodir -- --all ``` http://stackoverflow.com/a/811384/709769

It might be time to think about a structure for the document. Discussion: Start.

It would be awesome to be able to bulk install addons from a json, xml or similar file. Something like a simplified version of what [composer](ssh://[email protected]/afs/treefish.org/user/me/private/repos/openFrameworks/wirbrennenApps.git) does for php-projects. best,...

**Describe the bug** ![image](https://github.com/user-attachments/assets/6c1566bb-bfb6-4a51-aa4c-2278bded2f1d) **To Reproduce** - Create a new field set as Flexible Editor - Disable "Code Block" in tools - Enable "Text Align" in tools **Flexible Editor Version:**...

bug

### Describe the Bug We still see the behavior described in #23338. #23293: Having multiple collections with different fields results in a permission error similar to this one: `"You don't...

Needs Info