mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-09 08:09:15 +00:00
99b1a1dfb6
By default git does not find a nice hunk header with rust. New(er) versions ship with a handy xfuncname pattern, so lets enable that for all developers. Example of how this should help: https://github.com/rust-lang/rust/commit/39046172ab91805efb79a55870c2ced2d61cfc3a
3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
# allows for nicer hunk headers with git show
|
|
*.rs diff=rust
|