| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Initialize threading, fix broken strncmp | Ben Straub | 2013-10-09 | 1 | -1/+4 | |
| | * | | | Un-remove init example | Ben Straub | 2013-10-09 | 1 | -1/+1 | |
| | * | | | Merge branch 'development' into blame | Ben Straub | 2013-10-03 | 3 | -6/+8 | |
| | |\ \ \ | ||||||
| | * | | | | Fix typo | Ben Straub | 2013-09-29 | 1 | -1/+1 | |
| | * | | | | Merge branch 'development' into blame | Ben Straub | 2013-09-25 | 2 | -1/+5 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Add blame example | Ben Straub | 2013-09-16 | 3 | -1/+133 | |
| * | | | | | | Merge pull request #1934 from libgit2/relicense-examples | Vicent Martí | 2013-11-04 | 14 | -34/+250 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Replace copyright topmatter in example files | Ben Straub | 2013-11-02 | 12 | -33/+125 | |
| | * | | | | | | Relicense examples under CC0 | Ben Straub | 2013-11-01 | 2 | -1/+125 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #1929 from libgit2/rb/misc-diff-fixes | Vicent Martí | 2013-11-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Make diff and status perform soft index reload | Russell Belfer | 2013-11-01 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | examples: doc update | Carlos Martín Nieto | 2013-11-03 | 1 | -16/+42 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1916 from libgit2/simplify-examples | Vicent Martí | 2013-11-01 | 16 | -950/+1255 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix typos | Ben Straub | 2013-11-01 | 2 | -3/+3 | |
| | * | | | | | A few formatting changes for rocco | Carlos Martín Nieto | 2013-11-01 | 4 | -8/+31 | |
| | * | | | | | Update examples/README.md | Russell Belfer | 2013-10-31 | 1 | -6/+14 | |
| | * | | | | | Format comments for use with docco | Ben Straub | 2013-10-31 | 5 | -72/+86 | |
| | * | | | | | Clean up showindex sample | Ben Straub | 2013-10-30 | 1 | -23/+15 | |
| | * | | | | | Reorganize rev-parse example | Ben Straub | 2013-10-30 | 1 | -53/+56 | |
| | * | | | | | rev-list.c example: use common utils, reorganize | Ben Straub | 2013-10-30 | 1 | -34/+28 | |
| | * | | | | | cat-file.c example: deploy helpers, reorg | Ben Straub | 2013-10-30 | 1 | -76/+78 | |
| | * | | | | | add.c: proper frontmatter | Ben Straub | 2013-10-30 | 1 | -3/+8 | |
| | * | | | | | init.c example: deploy more helpers | Ben Straub | 2013-10-30 | 1 | -7/+4 | |
| | * | | | | | add.c example: deploy helpers, reorg | Ben Straub | 2013-10-30 | 1 | -57/+61 | |
| | * | | | | | init example: deploy helpers, reorg | Ben Straub | 2013-10-30 | 1 | -127/+122 | |
| | * | | | | | Extract common example helpers and reorg examples | Russell Belfer | 2013-10-29 | 7 | -540/+808 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #1918 from libgit2/cmn/indexer-naming | Vicent Martí | 2013-11-01 | 1 | -6/+6 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | indexer: remove the stream infix | Carlos Martín Nieto | 2013-10-30 | 1 | -6/+6 | |
| | |/ / / / | ||||||
| * | | | | | Use gmtime() instead of gmtime_t() | Linquize | 2013-10-31 | 1 | -3/+3 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1891 from libgit2/cmn/fix-thin-packs | Vicent Martí | 2013-10-28 | 3 | -4/+20 | |
| |\ \ \ \ | ||||||
| | * | | | | indexer: include the delta stats | Carlos Martín Nieto | 2013-10-23 | 2 | -2/+13 | |
| | * | | | | examples: show used local objects in fetch | Carlos Martín Nieto | 2013-10-23 | 1 | -1/+6 | |
| | * | | | | indexer: fix thin packs | Carlos Martín Nieto | 2013-10-04 | 1 | -1/+1 | |
| | | |/ / | |/| | | ||||||
| * | | | | Create git_diff_line and extend git_diff_hunk | Russell Belfer | 2013-10-21 | 2 | -18/+26 | |
| * | | | | Diff API cleanup | Russell Belfer | 2013-10-15 | 2 | -22/+9 | |
| * | | | | Rename diff objects and split patch.h | Russell Belfer | 2013-10-11 | 2 | -10/+10 | |
| | |_|/ |/| | | ||||||
| * | | | clone: put the callbacks struct directly in the clone options | Carlos Martín Nieto | 2013-10-02 | 1 | -5/+3 | |
| * | | | remote: move the credentials callback to the struct | Carlos Martín Nieto | 2013-10-02 | 3 | -3/+5 | |
| * | | | remote: put the _download() callback with the others | Carlos Martín Nieto | 2013-10-02 | 2 | -3/+5 | |
| |/ / | ||||||
| * | | Some tests with ident and crlf filters | Russell Belfer | 2013-09-17 | 1 | -0/+4 | |
| * | | No such thing as an orphan branch | Carlos Martín Nieto | 2013-09-17 | 1 | -1/+1 | |
| |/ | ||||||
| * | Make work if built with threading enabled | Russell Belfer | 2013-09-09 | 1 | -0/+4 | |
| * | Only use callbacks when -n or -v in add example. | Krzysztof Adamski | 2013-09-09 | 1 | -4/+4 | |
| * | Move statement after declarations in add example. | Krzysztof Adamski | 2013-09-09 | 1 | -2/+1 | |
| * | Remove unnececery arguments priting in add example. | Krzysztof Adamski | 2013-09-09 | 1 | -3/+0 | |
| * | Better usage info in add example. | Krzysztof Adamski | 2013-09-09 | 1 | -7/+20 | |
| * | Add -u option to add example. | Krzysztof Adamski | 2013-09-09 | 1 | -2/+11 | |
| * | Supported options information in add example. | Krzysztof Adamski | 2013-09-09 | 1 | -1/+1 | |
| * | Adding add example. | Krzysztof Adamski | 2013-09-09 | 1 | -0/+121 | |
| * | Split examples CMakeLists.txt | Russell Belfer | 2013-09-03 | 1 | -0/+14 | |
