Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 810 Bytes

README.md

File metadata and controls

42 lines (37 loc) · 810 Bytes

troll

Systems Level Programming final project: Version conTROLL system.

By Eric Lam & Kevin Wang

To compile troll, simply use make. After doing that, please put the troll executable into your PATH for easy use, as troll may be used inter-directory.

Troll should be used on the command line with many different arguments. For example, one should call "troll help" for help with troll. All commands are listed simply by entering in "troll" or "troll help"

Files Included in the Repo:

  • README.md
  • DESIGN.txt
  • BUGS.txt
  • TODO.txt
  • Makefile
  • troll.c
  • commands.h
  • add.c
  • blob.c
  • blob.h
  • checkout.c
  • checkout.h
  • cmd-commit.c
  • commit.c
  • commit.h
  • face.c
  • help.c
  • index.c
  • index.h
  • init.c
  • log.c
  • ls-files.c
  • object.h
  • object.c
  • path.c
  • path.h
  • status.c
  • test.c
  • tree.c
  • tree.h