Skip to content

Commit

Permalink
Merge pull request #113 from augmentable-dev/renames-and-blame-update…
Browse files Browse the repository at this point in the history
…-readme

Add blame table to readme
  • Loading branch information
Vialeon authored Jan 18, 2021
2 parents 5ef6ebd + ca4e345 commit c74aff2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ More in-depth examples and documentation can be found below.
- [Tables](#tables)
- [Local Git Repository](#local-git-repository)
- [`commits`](#commits)
- [`blame`](#blame)
- [`stats`](#stats)
- [`files`](#files)
- [`branches`](#branches)
Expand Down Expand Up @@ -148,6 +149,18 @@ Similar to `git log`, the `commits` table includes all commits in the history of
| parent_id | TEXT |
| parent_count | INT |

##### `blame`

Similar to `git blame`, the `blame` table includes blame information for all files in the current HEAD.

| Column | Type |
|-----------------|----------|
| line_no | INT |
| path | TEXT |
| commit_id | TEXT |
| contents | TEXT |


##### `stats`

| Column | Type |
Expand Down

0 comments on commit c74aff2

Please sign in to comment.