Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Automatic code reformatting
f3cfa496e028dee1cafd0c47553f63cd1243bd8c
c5bcad738fe6e8dfcb62442a426c2778241515a1
10189bf2c1a6bc506f03461390f3cc46e5cc0651
16fd6194b9a0b8282259c00b6fb0d4aa494e4b04

# net.sf.jabref -> org.jabref
b2ad6eb279f5def38fa21be12cb5dd4545c1ba1a
Expand All @@ -23,6 +26,6 @@ bf81b595a77f0f7f254872be6f05a063c44528d8

# This commit should not exist
185d7345946c29a2a4e2726c912be0c4db4810b9
# Resulted in this problematic merge commits
# ... and resulted in this problematic merge commits
7e1645978b3028df5e65af19f0f819ddfd0f24aa
a31f396765492ac12eaab228e33eb9d22487403b
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,13 @@ origin https://github.com/YOURUSERNAME/jabref.git (push)
upstream https://github.com/JabRef/jabref.git (fetch)
upstream https://github.com/JabRef/jabref.git (push)
```

## Have `git blame` working

You need to tell git to ignore some commits when doing `git blame`:

```terminal
git config --global blame.ignoreRevsFile .git-blame-ignore-revs
```

<!-- background: https://docs.github.com/en/repositories/working-with-files/using-files/viewing-and-understanding-files#ignore-commits-in-the-blame-view -->
Loading