Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Plug configuration file search paths leaks | nulltoken | 2013-11-05 | 4 | -1/+16 | |
|/ / / | ||||||
* | | | Merge pull request #1945 from libgit2/ntk/fix/merge_leaks | Vicent Martí | 2013-11-05 | 2 | -0/+3 | |
|\ \ \ | | | | | | | | | Plug git_merge() related leaks | |||||
| * | | | Plug git_merge() related leaks | nulltoken | 2013-11-05 | 2 | -0/+3 | |
|/ / / | ||||||
* | | | Merge pull request #1007 from ethomson/merge | Vicent Martí | 2013-11-05 | 11 | -20/+1851 | |
|\ \ \ | | | | | | | | | merge! | |||||
| * | | | merge branch into current, updating workdir | Edward Thomson | 2013-11-05 | 11 | -20/+1851 | |
|/ / / | ||||||
* | | | Merge pull request #1943 from libgit2/ntk/fix/leaks | Vicent Martí | 2013-11-05 | 2 | -2/+7 | |
|\ \ \ | | | | | | | | | Fix leaks | |||||
| * | | | Fix leaks | nulltoken | 2013-11-05 | 2 | -2/+7 | |
| | | | | ||||||
* | | | | Merge pull request #1938 from libgit2/cmn/branch-iterator | Vicent Martí | 2013-11-05 | 4 | -132/+129 | |
|\ \ \ \ | | | | | | | | | | | branch: move from foreach to an iterator | |||||
| * | | | | branch: move from foreach to an iterator | Carlos Martín Nieto | 2013-11-05 | 4 | -132/+129 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a git_branch_iterator type which is equivalent to the foreach but lets us write loops instead of callbacks. Since the introduction of git_reference_shorthand(), the added value of passing the name is reduced. | |||||
* | | | | Merge pull request #1941 from libgit2/rb/preserve-iterator-error | Vicent Martí | 2013-11-05 | 4 | -0/+79 | |
|\ \ \ \ | |/ / / |/| | | | Preserve error messages during file system iterator cleanup | |||||
| * | | | error: Simplify giterr_detach | Vicent Marti | 2013-11-05 | 3 | -25/+18 | |
| | | | | ||||||
| * | | | Preserve file error in iterator | Russell Belfer | 2013-11-04 | 2 | -0/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the filesystem iterator encounters an error with a file, it returns the error but because of the cleanup code, it was in some cases erasing the error message. This uses the giterr_detach API to make sure that the actual error message is restored after the cleanup code has been run. | |||||
| * | | | Add giterr_detach API to get and clear error | Russell Belfer | 2013-11-04 | 2 | -0/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are a number of cases where it is convenient to be able to fetch and "claim" the current error string, clearing the error. This is helpful when you need to call some code that may alter the error and you want to restore it later on and/or report it via some other mechanism. | |||||
* | | | | Merge pull request #1942 from libgit2/fix/config_propagate_error | Vicent Martí | 2013-11-05 | 2 | -4/+17 | |
|\ \ \ \ | | | | | | | | | | | Propagate ELOCKED error when updating the config | |||||
| * | | | | Propagate ELOCKED error when updating the config | nulltoken | 2013-11-05 | 2 | -4/+17 | |
|/ / / / | ||||||
* | | | | Merge pull request #1940 from ethomson/filebuf_umask | Edward Thomson | 2013-11-05 | 20 | -75/+116 | |
|\ \ \ \ | |_|_|/ |/| | | | Take umask into account in filebuf_commit | |||||
| * | | | move mode_t to filebuf_open instead of _commit | Edward Thomson | 2013-11-04 | 19 | -77/+80 | |
| | | | | ||||||
| * | | | Take umask into account in filebuf_commit | Edward Thomson | 2013-11-04 | 4 | -5/+43 | |
| |/ / | ||||||
* | | | blame sample: usage comment | Ben Straub | 2013-11-04 | 1 | -0/+1 | |
| | | | ||||||
* | | | Fix warnings | Ben Straub | 2013-11-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | Reorganize and doc-commentify blame sample. | Ben Straub | 2013-11-04 | 1 | -69/+96 | |
| | | | ||||||
* | | | Standardize layout of blame sample | Ben Straub | 2013-11-04 | 1 | -36/+47 | |
|/ / | ||||||
* | | Merge pull request #1939 from ethomson/readwrite_odb | Vicent Martí | 2013-11-04 | 4 | -6/+78 | |
|\ \ | | | | | | | Allow backend consumers to specify file mode | |||||
| * | | Allow backend consumers to specify file mode | Edward Thomson | 2013-11-04 | 4 | -6/+78 | |
| | | | ||||||
* | | | Merge pull request #1317 from libgit2/blame | Russell Belfer | 2013-11-04 | 41 | -1/+2376 | |
|\ \ \ | | | | | | | | | Blame Canada | |||||
| * | | | Adjust for diff API changes | Ben Straub | 2013-10-28 | 2 | -26/+19 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'libgit2/development' into blame | Ben Straub | 2013-10-28 | 141 | -3154/+6354 | |
| |\ \ \ | ||||||
| * | | | | :heart: bool | Ben Straub | 2013-10-28 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | Mmmm, GIT_FLEX_ARRAY | Ben Straub | 2013-10-28 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Avoid temporary object in lookup routine | Ben Straub | 2013-10-28 | 1 | -8/+7 | |
| | | | | | ||||||
| * | | | | Move flag dependencies into docs and code. | Ben Straub | 2013-10-10 | 2 | -4/+12 | |
| | | | | | ||||||
| * | | | | Fix initializer error | Ben Straub | 2013-10-10 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | Fix post-line-range iteration | Ben Straub | 2013-10-10 | 1 | -1/+5 | |
| | | | | | ||||||
| * | | | | Include signatures in blame hunks | Ben Straub | 2013-10-10 | 3 | -6/+10 | |
| | | | | | ||||||
| * | | | | Only show lines that had blame run on them | Ben Straub | 2013-10-10 | 1 | -12/+14 | |
| | | | | | ||||||
| * | | | | Be more flexible with argument order and format | Ben Straub | 2013-10-10 | 1 | -8/+31 | |
| | | | | | ||||||
| * | | | | Ignore more built examples | Ben Straub | 2013-10-09 | 1 | -0/+5 | |
| | | | | | ||||||
| * | | | | Simplify loading blob | Ben Straub | 2013-10-09 | 1 | -13/+11 | |
| | | | | | ||||||
| * | | | | Allow null bytes in blob | Ben Straub | 2013-10-09 | 1 | -10/+11 | |
| | | | | | ||||||
| * | | | | 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 | 55 | -783/+1272 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/git2.h | |||||
| * | | | | | Fix typo | Ben Straub | 2013-09-29 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'development' into blame | Ben Straub | 2013-09-25 | 123 | -1472/+4161 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Trim API, document which parts aren't done | Ben Straub | 2013-09-25 | 1 | -6/+8 | |
| | | | | | | | ||||||
| * | | | | | | Blame: minor cleanup | Ben Straub | 2013-09-25 | 3 | -5/+5 | |
| | | | | | | | ||||||
| * | | | | | | Clean up ported code | Ben Straub | 2013-09-21 | 3 | -126/+142 | |
| | | | | | | | ||||||
| * | | | | | | Simplify blob loading logic | Ben Straub | 2013-09-21 | 1 | -22/+17 | |
| | | | | | | | ||||||
| * | | | | | | Clean up old methods, format long lines | Ben Straub | 2013-09-21 | 2 | -54/+72 | |
| | | | | | | | | | | | | | | | | | | | | | Added back the line index. We'll need it later. | |||||
| * | | | | | | git_blame is a scoreboard | Ben Straub | 2013-09-21 | 4 | -152/+132 | |
| | | | | | | |