scss.tmbundle
https://github.com/marioricalde/scss.tmbundle
The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
SystemNoteService#existing_commit_summary
Build a single line summarizing existing commits being added in a merge request noteable - MergeRequest object existing_commits - Array of existing Commit objects oldrev - Optional String SHA of a previous Commit Examples: "* ea0f8418...2f4426b7 - 24 commits from branch `master`" "* ea0f8418..4188f0ea - 15 commits from branch `fork:master`" "* ea0f8418 - 1 commit from branch `feature`" Returns a newline-terminated String
Edit
git clone [email protected]:marioricalde/scss.tmbundle.git
cd scss.tmbundle
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-SystemNoteService-existing_commit_summary-for-pr
# Commit to gitgit add git commit -m "better docs for SystemNoteService#existing_commit_summary"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-SystemNoteService-existing_commit_summary-for-pr
hub pull-request
# Celebrate!