| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | git_rebase_commit: write HEAD's reflog appropriately | Edward Thomson | 2014-10-26 | 5 | -35/+67 | |
| | * | | Introduce git_rebase_finish to complete a rebase | Edward Thomson | 2014-10-26 | 3 | -1/+131 | |
| | * | | git_rebase_next: test that we return GIT_ITEROVER | Edward Thomson | 2014-10-26 | 1 | -0/+50 | |
| | * | | git_rebase_commit: drop already-picked commits | Edward Thomson | 2014-10-26 | 14 | -5/+62 | |
| | * | | Introduce git_rebase_commit | Edward Thomson | 2014-10-26 | 5 | -11/+241 | |
| | * | | git_rebase_next: write conflicts nicely during rebase | Edward Thomson | 2014-10-26 | 2 | -18/+161 | |
| | * | | Introduce git_rebase_next | Edward Thomson | 2014-10-26 | 3 | -0/+228 | |
| | * | | Introduce git_rebase_abort | Edward Thomson | 2014-10-26 | 3 | -0/+289 | |
| | * | | git_reset: const the git_signature arg | Edward Thomson | 2014-10-26 | 2 | -2/+2 | |
| | * | | Introduce git_rebase to set up a rebase session | Edward Thomson | 2014-10-26 | 131 | -24/+926 | |
| |/ / | ||||||
| * | | Merge pull request #2612 from ethomson/warnings | Edward Thomson | 2014-10-26 | 14 | -49/+69 | |
| |\ \ | ||||||
| | * | | Remove unused warning on non-win32 | Edward Thomson | 2014-10-26 | 1 | -1/+1 | |
| | * | | iterator: free paths when skipping them | Edward Thomson | 2014-10-26 | 1 | -1/+4 | |
| | * | | revwalk::mergebase test: free memory | Edward Thomson | 2014-10-26 | 1 | -0/+1 | |
| | * | | mwindow: clean up pack map at shutdown | Edward Thomson | 2014-10-26 | 1 | -0/+2 | |
| | * | | submodule test: free submodule | Edward Thomson | 2014-10-26 | 1 | -0/+1 | |
| | * | | global: clean up openssl_locks on shutdown | Edward Thomson | 2014-10-26 | 1 | -1/+7 | |
| | * | | clone::local test: isalpha -> git__isalpha | Edward Thomson | 2014-10-26 | 1 | -1/+1 | |
| | * | | config test: clean up memory leak | Edward Thomson | 2014-10-26 | 1 | -0/+1 | |
| | * | | Cleanup memory leak in ssh transport | Edward Thomson | 2014-10-26 | 1 | -34/+28 | |
| | * | | Clean up some memory leaks | Edward Thomson | 2014-10-26 | 2 | -0/+3 | |
| | * | | Clean up various compiler warnings | Edward Thomson | 2014-10-26 | 5 | -11/+20 | |
| |/ / | ||||||
| * | | Merge from 2660 | Carlos Martín Nieto | 2014-10-27 | 1 | -1/+2 | |
| |\ \ | ||||||
| | * | | tests: fix leak | Carlos Martín Nieto | 2014-10-27 | 1 | -0/+1 | |
| | * | | Fix test repo dir not deleted after running | Linquize | 2014-10-27 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #2638 from libgit2/cmn/config-refresh-remove | Edward Thomson | 2014-10-24 | 8 | -135/+1 | |
| |\ \ | ||||||
| | * | | config: remove the refresh function and backend fieldcmn/config-refresh-remove | Carlos Martín Nieto | 2014-10-23 | 8 | -135/+1 | |
| * | | | Merge pull request #2646 from libgit2/cmn/remote-rename | Edward Thomson | 2014-10-24 | 5 | -74/+54 | |
| |\ \ \ | ||||||
| | * | | | remote: accept a repo and name for renamingcmn/remote-rename | Carlos Martín Nieto | 2014-10-24 | 5 | -74/+54 | |
| | |/ / | ||||||
| * | | | Merge pull request #2649 from swisspol/2630 | Edward Thomson | 2014-10-24 | 1 | -2/+3 | |
| |\ \ \ | ||||||
| | * | | | Fixed memory leak in git_tag_delete() | Pierre-Olivier Latour | 2014-10-24 | 1 | -2/+3 | |
| * | | | | Merge pull request #2647 from ethomson/clar_tmpname | Edward Thomson | 2014-10-24 | 2 | -0/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | clar: use a custom temp directory name | Edward Thomson | 2014-10-24 | 2 | -0/+6 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #2645 from libgit2/cmn/common-crypto | Edward Thomson | 2014-10-24 | 3 | -1/+48 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | hash: use CommonCrypto on OSX for SHA-1cmn/common-crypto | Carlos Martín Nieto | 2014-10-24 | 3 | -1/+48 | |
| * | | | | Merge pull request #2644 from libgit2/cmn/remove-supported-url | Edward Thomson | 2014-10-24 | 4 | -42/+3 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | remote: delete git_remote_supported_url()cmn/remove-supported-url | Carlos Martín Nieto | 2014-10-24 | 4 | -42/+3 | |
| |/ / / | ||||||
| * | | | Merge pull request #2622 from libgit2/refresh-config-snapshot | Carlos Martín Nieto | 2014-10-23 | 2 | -2/+20 | |
| |\ \ \ | ||||||
| | * | | | Patch from @carlosmn to refresh the parent config before snapshotting.refresh-config-snapshot | Alan Rogers | 2014-10-23 | 1 | -1/+6 | |
| | * | | | Change the length of the file so that the change is picked up. | Alan Rogers | 2014-10-23 | 1 | -2/+2 | |
| | * | | | Add a test to make sure a new snapshot has the new value. | Alan Rogers | 2014-10-23 | 1 | -1/+14 | |
| * | | | | Merge pull request #2625 from libgit2/cmn/ssl-tls | Edward Thomson | 2014-10-23 | 1 | -0/+13 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | ssl: dump the SSL ciphers in favour of TLScmn/ssl-tls | Carlos Martín Nieto | 2014-10-23 | 1 | -0/+13 | |
| * | | | | Merge pull request #2617 from linquize/describe-example | Edward Thomson | 2014-10-22 | 3 | -0/+198 | |
| |\ \ \ \ | ||||||
| | * | | | | describe: add example | Linquize | 2014-10-12 | 3 | -0/+198 | |
| * | | | | | Merge pull request #2619 from ethomson/remotes_with_unc | Edward Thomson | 2014-10-22 | 2 | -4/+114 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Remote paths: canonicalize UNC paths on Win32 | Edward Thomson | 2014-10-22 | 2 | -4/+114 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #2634 from libgit2/cmn/tree-cache-count | Edward Thomson | 2014-10-22 | 2 | -36/+9 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | tree-cache: correct the entry_count calculation | Carlos Martín Nieto | 2014-10-22 | 2 | -36/+9 | |
| |/ / / / | ||||||
| * | | | | Update some documentation | Carlos Martín Nieto | 2014-10-18 | 4 | -27/+47 | |
