The default git branch has been renamed from "master" to "main" in the following repositories:
Tuesday, October 15 2024
Git main branch
By Sébastien Helleu on Tuesday, October 15 2024, 19:10 - core
Tuesday, October 15 2024
By Sébastien Helleu on Tuesday, October 15 2024, 19:10 - core
The default git branch has been renamed from "master" to "main" in the following repositories:
Monday, March 3 2014
By Sébastien Helleu on Monday, March 3 2014, 23:14 - core
WeeChat git repositories (weechat, scripts, qweechat) have been moved to GitHub, in WeeChat organization: http://github.com/weechat.
The git repositories on savannah are not updated any more (and will be removed in near future).
The GitHub issue tracker can now be used to report bugs and ask for feature requests.
If the bug/task already exists in Savannah, you can complete/discuss it on Savannah, no need to open a new one on GitHub.
Pull requests are welcome in all repositories, including scripts (except for adding a script, the form on weechat.org must be used).
A page with examples of triggers has been added in weechat wiki.
Wednesday, December 19 2012
By Sébastien Helleu on Wednesday, December 19 2012, 19:18 - core
The git version (output of "git describe") has been added to WeeChat build. This version is displayed in /version (or /v), and is returned in IRC CTCP ("version" and "finger").
Note: the git version is set only when building a development version (not a stable release).
This is useful if you help people and want to know the exact version.
Screenshot:
Sunday, March 25 2012
By Sébastien Helleu on Sunday, March 25 2012, 18:24 - core
I just made the 4000th commit for WeeChat, which is also the 600th commit for the past 12 months!
Commits by range: month: 56 year: 600 total: 4000
New page with statistics about Git repositories (core and scripts): https://weechat.org/dev/stats/
Sunday, October 26 2008
By Sébastien Helleu on Sunday, October 26 2008, 09:46 - core
Git branch "protocols" has been merged to "master".
If you're using protocols branch, you should switch back to master branch now, using following commands:
git checkout master git pull git remote prune origin