rsh-raj commited on
Commit
7f3780d
·
1 Parent(s): 61e5a60

Add/Update dataset: owner1

Browse files
Files changed (2) hide show
  1. repoa/train.csv +19 -0
  2. repoa/val.csv +3 -0
repoa/train.csv ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Message,git_diff
2
+ feat: add new feature,"diff --git a/file1.py b/file1.py
3
+ --- a/file1.py
4
+ +++ b/file1.py
5
+ @@ -1,1 +1,1 @@
6
+ -old line
7
+ +new line"
8
+ fix: correct a bug,diff --git a/script.js b/script.js
9
+ docs(readme): update usage,diff --git a/README.md b/README.md
10
+ style!: improve formatting,diff --git a/style.css b/style.css
11
+ refactor: code cleanup,diff --git a/main.go b/main.go
12
+ test(unit): add new tests,diff --git a/test_utils.py b/test_utils.py
13
+ chore: build process update,diff --git a/build.sh b/build.sh
14
+ invalid message,⚠️ Error in diff content
15
+ feat(): missing description,diff --git a/another.txt b/another.txt
16
+ another: good one,this is not a diff
17
+ ,
18
+ perf(api)!: enhance speed significantly,diff --git a/performance.py b/performance.py
19
+ typo: fix a small typo,
repoa/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ git_diff
2
+ diff --git a/val_file.py b/val_file.py
3
+ no diff here