login
Header Space

 
 

[JGIT PATCH 22/22] Added a "add" command to the git like command line tool.

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: Florian Koeberle <florianskarten@...>
Date: Saturday, May 10, 2008 - 9:00 am

---
 .../src/org/spearce/jgit/pgm/AddCommand.java       |   96 ++++++++++++++++++++
 .../src/org/spearce/jgit/pgm/MainProgram.java      |    1 +
 2 files changed, 97 insertions(+), 0 deletions(-)
 create mode 100644 org.spearce.jgit/src/org/spearce/jgit/pgm/AddCommand.java

diff --git a/org.spearce.jgit/src/org/spearce/jgit/pgm/AddCommand.java b/org.spearce.jgit/src/org/spearce/jgit/pgm/AddCommand.java
new file mode 100644
index 0000000..f8d86b1
--- /dev/null
+++ b/org.spearce.jgit/src/org/spearce/jgit/pgm/AddCommand.java
@@ -0,0 +1,96 @@
+/*
+ *  Copyright (C) 2008 Florian K
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[JGIT PATCH 11/22] Added the class StarPattern., Florian Koeberle, (Sat May 10, 9:00 am)
Re: [JGIT PATCH 11/22] Added the class StarPattern., Robin Rosenberg, (Sat May 10, 4:53 pm)
[JGIT PATCH 22/22] Added a "add" command to the git like com..., Florian Koeberle, (Sat May 10, 9:00 am)
[JGIT PATCH 07/22] Added the class Rule., Florian Koeberle, (Sat May 10, 9:00 am)
[JGIT PATCH 17/22] Added the class TreeFilePattern., Florian Koeberle, (Sat May 10, 9:00 am)
[JGIT PATCH 16/22] Added test class OverallIgnoreRulestest., Florian Koeberle, (Sat May 10, 9:00 am)
[JGIT PATCH 19/22] Added the class AddRuleListFactory., Florian Koeberle, (Sat May 10, 9:00 am)
Re: [JGIT PATCH 19/22] Added the class AddRuleListFactory., Robin Rosenberg, (Sat May 10, 4:53 pm)
[JGIT PATCH 13/22] Added the class ComplexFilePattern., Florian Koeberle, (Sat May 10, 9:00 am)
Re: [JGIT PATCH 13/22] Added the class ComplexFilePattern., Robin Rosenberg, (Sat May 10, 4:53 pm)
[JGIT PATCH 10/22] Added class FileTreeIterable., Florian Koeberle, (Sat May 10, 9:00 am)
[JGIT PATCH 14/22] Added the class IgnoreRuleListFactory., Florian Koeberle, (Sat May 10, 9:00 am)
[JGIT PATCH 12/22] Added the class GlobalFilePattern, Florian Koeberle, (Sat May 10, 9:00 am)
[JGIT PATCH 08/22] Added the iterface Rules., Florian Koeberle, (Sat May 10, 9:00 am)
Re: [JGIT PATCH 08/22] Added the iterface Rules., Robin Rosenberg, (Sat May 10, 4:46 pm)
[JGIT PATCH 05/22] Added ProjectSeeker class., Florian Koeberle, (Sat May 10, 9:00 am)
Re: [JGIT PATCH 05/22] Added ProjectSeeker class., Robin Rosenberg, (Sat May 10, 4:45 pm)
[JGIT PATCH 06/22] Added the interface FilePattern., Florian Koeberle, (Sat May 10, 9:00 am)
speck-geostationary