summaryrefslogtreecommitdiff
path: root/examples/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* describe example: enable building by default.Patrick Steinhardt2015-04-071-0/+1
|
* examples: add remote example.Patrick Steinhardt2015-03-191-0/+1
|
* examples: add a basic for-each-ref examplepeff/iconvJeff King2014-05-081-0/+1
| | | | | | | | | | | | | This is quite close to running "git for-each-ref" except: 1. It does not take any formatting or selection options at all. 2. The output is not sorted. I wrote it to look at debugging some issues with ref iteration, but there's no reason it can't live on as an example command.
* Add tag exampleJiri Pospisil2014-03-051-0/+1
|
* Ignore more built examplesBen Straub2013-10-091-0/+5
|
* Add blame exampleBen Straub2013-09-161-0/+1
|
* examples: rev-listGreg Price2013-04-061-0/+1
| | | | | | | | | | | | | | | 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>
* Make building samples more friendlyBen Straub2012-12-161-0/+2
|
* update examples content to be compilable and up to dateScott Chacon2011-06-151-0/+2