Skip to content

Commit

Permalink
update doc with source_code_before [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
ishepard committed May 20, 2019
1 parent 4d379b1 commit 574e66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/modifications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ You can get the list of modified files, as well as their diffs and current sourc
* **change_type**: type of the change: can be Added, Deleted, Modified, or Renamed.
* **diff**: diff of the file as Git presents it (e.g., starting with @@ xx,xx @@).
* **source_code**: source code of the file (can be _None_ if the file is deleted)
* **source_code_before**: source code of the file before the change (can be _None_ if the file is added)
* **added**: number of lines added
* **removed**: number of lines removed
* **nloc**: Lines Of Code (LOC) of the file
Expand Down

0 comments on commit 574e66d

Please sign in to comment.