Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-15 | hooks: use 'git do-something' instead of the old 'git-do-something' | Tim-Philipp Müller | 2 | -3/+3 | |
2010-04-12 | pre-commit: Add --leave-preprocessor-space | Edward Hervey | 1 | -1/+2 | |
This puts it in sync with core/tools/gst-indent. | |||||
2009-08-02 | pre-commit.hook: mention need to run git add after fixing the indentation | Tim-Philipp Müller | 1 | -1/+9 | |
2009-04-17 | hooks: Don't get confused by indent --version strings containing spaces. | Jan Schmidt | 1 | -2/+2 | |
Use some quote marks around the indent existence checks. | |||||
2009-04-04 | Whitespace cleanups | Felipe Contreras | 1 | -1/+1 | |
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||||
2009-03-10 | pre-commit.hook: check for GNU indent before using it, and allow gnuindent ↵ | Tim-Philipp Müller | 1 | -4/+30 | |
as binary name | |||||
2009-02-10 | pre-commit script: only run on files that exist, not deleted files. | Michael Smith | 1 | -1/+1 | |
Add --diff-filter=ACMR to only get added, copied, modified, or renamed files (importantly, not deleted files!) in the list of files we run the indent script on. | |||||
2009-02-09 | pre-commit.hook: Use the file content from the index. | Edward Hervey | 1 | -5/+7 | |
Issue reported by Jonas Holmberg on #gstreamer | |||||
2009-02-05 | pre-commit hook: only check indentation of those files we're trying to ↵ | Tim-Philipp Müller | 1 | -1/+1 | |
commit and not all locally modified files | |||||
2009-01-30 | Make the pre-commit hook executable | Edward Hervey | 1 | -0/+0 | |
2009-01-22 | Call indent twice to get correct output | Sebastian Dröge | 1 | -9/+14 | |
indent tends to add line-breaks at different positions for every second call. | |||||
2009-01-22 | Fix pre-commit hook for moved/deleted files | Sebastian Dröge | 1 | -1/+2 | |
2009-01-22 | Adding git hooks | Edward Hervey | 2 | -0/+110 | |