FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add missing return type to Blame.file documentation by juliankotrba · Pull Request #1706 · nodegit/nodegit · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .js  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
1 change: 1 addition & 0 deletions lib/blame.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var _file = Blame.file;
* @param {Repository} repo that contains the file
* @param {String} path to the file to get the blame of
* @param {BlameOptions} [options] Options for the blame
* @return {Blame} the blame
*/
Blame.file = function(repo, path, options) {
options = normalizeOptions(options, NodeGit.BlameOptions);
Expand Down

Back | FazBrowse Home | New Git URL