| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | 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 | |
| * | Adding credentials callback to ls-remote and fetch too. | Krzysztof Adamski | 2013-09-01 | 6 | -33/+45 | |
| * | Removing unneeded code duplication in ls-remote.c | Krzysztof Adamski | 2013-09-01 | 1 | -33/+7 | |
| * | Improve isolation of new test from user environs | Russell Belfer | 2013-08-16 | 1 | -0/+28 | |
| * | Add example like "git init" | Russell Belfer | 2013-08-16 | 2 | -1/+218 | |
| * | Fix -n bug; default to all ancestors | Brendan Macmillan | 2013-07-27 | 1 | -3/+4 | |
| * | Add a bunch more features to log example | Russell Belfer | 2013-07-10 | 1 | -14/+112 | |
| * | Fix example/log.c pathspec handling of merges | Russell Belfer | 2013-07-10 | 1 | -32/+92 | |
| * | more examples/log.c bug fixing | Russell Belfer | 2013-07-10 | 1 | -4/+4 | |
| * | fix bug with order args and no revision | Russell Belfer | 2013-07-10 | 1 | -2/+5 | |
| * | Fix example/log.c minor diffs with git log | Russell Belfer | 2013-07-10 | 1 | -2/+5 | |
| * | Add basic commit formatting to log output | Russell Belfer | 2013-07-10 | 1 | -3/+55 | |
| * | rev-parse example | Russell Belfer | 2013-07-10 | 2 | -1/+107 | |
| * | More progress on log example | Russell Belfer | 2013-07-10 | 1 | -62/+146 | |
| * | Extending log example code | Russell Belfer | 2013-07-10 | 1 | -3/+50 | |
| * | Basic framework for log command | Russell Belfer | 2013-07-10 | 2 | -1/+59 | |
| * | Fix comment and copyright in example | Russell Belfer | 2013-06-20 | 1 | -6/+11 | |
| * | Add example implementation of long format status | Russell Belfer | 2013-06-20 | 1 | -2/+145 | |
| * | Add status flags to force output sort order | Russell Belfer | 2013-06-20 | 1 | -1/+2 | |
| * | Initial implementation of status example | Russell Belfer | 2013-06-20 | 2 | -1/+295 | |
| * | Extend diff example | Russell Belfer | 2013-05-17 | 1 | -6/+44 | |
| * | Make examples/diff.c compile vs threadsafe library | Russell Belfer | 2013-05-16 | 1 | -2/+8 | |
