summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Create public filter object and use itRussell Belfer2013-09-1711-237/+372
* Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-176-30/+141
* Merge pull request #1833 from libgit2/cmn/config-includeVicent Martí2013-09-171-112/+208
|\
| * config: handle realloc issues from larger depthsCarlos Martín Nieto2013-09-071-0/+9
| * config: return an error when reaching the maximum include depthCarlos Martín Nieto2013-09-071-3/+4
| * config: fix variable overridingCarlos Martín Nieto2013-09-071-1/+6
| * config: refresh included filesCarlos Martín Nieto2013-09-071-5/+16
| * config: keep a list of included filesCarlos Martín Nieto2013-09-071-47/+58
| * config: add support for include directivesCarlos Martín Nieto2013-09-071-5/+52
| * config: decouple the backend from the reader at the low levelCarlos Martín Nieto2013-09-051-84/+96
* | Fix failure in win32_find_git_in_registry() when UAC is turned onLinquize2013-09-171-1/+1
* | Fix failure in win32_find_git_in_registry()Linquize2013-09-171-1/+1
* | Merge pull request #1856 from libgit2/cmn/no-orphansVicent Martí2013-09-178-10/+10
|\ \
| * | No such thing as an orphan branchCarlos Martín Nieto2013-09-178-10/+10
* | | Merge pull request #1851 from tiennou/libssh2-errorsVicent Martí2013-09-171-14/+22
|\ \ \ | |/ / |/| |
| * | Whitespace.Etienne Samson2013-09-161-1/+1
| * | Add a wrapper to provide the libssh2 error messageEtienne Samson2013-09-161-13/+21
* | | clone: Anal as fuckVicent Marti2013-09-161-2/+1
|/ /
* | git_clone supports optional init_optionsLinquize2013-09-161-3/+11
* | Fix memory leak in git_tree_walk on error or when stopping the walk from the ...wilke2013-09-131-1/+2
* | Prevent git_tree_walk 'skip entry' callback return code from leaking through ...wilke2013-09-131-1/+3
* | Merge pull request #1839 from isaac/ssh-repository-invalidVicent Martí2013-09-111-0/+1
|\ \
| * | Test for repo before removing leading colonIsaac Kearse2013-09-101-1/+1
| * | Trim leading colon from ssh repository pathIsaac Kearse2013-09-081-0/+1
* | | errors: Fix format of some error messagesnulltoken2013-09-113-3/+3
* | | Merge pull request #1838 from libgit2/cmn/first-parentRussell Belfer2013-09-102-5/+20
|\ \ \
| * | | revwalk: allow simplifying by first-parentCarlos Martín Nieto2013-09-092-5/+20
| |/ /
* | | odb: Teach loose backend to return EAMBIGUOUSnulltoken2013-09-101-2/+6
* | | path: Make direach() return EUSER on callback errornulltoken2013-09-104-13/+25
* | | odb: Error when streaming in too [few|many] bytesnulltoken2013-09-071-0/+27
|/ /
* | revparse: Simplify error handlingnulltoken2013-09-071-11/+3
* | revparse: Prevent unnecessary odb backend callsnulltoken2013-09-071-6/+3
* | Merge pull request #1791 from libgit2/cmn/revwalk-recursiveRussell Belfer2013-09-062-10/+34
|\ \
| * | revwalk: make mark_unintersting use a loopCarlos Martín Nieto2013-09-062-10/+34
* | | odb: Prevent stream_finalize_write() from overwritingnulltoken2013-09-062-7/+4
* | | Merge pull request #1829 from libgit2/fix-umask-fragilityVicent Martí2013-09-056-21/+22
|\ \ \ | |_|/ |/| |
| * | Better macro name for is-exec-bit-set testRussell Belfer2013-09-054-6/+6
| * | GIT_MODE_TYPE should exclude setgid bitsRussell Belfer2013-09-051-1/+2
| * | Add more file mode permissions macrosRussell Belfer2013-09-056-20/+20
* | | Merge pull request #1831 from linquize/version.h-warningVicent Martí2013-09-051-1/+1
|\ \ \ | |/ / |/| |
| * | Fix warning in src/win32/version.hLinquize2013-09-051-1/+1
* | | Provide better errors for push on non-bare local remotesBen Straub2013-09-041-1/+2
* | | Merge pull request #1817 from libgit2/ntk/fix/backend/honor_refresh_capabilitiesVicent Martí2013-09-042-36/+78
|\ \ \
| * | | odb: Move the auto refresh logic to the pack backendnulltoken2013-09-042-38/+77
| * | | odb: Code beautificationnulltoken2013-08-301-3/+6
| * | | odb: Honor the non refreshing capability of a backendnulltoken2013-08-301-3/+3
* | | | Backport @peff's fix for duplicates in sha1_lookupVicent Marti2013-09-041-0/+47
| |/ / |/| |
* | | Fix resolving relative windows network pathsRussell Belfer2013-09-031-2/+2
* | | Merge pull request #1804 from ethomson/rewritesVicent Martí2013-09-032-3/+9
|\ \ \
| * | | Split rewrites, status doesn't return rewritesEdward Thomson2013-08-282-3/+9