index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/15683] Better error message when commit message has CRLF
Anssi Johansson
2018-06-05
1
-0
/
+9
*
[ticket/11611] Remove no longer used file for setting up git repository
Marc Alexander
2017-01-16
1
-292
/
+0
*
Merge branch 'develop-olympus' into develop-ascraeus
Andreas Fischer
2014-06-16
1
-2
/
+2
|
\
|
*
[ticket/12720] Allow commit heading to begin with lowercase letters
Dhruv
2014-06-16
1
-2
/
+2
*
|
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
3
-8
/
+21
|
/
*
[ticket/11509] Exit with the expected (non-zero) exit status on failure.
Andreas Fischer
2014-02-21
1
-3
/
+22
*
[ticket/11509] Output which commit is being inspected.
Andreas Fischer
2014-02-21
1
-0
/
+2
*
[ticket/11509] Three dots means sym. difference, but we only want new commits.
Andreas Fischer
2014-02-21
1
-1
/
+1
*
[ticket/11509] Fail on Travis CI if commit messages are improperly formatted.
Andreas Fischer
2014-02-02
1
-0
/
+30
*
[ticket/11630] Improvements to the PHP lint pre-commit hook
Matthew Fonda
2013-07-06
1
-52
/
+5
*
[ticket/11603] Fix out dated comment
Joas Schilling
2013-06-20
1
-1
/
+1
*
[ticket/11603] Fix usage note
Joas Schilling
2013-06-20
1
-1
/
+1
*
[ticket/11603] Throw RuntimeExceptions instead of using exit()
Joas Schilling
2013-06-19
2
-2
/
+2
*
[ticket/11603] Avoid using cURL
Joas Schilling
2013-06-19
2
-19
/
+19
*
[ticket/11603] Split api_request into two functions (query only vs. full url)
Joas Schilling
2013-06-13
1
-10
/
+8
*
[ticket/11603] Fix spacing and add some comments
Joas Schilling
2013-06-13
1
-2
/
+5
*
[ticket/11603] Fix github API calls
Joas Schilling
2013-06-13
2
-14
/
+57
*
[ticket/11603] Rename network to forks and fix handling
Joas Schilling
2013-06-13
1
-14
/
+14
*
[ticket/11603] Fix github api url and use curl with valid user agent
Joas Schilling
2013-06-13
2
-2
/
+13
*
[ticket/11513] Update all CLI calls to phpunit to use vendor/bin.
Andreas Fischer
2013-05-09
1
-3
/
+3
*
[ticket/10767] Clarify what happens at the end of the hook.
Oleg Pudeyev
2012-04-17
1
-1
/
+8
*
[ticket/10767] Use warning/error language as appropriate.
Oleg Pudeyev
2012-04-17
1
-1
/
+3
*
[ticket/10767] Default to non-fatal behavior.
Oleg Pudeyev
2012-04-17
1
-4
/
+6
*
[ticket/10767] Revert unconditional unfatality in commit-msg hook.
Oleg Pudeyev
2012-04-16
1
-3
/
+18
*
[ticket/10760] Fix numbering in php fun facts.
Oleg Pudeyev
2012-04-04
1
-5
/
+5
*
[ticket/10760] Value must be quoted as it might be two words.
Oleg Pudeyev
2012-04-04
1
-1
/
+1
*
[ticket/10760] PHP is great. This commit is the proof.
Oleg Pudeyev
2012-04-04
1
-0
/
+24
*
[ticket/10760] Catch both versions of parse error output in php.
Oleg Pudeyev
2012-04-04
1
-0
/
+14
*
[ticket/10760] Account for display_errors=stderr in pre-commit hook.
Oleg Pudeyev
2012-04-03
1
-1
/
+7
*
[ticket/10760] Quote PHP_BIN when using it.
Oleg Pudeyev
2012-04-03
1
-2
/
+2
*
[ticket/10760] Use echo -e only if echo understands -e.
Oleg Pudeyev
2012-04-03
1
-2
/
+9
*
[ticket/10760] Use externally specified PHP_BIN if any.
Oleg Pudeyev
2012-04-03
1
-3
/
+5
*
[ticket/9916] Changing header in non-distributed files
Unknown
2012-01-02
2
-2
/
+2
*
[ticket/10093] Use correct ANSI code for clearing color.
Oleg Pudeyev
2011-12-03
1
-2
/
+2
*
[ticket/10093] Make commit-msg always not fatal by nuking all fatal logic.
Oleg Pudeyev
2011-12-03
1
-18
/
+3
*
[ticket/10093] Use color in commit-msg hook warning/error messages.
Oleg Pudeyev
2011-11-26
1
-1
/
+50
*
[ticket/10093] Refactor complaining in commit-msg hook for color support.
Oleg Pudeyev
2011-11-26
1
-17
/
+22
*
[ticket/10093] Respect phpbb.hooks.commit-msg.fatal on syntax errors.
Oleg Pudeyev
2011-11-26
1
-1
/
+1
*
[ticket/10093] Document phpbb.hooks.commit-msg.fatal setting.
Oleg Pudeyev
2011-11-26
1
-0
/
+5
*
Merge remote branch 'igorw/ticket/9806' into develop-olympus
Igor Wiedler
2011-03-20
1
-0
/
+175
|
\
|
*
[ticket/9806] Script for merging pull requests
Igor Wiedler
2011-03-13
1
-0
/
+175
*
|
Merge branch 'ticket/p/10092' into develop-olympus
Andreas Fischer
2011-03-14
1
-1
/
+1
|
\
\
|
*
|
[ticket/10092] Ignore overlength comment lines in commit-msg hook.
Oleg Pudeyev
2011-03-11
1
-1
/
+1
|
|
/
*
|
[ticket/10078] Avoid \n in strings given to echo for portability.
Oleg Pudeyev
2011-03-11
1
-2
/
+3
|
/
*
[ticket/9824] Accept commit messages with less than perfect headings.
Oleg Pudeyev
2011-03-01
1
-1
/
+13
*
[ticket/9824] Allow empty lines after ticket reference.
Oleg Pudeyev
2011-03-01
1
-1
/
+8
*
[ticket/9824] Use printf instead of echo to render \n.
Oleg Pudeyev
2011-03-01
1
-1
/
+1
*
[ticket/9824] Handle empty commit messages in commit-msg hook.
Oleg Pudeyev
2011-03-01
1
-0
/
+11
*
[ticket/9824] Add space after [ticket/12345] in prepared commit message.
Andreas Fischer
2011-03-02
1
-1
/
+1
*
[ticket/9824] Remove space after PHPBB3-12345 in prepared commit message.
Andreas Fischer
2011-03-02
1
-1
/
+1
[next]