| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Minor cleanups, GitHub issue 2824. | Nicholas Marriott | 2021-08-14 |
| | | |||
| * | Update release text. | Nicholas Marriott | 2017-05-29 |
| | | |||
| * | Turn on debug if $VERSION is master rather than commenting and uncommenting. | Nicholas Marriott | 2017-04-20 |
| | | |||
| * | Rename found_debug to enable_debug. | Nicholas Marriott | 2016-10-18 |
| | | |||
| * | Spelling, from Josh Soref. | Nicholas Marriott | 2016-06-10 |
| | | |||
| * | Fix a typo, issue 406. | Nicholas Marriott | 2016-05-13 |
| | | |||
| * | SYNCING: Few tweaks | Thomas Adam | 2015-06-04 |
| | | |||
| * | SYNCING: Update for GH | Thomas Adam | 2015-06-04 |
| | | | | | Explain the release process now that we're using GH. | ||
| * | SYNCING: Make a note about libutils | Thomas Adam | 2014-08-09 |
| | | | | | Don't forget that compat/* needs updating periodically as well. | ||
| * | Move NOTES->README, move Vim syntax file documentation to the file itself and | Nicholas Marriott | 2013-02-19 |
| | | | | | otherwise tweak some bits. | ||
| * | Corrections to SYNCING | Thomas Adam | 2013-01-30 |
| | | | | | | | | * Reflow some paragraphs due to repo-naming pushing the line length over 80 chaacters. * Correct path to git clone commands for each repo. | ||
| * | Updated SYNCING | Thomas Adam | 2013-01-17 |
| | | |||
| * | Don't push all tags when releasing tmux | Thomas Adam | 2012-10-13 |
| | | | | | | | | | Pushing all tags with "git push --tags" will also transfer tags from the tmux-openbsd repository which isn't what we want to do! Therefore, just specify the newly created tag to push instead for the next release. | ||
| * | Don't rely on "-s ours" for merging | Thomas Adam | 2012-09-24 |
| | | | | | | | The ours strategy assumes one subsumes the other -- which isn't the case for the portable version, so for now -- just go back to using the default merge strategy of recursive, and fix-up any conflicts manually. | ||
| * | Merge branch 'master' of ssh://tmux.git.sourceforge.net/gitroot/tmux/tmux | Thomas Adam | 2012-09-20 |
| |\ | | | | | | | | | Conflicts: SYNCING | ||
| | * | .+ SYNCING. | Thomas Adam | 2012-09-19 |
| | | | |||
| * | | Add release instructions for new tmux versions | Thomas Adam | 2012-09-20 |
| |/ | | | | | Document how actual releases will happen. Largely based on tcunha's original notes. Tweaked by me slightly to adapt to git. | ||
| * | Add SYNCING document | Thomas Adam | 2012-09-16 |
| This explains how to keep the tmux and tmux-openbsd repositories in sync with one another during the course of tmux development. | |||