Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bestouff/genext2fs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MartinEmrich/genext2fs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 13, 2019

  1. Copy the full SHA
    c3456e6 View commit details
  2. Copy the full SHA
    a13905c View commit details
  3. Ignore generated files

    MartinEmrich committed Oct 13, 2019
    Copy the full SHA
    bebffe8 View commit details
  4. Copy the full SHA
    335363b View commit details
Showing with 25 additions and 1 deletion.
  1. +18 −0 .gitignore
  2. +1 −0 ChangeLog
  3. +5 −0 README
  4. +1 −1 autogen.sh
  5. 0 test-mount.sh
  6. 0 test.sh
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.deps/
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.h
config.h.in
config.log
config.status
configure
depcomp
genext2fs
genext2fs.o
install-sh
missing
stamp-h1
test-driver
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Just a file to satify automake
5 changes: 5 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
genext2fs

automake wants a README file. So here you are! :)

For documentation, see the "real" README.md
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

die() {
echo "*** $0 failed :("
Empty file modified test-mount.sh
100644 → 100755
Empty file.
Empty file modified test.sh
100644 → 100755
Empty file.