| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Wrap iconv stuff and write tests | Russell Belfer | 2013-10-03 | 2 | -1/+58 | |
| | * | | | | | | Simplify git_path_is_empty_dir implementation | Russell Belfer | 2013-10-03 | 2 | -27/+24 | |
| | * | | | | | | Initial iconv hookup for precomposed unicode | Russell Belfer | 2013-10-03 | 5 | -39/+20 | |
| | * | | | | | | Add check if we need to precompose unicode on Mac | Russell Belfer | 2013-10-03 | 1 | -0/+10 | |
| * | | | | | | | Add Assembla unit test | Ben Straub | 2013-10-08 | 1 | -0/+6 | |
| * | | | | | | | tree: allow retrieval of raw attributes | Carlos Martín Nieto | 2013-10-08 | 1 | -1/+2 | |
| * | | | | | | | Add test for multiple thread init/shutdown | Ben Straub | 2013-10-04 | 1 | -0/+13 | |
| * | | | | | | | index: Make _read() cope with index file creation | nulltoken | 2013-10-04 | 1 | -0/+50 | |
| * | | | | | | | Tabify indentations | nulltoken | 2013-10-04 | 1 | -8/+8 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1888 from jamill/network_cancellation | Vicent Martí | 2013-10-03 | 1 | -6/+6 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | Style tweaks and changes for code review feedback | Jameson Miller | 2013-10-03 | 1 | -0/+2 | |
| | * | | | | | Fix broken online push tests | Jameson Miller | 2013-10-02 | 1 | -4/+0 | |
| | * | | | | | Support cancellation in push operation | Jameson Miller | 2013-10-02 | 1 | -2/+4 | |
| * | | | | | | Merge pull request #1887 from libgit2/ntk/topic/git_message_raw | Vicent Martí | 2013-10-03 | 1 | -1/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | commit: Introduce git_commit_message_raw() | nulltoken | 2013-10-03 | 1 | -1/+7 | |
| | |/ / / / / | ||||||
| * | | | | | | HTTP: handle "relative" redirects | Ben Straub | 2013-10-02 | 1 | -0/+28 | |
| |/ / / / / | ||||||
| * | | | | | clone: put the callbacks struct directly in the clone options | Carlos Martín Nieto | 2013-10-02 | 4 | -23/+17 | |
| * | | | | | clone: bring back NULL as defaults | Carlos Martín Nieto | 2013-10-02 | 1 | -0/+6 | |
| * | | | | | clone: re-allow using a custom remote name | Carlos Martín Nieto | 2013-10-02 | 1 | -0/+9 | |
| * | | | | | clone: remove more options from basic clone | Carlos Martín Nieto | 2013-10-02 | 1 | -49/+0 | |
| * | | | | | clone: remove the autotag option | Carlos Martín Nieto | 2013-10-02 | 1 | -33/+0 | |
| * | | | | | clone: implement git_clone_into | Carlos Martín Nieto | 2013-10-02 | 1 | -0/+39 | |
| * | | | | | remote: move the credentials callback to the struct | Carlos Martín Nieto | 2013-10-02 | 3 | -6/+12 | |
| * | | | | | remote: put the _download() callback with the others | Carlos Martín Nieto | 2013-10-02 | 7 | -16/+52 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #1882 from linquize/config-subsection-fix | Vicent Martí | 2013-10-01 | 2 | -0/+40 | |
| |\ \ \ \ | ||||||
| | * | | | | Add negative test cases for config header with invalid characters | Linquize | 2013-10-01 | 1 | -0/+22 | |
| | * | | | | Add test case to test ']' and '\\' characters in config subsection | Linquize | 2013-10-01 | 2 | -0/+18 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #1879 from libgit2/redir-refactor | Vicent Martí | 2013-09-30 | 1 | -0/+53 | |
| |\ \ \ \ | ||||||
| | * | | | | Make sure utility doesn't leak memory | Ben Straub | 2013-09-26 | 1 | -0/+9 | |
| | * | | | | Deploy gitno_connection_data into transport (winhttp) | Ben Straub | 2013-09-26 | 1 | -4/+6 | |
| | * | | | | Migrate redirect URL handling to common utility | Ben Straub | 2013-09-25 | 1 | -0/+42 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #1412 from jamill/push_progress | Vicent Martí | 2013-09-30 | 1 | -31/+53 | |
| |\ \ \ \ | ||||||
| | * | | | | Initial Implementation of progress reports during push | Jameson Miller | 2013-09-30 | 1 | -31/+53 | |
| * | | | | | Merge pull request #1881 from libgit2/ignore-submodules-in-stash | Vicent Martí | 2013-09-30 | 4 | -43/+129 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Ensure submodule repos and indices are freedignore-submodules-in-stash | Ben Straub | 2013-09-30 | 1 | -4/+16 | |
| | * | | | | | Test that submodules don't affect stashing | Justin Spahr-Summers | 2013-09-27 | 4 | -43/+117 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #1878 from libgit2/ntk/fix/warnings | Vicent Martí | 2013-09-30 | 2 | -5/+5 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Fix warnings | nulltoken | 2013-09-26 | 2 | -5/+5 | |
| | |/ / / | ||||||
| * | | | | commit: Trim message leading newlines | nulltoken | 2013-09-30 | 1 | -3/+18 | |
| * | | | | Tabify indentations | nulltoken | 2013-09-30 | 1 | -82/+82 | |
| |/ / / | ||||||
| * | | | Make tests pass if XDG config exists | Russell Belfer | 2013-09-24 | 1 | -9/+14 | |
| * | | | Disconnect path string to preserve after redirect | Russell Belfer | 2013-09-24 | 1 | -0/+5 | |
| * | | | Fix up filebuf tests a bit | Russell Belfer | 2013-09-24 | 1 | -5/+5 | |
| * | | | Fix incorrect return code in crlf filter | Russell Belfer | 2013-09-24 | 4 | -16/+45 | |
| * | | | Fix warnings on Windows 64-bit build | Russell Belfer | 2013-09-23 | 1 | -1/+1 | |
| * | | | merge: reverse array and length parameter order | Carlos Martín Nieto | 2013-09-22 | 1 | -2/+2 | |
| * | | | Suppress noise from running Valgrind on OSX 10.8 | Ben Straub | 2013-09-19 | 1 | -0/+28 | |
| * | | | Update clar and recreate cl_assert_equal_sz | Russell Belfer | 2013-09-17 | 2 | -1/+5 | |
| * | | | Bug fixes and cleanups | Russell Belfer | 2013-09-17 | 1 | -7/+27 | |
| * | | | More filtering tests including order | Russell Belfer | 2013-09-17 | 2 | -6/+94 | |
