Skip to content

Introduce revert #706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 14, 2014
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
1 change: 1 addition & 0 deletions LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<Compile Include="PatchStatsFixture.cs" />
<Compile Include="RefSpecFixture.cs" />
<Compile Include="EqualityFixture.cs" />
<Compile Include="RevertFixture.cs" />
<Compile Include="SignatureFixture.cs" />
<Compile Include="FilterBranchFixture.cs" />
<Compile Include="RemoveFixture.cs" />
Expand Down
7 changes: 7 additions & 0 deletions LibGit2Sharp.Tests/Resources/revert_testrepo_wd/a.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This is file a.txt
This is the 3rd revision of this file.
It
also
has
several
lines.
7 changes: 7 additions & 0 deletions LibGit2Sharp.Tests/Resources/revert_testrepo_wd/b.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This is file b.txt
This is the 3rd revision of this file.
It
also
has
several
lines.
7 changes: 7 additions & 0 deletions LibGit2Sharp.Tests/Resources/revert_testrepo_wd/c.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This is file c.txt
This is the 3rd revision of this file.
It
also
has
several
lines.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ref: refs/heads/master
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
P pack-29d1a036908407037b737d1cb436707551c3cedf.pack

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cb4f7f0eca7a0114cdafd8537332aa17de36a4e9
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b6fbb29b625aabe0fb5736da6fd61d4147e4405e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2747045c29b5b9c5624225ce600f3117fdcf0b87
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c4b5cea70e4cd5b633ed0f10ae0ed5384e8190d8
Loading