summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2567 from cirosantilli/factor-41Vicent Marti2014-09-173-6/+6
|\
| * Factor 40 and 41 constants from source.Ciro Santilli2014-09-163-6/+6
* | Fix typoLinquize2014-09-161-1/+1
|/
* Fix warningLinquize2014-09-011-1/+1
* examples/log.c: invert filtering impl and conditionalEoin Coffey2014-05-281-14/+14
* Add support for --grepEoin Coffey2014-05-231-1/+23
* Add --committer option, and break out helper functionEoin Coffey2014-05-231-7/+21
* Add support for --author flag in example log implementationEoin Coffey2014-05-221-1/+10
* Include windows.h on win32 for SleepEdward Thomson2014-05-211-2/+3
* examples: add a basic for-each-ref examplepeff/iconvJeff King2014-05-083-0/+48
* Make examples/status.c compile on WindowsLinquize2014-05-011-0/+4
* Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti2014-04-251-1/+1
|\
| * Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-1/+1
* | Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-221-66/+37
* | Some doc and examples/diff.c changesRussell Belfer2014-04-221-65/+86
|/
* Add some funny options for debugging statusRussell Belfer2014-04-011-9/+50
* Merge pull request #2228 from mekishizufu/example_short_idVicent Marti2014-04-011-4/+6
|\
| * examples: Use git_object_short_idJiri Pospisil2014-04-011-4/+6
* | Merge pull request #2206 from libgit2/cmn/inmemory-swap-orderVicent Marti2014-04-012-2/+2
|\ \ | |/ |/|
| * remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-012-2/+2
* | Make submodules externally refcountedRussell Belfer2014-03-251-11/+14
|/
* Merge pull request #2028 from libgit2/options-namesVicent Marti2014-03-071-1/+1
|\
| * git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-1/+1
* | Merge pull request #2153 from mekishizufu/tag_exampleRussell Belfer2014-03-073-1/+319
|\ \ | |/ |/|
| * Move all variable declarations to the top of the blockJiri Pospisil2014-03-051-4/+7
| * Add tag exampleJiri Pospisil2014-03-053-1/+316
* | Merge completed: resolve the conflict with the upstreamSun He2014-03-061-0/+4
|\ \ | |/
| * examples/diff: Add minimal, patience diff options.Brian Gesiak2014-03-051-0/+4
* | fix the output format of diffSun He2014-03-051-2/+2
* | Add the --shortstat flag to examples/diff.cSun He2014-03-051-1/+51
|/
* - examples CMakeLists.txt reverted to previous stateMiha Ravšelj2014-03-031-5/+1
* cmake examples change so that general.c is off by defaultMiha2014-03-031-1/+5
* - general.c reverted to original( before pr state )Miha2014-03-031-39/+43
* Merge remote-tracking branch 'remotes/upstream/development' into developmentMiha2014-03-032-7/+16
|\
| * Fix warnings and code style issuesRussell Belfer2014-02-271-7/+11
| * Document enumerator and rewordingJuan Rubén2014-02-241-1/+1
| * Add option to limit blame to first parentJuan Rubén2014-02-231-0/+5
* | - BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha2014-02-256-48/+45
|/
* replace 'out' with 'patch',replace the literal tabs with '\t'.rocky-luo2014-02-091-6/+6
* add example for diff with --numstatrocky-luo2014-02-081-8/+38
* Fix a few references to changed function signaturesBen Straub2014-02-051-1/+1
* Merge pull request #2075 from libgit2/cmn/leftover-oidVicent Marti2014-01-271-1/+1
|\
| * index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-1/+1
* | Merge pull request #2078 from linquize/msvcVicent Marti2014-01-271-2/+1
|\ \
| * | MSVC doesn't like modern code neitherLinquize2014-01-271-2/+1
| |/
* | Make blame example compile on MSVCLinquize2014-01-271-0/+5
|/
* Update files that reference tests-clarBen Straub2013-11-142-2/+2
* Fix warningsLinquize2013-11-121-1/+1
* Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí2013-11-111-12/+14
|\
| * remote: make _ls return the list directlyCarlos Martín Nieto2013-11-111-12/+14