Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Price <price@mit.edu>2013-04-01 01:56:32 +0400
committerGreg Price <price@mit.edu>2013-04-07 07:51:16 +0400
commit8f7f5e55436eb6b20c12c435eab03e9f37be2e39 (patch)
tree05b4fa72f161a20e242c78c32042d9a4bfbb52f2 /examples/.gitignore
parentaf079d8bf69a4bd92d6a4eff3c3d1e4d73190a78 (diff)
examples: rev-list
This demonstrates parts of the interface for specifying revisions that Git users are familiar with from 'git rev-list', 'git log', and other Git commands. A similar query interface is used in out-of-core command-line programs that browse a Git repo (like 'tig'), and may be useful for an 'advanced search' interface in GUI or web applications. In this version, we parse all the query modifiers we can support with the existing logic in revwalk: basic include/exclude commits, and the ordering flags. More logic will be required to support '--grep', '--author', the pickaxe '-S', etc. Signed-off-by: Greg Price <price@mit.edu>
Diffstat (limited to 'examples/.gitignore')
-rw-r--r--examples/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/.gitignore b/examples/.gitignore
index e40bfc29f..e8e0820a5 100644
--- a/examples/.gitignore
+++ b/examples/.gitignore
@@ -1,4 +1,5 @@
general
showindex
diff
+rev-list
*.dSYM