An open API service providing commit metadata for open source projects.

GitHub / sourcegraph/go-diff / commits

SHA Message Author Date Stats
c69bfd59 Fix panic on short "diff --git" args (#90) Sam Agarwal <4****0@u****m>
Committed by: GitHub <n****y@g****m>
22 days ago
654d3178 bump minimum go 1.14 -> 1.20 Keegan Carruthers-Smith <k****h@g****m> 5 months ago
a839d2cf Add new functionaltiy for reversing diffs. (#72) Greg Falcon <v****o@v****m>
Committed by: GitHub <n****y@g****m>
5 months ago
3751ac72 add go test github workflow (#79) Keegan Carruthers-Smith <k****h@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
205a5dd3 remove outdated scip workflow Keegan Carruthers-Smith <k****h@g****m> 5 months ago
c9dad3b0 diff: simplify readLine branching Keegan Carruthers-Smith <k****h@g****m> 5 months ago
922f9d3e diff: share lineReader cache initialization Keegan Carruthers-Smith <k****h@g****m> 5 months ago
45b1037c diff: remove stale lineReader comment Keegan Carruthers-Smith <k****h@g****m> 5 months ago
6ebdcc03 Make strict dropCR behavior optional via ParseOptions (#78) Emmanuel Antonio <e****c@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
005b9308 chore: removed the inactive badge travis (#73) Olexandr88 <r****3@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
9f2e1854 merge Merge pull request #71 from sourcegraph/nsc/lsifgo-to-scipgo Noah S-C <n****h@s****h>
Committed by: GitHub <n****y@g****m>
over 2 years ago
78610d97 chore: use scip-go instead of lsif-go for precise indexing in CI Noah S-C <n****h@s****h> over 2 years ago
1b4d09c1 remove unnecessary dependencies (#69) ZYX <y****z@a****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
bc7d968b include full license from python-unidiff Keegan Carruthers-Smith <k****h@g****m> over 3 years ago
f8cd299c Fix parsing of deleted empty files without a/ b/ prefixes (#67) Erik Seliger <e****r@m****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
7ef5f68e Support Apple Diff timestamps (#65) Edward Muller <m****e@f****e>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
9d1f353a merge Merge pull request #63 from zegl/extended-binary-no-index Thorsten Ball <m****t@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
c26dd7a9 Support renamed binary files without index-row Gustav Westling <g****v@w****v> about 5 years ago
35b24a7e merge Merge pull request #61 from kwi-dk/master Thorsten Ball <m****t@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
28094f63 Address PR feedback Søren Løvborg <s****l@u****m> about 5 years ago
953267fb Improved test coverage (and slightly stricter error handling) Søren Løvborg <s****l@u****m> over 5 years ago
9721ba53 Add support for complicated filenames and file copies Søren Løvborg <s****l@u****m> over 5 years ago
a7681963 merge Merge pull request #60 from craigfurman/trailing-content Thorsten Ball <m****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
b8a97d3c MultiFileDiffReader returns trailing content Craig Furman <c****9@g****m> over 5 years ago
82e34675 merge Merge pull request #58 from sourcegraph/mrn/clean-up-header-parsing Thorsten Ball <m****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
3a166d4a Simplify handling of empty file diffs Thorsten Ball <m****t@g****m> over 5 years ago
d9b0834a Handle rename-and-mode-change case (verbosely for now) Thorsten Ball <m****t@g****m> over 5 years ago
640c65b6 Extend sample tests, including failing test Thorsten Ball <m****t@g****m> over 5 years ago
d1e74e02 merge Merge pull request #57 from uoli/fix-filemode-change Thorsten Ball <m****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
ae1c4535 fix formatting Leonardo Carneiro <l****o@u****m> over 5 years ago
bfac23a3 add support for file mode changes only Leonardo Carneiro <l****o@u****m> over 5 years ago
5bc20c4c merge Merge pull request #56 from sourcegraph/mrnugget/fix-non-extended-file-header... Thorsten Ball <m****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
deb8e40b Add more tests for multi file diff reading and printing Thorsten Ball <m****t@g****m> almost 6 years ago
6b7c9952 Change tests for LineReader to not duplicate readLine tests Thorsten Ball <m****t@g****m> almost 6 years ago
a8fab669 Add tests for LineReader Thorsten Ball <m****t@g****m> almost 6 years ago
842d2c12 merge Merge pull request #55 from sourcegraph/mrnugget/fix-non-extended-file-header... Thorsten Ball <m****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
1625299f Add a lineReader to provide two-line lookahead Thorsten Ball <m****t@g****m> almost 6 years ago
837bd652 Rename nextLineHasPrefix to peekPrefix and change signature Thorsten Ball <m****t@g****m> almost 6 years ago
5726eda9 Handle peek beyond last line Thorsten Ball <m****t@g****m> almost 6 years ago
45f0055c Fix parsing of non-extended file headers and lines starting with -- Thorsten Ball <m****t@g****m> almost 6 years ago
96789e34 remove protobuf types (#51) Sofiia Tesliuk <3****k@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
70244507 Detect file header, when parsing Hunk (#53) Sofiia Tesliuk <3****k@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
b49127cc diff: support renamed, updated binary file (#38) Stephen Wan <s****n@s****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
c3b8bb25 Add handling added/deleted files in diff (#50) Sofiia Tesliuk <3****k@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
f935979a Add basic support for binary diffs (#46) Erik Seliger <e****r@m****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
8c3ae631 Add support for special characters in file names (#45) Erik Seliger <e****r@m****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
adde7111 merge add LSIF indexing to CI garo (they/them) <g****k@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
08a738a3 LSIF Indexing Campaign Sourcegraph Bot <c****s@s****m> over 6 years ago
83b42035 Go mod tidy sourcegraph (#41) Erik Seliger <e****r@m****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
3637c600 merge Merge pull request #36 from sourcegraph/missing-extended-header Thorsten Ball <m****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
16e54d7a Update documentation for ParseMultiFileDiff Thorsten Ball <m****t@g****m> almost 7 years ago
042635e6 merge Merge pull request #32 from sourcegraph/update-readme-import-path Quinn Slack <q****k@q****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
2190f4fb update import path in README Quinn Slack <q****k@q****m> over 7 years ago
c825d9a1 merge Merge pull request #30 from sourcegraph/github-import-path Quinn Slack <q****k@q****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
de643bfa use github.com/sourcegraph/go-diff import path instead of custom sourcegraph.... Quinn Slack <q****k@q****m> over 7 years ago
dee78e51 merge Merge pull request #29 from crsdrw/win Quinn Slack <q****k@q****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
ea34aaf6 Handle diffs on windows Chris Drew <c****s@c****k> over 7 years ago
119ab63a merge Merge pull request #23 from dmitris/gomod Keegan Carruthers-Smith <k****h@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
c613306a merge Merge pull request #22 from dmitris/gomod Keegan Carruthers-Smith <k****h@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
46357394 add 1.10.x travis build for verification Dmitry Savintsev <d****s@g****m> almost 8 years ago
4688f2fe add go.mod files, set GO111MODULE=on in Travis build Dmitry Savintsev <d****s@g****m> almost 8 years ago
3f415a15 travis: update go version (#19) Davor Kapsa <d****a@g****m>
Committed by: Quinn Slack <q****k@q****m>
over 8 years ago
c0b71564 Add support for parsing header timestamps without fractional seconds. (#18) Dmitri Shuralyov <s****L@g****m>
Committed by: Quinn Slack <q****k@q****m>
almost 9 years ago
748a069c remove old link and remove "unstable" now that it's used in prod Quinn Slack <q****k@q****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
2083912a Add support for new/removed binary files. Dmitri Shuralyov <s****L@g****m> about 10 years ago
0581ef95 Update Travis to use Go 1.6.2; fix broken links/images. Dmitri Shuralyov <s****L@g****m> over 10 years ago
9bc75499 Fix support for empty diffs (new, deleted, renamed, binary files). Dmitri Shuralyov <s****L@g****m> over 10 years ago
ba62c457 Add test for rename support in multi file diff. Dmitri Shuralyov <s****L@g****m> over 10 years ago
66ef7845 Don't print file header when it's not present. Dmitri Shuralyov <s****L@g****m> over 10 years ago
7cb68426 merge Merge pull request #9 from sourcegraph/tmpl-debt Beyang Liu <b****g@s****m> over 10 years ago
05863879 fix bug with file names being terminated by a tab Richard Musiol <m****l@r****e> over 10 years ago
5b2cb822 merge Merge pull request #11 from sourcegraph/camelcase Beyang Liu <b****g@s****m> over 10 years ago
b1b22d8c changed protobuf field names to camel case Richard Musiol <m****l@r****e> over 10 years ago
9a14f200 generate (un)marshalers/sizers Quinn Slack <q****k@q****m> over 10 years ago
a41379e8 note why we need to set the timezone Quinn Slack <q****k@q****m> over 10 years ago
06ad97a8 Revert "Travis: Force timezone to Pacific to make tests pass, for now." Quinn Slack <q****k@q****m> over 10 years ago
0a22a835 use UTC for tests to avoid timezone dependence Quinn Slack <q****k@q****m> over 10 years ago
9df7c6fa patch: Fixed a bug where file diffs headers were merged for only Gabriel Aszalos <g****l@s****m>
Committed by: Dmitri Shuralyov <s****L@g****m>
almost 11 years ago
7eefa0fa merge Merge pull request #8 from sourcegraph/remove-unreachable-code Dmitri Shuralyov <s****L@g****m> over 11 years ago
dbc5a880 Remove unreachable code. Dmitri Shuralyov <s****L@g****m> over 11 years ago
a12082f5 merge Merge pull request #5 from sourcegraph/clarify-canonical-import-path Quinn Slack <q****k@q****m> over 11 years ago
f23a1b83 Travis: Force timezone to Pacific to make tests pass, for now. Dmitri Shuralyov <s****L@g****m> over 11 years ago
714933c9 Fix travis script. Dmitri Shuralyov <s****L@g****m> over 11 years ago
2d6df58b Clarify canonical import path, fix broken links. Dmitri Shuralyov <s****L@g****m> over 11 years ago
458f90e9 rm old badge Quinn Slack <q****k@q****m> over 11 years ago
f1b23f26 Remvoed forgotten ByteSize field gbbr <g****a@s****k> over 11 years ago
23dca9a3 Removed ByteSize gbbr <g****a@s****k> over 11 years ago
83d1edaf Removed omitempty gbbr <g****a@s****k> over 11 years ago
dbbfeca1 ByteSize gbbr <g****a@s****k> over 11 years ago
66cb877d use int32 (for protobuf support) Quinn Slack <q****k@q****m> over 11 years ago
07b377a9 cleaner protobuf generation Quinn Slack <q****k@q****m> over 11 years ago
21eb011d use protobufs Quinn Slack <q****k@q****m> over 11 years ago
07d9929e refactor into readLine helper Beyang Liu <b****g@s****m> over 11 years ago
c12bc15f support long_line test case Beyang Liu <b****g@s****m> over 11 years ago
0df814d8 long_line test case Beyang Liu <b****g@s****m> over 11 years ago
82275ef7 fix test Beyang Liu <b****g@s****m> over 11 years ago
2de63391 record hunk start position Beyang Liu <b****g@s****m> over 11 years ago
99814f67 add go-diff diagnostic program Quinn Slack <q****k@q****m> over 11 years ago
86544b82 fix handling of an empty file in a multi-file diff Quinn Slack <q****k@q****m> over 11 years ago
8109520d rm unused readRest Quinn Slack <q****k@q****m> over 11 years ago

← Back to repository