summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Trim fat from git_blame structBen Straub2013-09-203-19/+1
| * | | | | | Add typedefs for internal structsBen Straub2013-09-203-78/+82
| * | | | | | Detect boundaries, support limiting commit rangeBen Straub2013-09-208-90/+132
| * | | | | | Blame: fixturize testsBen Straub2013-09-191-110/+126
| * | | | | | blame: allow restriction to line rangeBen Straub2013-09-192-0/+79
| * | | | | | Stop being crazy about freeing memoryBen Straub2013-09-191-26/+2
| * | | | | | Check errors from libgit2 callsBen Straub2013-09-171-13/+10
| * | | | | | Add blame exampleBen Straub2013-09-163-1/+133
| * | | | | | Port blame from git.gitBen Straub2013-09-1637-30/+1946
| * | | | | | Merge branch 'development' into blame_rebasedBen Straub2013-09-16264-3658/+14891
| |\ \ \ \ \ \
| * | | | | | | Fix spelling, remove pesky constsBen Straub2013-06-131-3/+3
| * | | | | | | Introduce git_blame_bufferBen Straub2013-06-131-0/+14
| * | | | | | | Change API based on @arrbee's feedbackBen Straub2013-06-131-13/+33
| * | | | | | | Initial blame APIBen Straub2013-06-132-0/+146
* | | | | | | | Merge pull request #1934 from libgit2/relicense-examplesVicent Martí2013-11-0416-38/+262
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace copyright topmatter in example filesBen Straub2013-11-0212-33/+125
| * | | | | | | | Relicense examples under CC0Ben Straub2013-11-014-5/+137
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #1937 from scunz/checkout_assertVicent Martí2013-11-042-22/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Checkout: git_checkout_head is git_checkout_tree without a treeishSascha Cunz2013-11-021-13/+1
| * | | | | | | | Checkout: Don't assert if treeish is NULLSascha Cunz2013-11-022-5/+16
| * | | | | | | | Checkout: Unifiy const-ness of `opts` parameterSascha Cunz2013-11-022-4/+4
* | | | | | | | | Merge pull request #1929 from libgit2/rb/misc-diff-fixesVicent Martí2013-11-0422-109/+411
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fix --assume-unchanged supportRussell Belfer2013-11-013-6/+62
| * | | | | | | | More tests and fixed for merging reversed diffsRussell Belfer2013-11-012-14/+75
| * | | | | | | | Add git_diff_options_init helperRussell Belfer2013-11-015-19/+62
| * | | | | | | | Convert git_index_read to have a "force" flagRussell Belfer2013-11-017-30/+31
| * | | | | | | | Make diff and status perform soft index reloadRussell Belfer2013-11-0117-56/+180
| * | | | | | | | Fix some of the glaring errors in GIT_DIFF_REVERSERussell Belfer2013-11-012-17/+34
| | |/ / / / / / | |/| | | | | |
* | | | | | | | examples: doc updateCarlos Martín Nieto2013-11-031-16/+42
* | | | | | | | remote: don't write too much when dealing with multivarsCarlos Martín Nieto2013-11-021-6/+12
* | | | | | | | Fix a leak in the diff testsCarlos Martín Nieto2013-11-021-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1935 from ethomson/winerrsVicent Martí2013-11-012-2/+26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | preserve windows error numbers as wellEdward Thomson2013-11-012-2/+26
|/ / / / / /
* | | | | | Merge pull request #1916 from libgit2/simplify-examplesVicent Martí2013-11-0116-950/+1255
|\ \ \ \ \ \
| * | | | | | Fix typosBen Straub2013-11-012-3/+3
| * | | | | | A few formatting changes for roccoCarlos Martín Nieto2013-11-014-8/+31
| * | | | | | Update examples/README.mdRussell Belfer2013-10-311-6/+14
| * | | | | | Format comments for use with doccoBen Straub2013-10-315-72/+86
| * | | | | | Clean up showindex sampleBen Straub2013-10-301-23/+15
| * | | | | | Reorganize rev-parse exampleBen Straub2013-10-301-53/+56
| * | | | | | rev-list.c example: use common utils, reorganizeBen Straub2013-10-301-34/+28
| * | | | | | cat-file.c example: deploy helpers, reorgBen Straub2013-10-301-76/+78
| * | | | | | add.c: proper frontmatterBen Straub2013-10-301-3/+8
| * | | | | | init.c example: deploy more helpersBen Straub2013-10-301-7/+4
| * | | | | | add.c example: deploy helpers, reorgBen Straub2013-10-301-57/+61
| * | | | | | init example: deploy helpers, reorgBen Straub2013-10-301-127/+122
| * | | | | | Extract common example helpers and reorg examplesRussell Belfer2013-10-297-540/+808
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1933 from libgit2/vmg/gcc-warningsRussell Belfer2013-11-0114-29/+62
|\ \ \ \ \ \
| * | | | | | clar: Fix warnings in GCC/Linuxvmg/gcc-warningsVicent Marti2013-11-013-4/+7
| * | | | | | iconv: Do not fake an API when iconv is not availableVicent Marti2013-11-015-16/+47