| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | core::mkdir tests: ensure we don't stomp symlinks in mkdir | Edward Thomson | 2015-09-17 | 2 | -0/+17 | |
| * | | | | git_futils_mkdir_*: make a relative-to-base mkdir | Edward Thomson | 2015-09-17 | 6 | -31/+32 | |
| |/ / / | ||||||
| * | | | checkout: overwrite files with differing modes | Edward Thomson | 2015-09-16 | 1 | -9/+6 | |
| * | | | Merge pull request #3425 from ethomson/diriter_root | Carlos Martín Nieto | 2015-09-13 | 1 | -2/+10 | |
| |\ \ \ | ||||||
| | * | | | diriter: don't double '/' on posix | Edward Thomson | 2015-09-13 | 1 | -1/+5 | |
| | * | | | diriter: don't double '/' on Windows | Edward Thomson | 2015-09-13 | 1 | -1/+5 | |
| * | | | | iterator: loop fs_iterator advance (don't recurse) | Edward Thomson | 2015-09-13 | 1 | -35/+50 | |
| * | | | | Merge pull request #3420 from ethomson/iterator | Carlos Martín Nieto | 2015-09-13 | 1 | -42/+56 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | iterator: advance the tree iterator smartly | Edward Thomson | 2015-09-11 | 1 | -42/+56 | |
| * | | | | Don't free config in `git_transaction_commit`. | Arthur Schreiber | 2015-09-13 | 1 | -1/+0 | |
| * | | | | Merge branch 'cmn/ignore-dir-check' | Carlos Martín Nieto | 2015-09-13 | 1 | -7/+9 | |
| |\ \ \ \ | ||||||
| | * | | | | ignore: add test and adjust style and comment for dir with wildmatch | Carlos Martín Nieto | 2015-09-13 | 1 | -7/+9 | |
| | * | | | | Fix 'If we're dealing with a directory' check | Vsevolod Parfenov | 2015-08-24 | 1 | -1/+1 | |
| * | | | | | Merge pull request #3370 from libgit2/cmn/submodule-refactor | Carlos Martín Nieto | 2015-09-13 | 1 | -144/+219 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | submodule: refactor to be more explicit in the search | Carlos Martín Nieto | 2015-09-10 | 1 | -144/+219 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | diff: check pathspec on non-files | Edward Thomson | 2015-09-12 | 1 | -8/+17 | |
| * | | | | | mempack: expose clear function | Edward Thomson | 2015-09-11 | 2 | -4/+3 | |
| * | | | | | Removing memory leak in mempack's free | Bryan Woods | 2015-09-11 | 1 | -2/+6 | |
| * | | | | | Fixing dangling pointers in git_mempack_reset | Bryan Woods | 2015-09-10 | 1 | -0/+3 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #3379 from theseion/additional_libssh2_error_reporting | Carlos Martín Nieto | 2015-09-09 | 1 | -1/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | added a single line of additional error reporting from libssh2 when failing t... | Max Leske | 2015-08-14 | 1 | -1/+3 | |
| * | | | | | Merge pull request #3353 from ethomson/wrongcase_add | Carlos Martín Nieto | 2015-09-08 | 1 | -22/+114 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | git_index_add: allow case changing renames | Edward Thomson | 2015-09-08 | 1 | -15/+26 | |
| | * | | | | | index: canonicalize directory case when adding | Edward Thomson | 2015-09-08 | 1 | -7/+88 | |
| * | | | | | | Merge pull request #3381 from leoyanggit/index_directory_iterator | Edward Thomson | 2015-09-08 | 1 | -0/+24 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | New API: git_index_find_prefix | Leo Yang | 2015-09-04 | 1 | -0/+24 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #3413 from libgit2/cmn/follow-symlink | Edward Thomson | 2015-09-06 | 1 | -3/+81 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | filebuf: follow symlinks when creating a lock filecmn/follow-symlink | Carlos Martín Nieto | 2015-09-05 | 1 | -3/+81 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3366 from libgit2/cmn/index-hashmap | Edward Thomson | 2015-09-06 | 3 | -17/+193 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | index: put the icase insert choice in macroscmn/index-hashmap | Carlos Martín Nieto | 2015-09-04 | 1 | -25/+30 | |
| | * | | | | index: keep a hash table as well as a vector of entries | Carlos Martín Nieto | 2015-08-14 | 2 | -17/+96 | |
| | * | | | | Add a hashmap for index entries | Carlos Martín Nieto | 2015-08-14 | 1 | -0/+92 | |
| * | | | | | Merge pull request #3402 from ethomson/faster_diff | Carlos Martín Nieto | 2015-09-01 | 11 | -174/+474 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | iterator: saner pathlist matching for idx iterator | Edward Thomson | 2015-08-31 | 2 | -62/+77 | |
| | * | | | | | diff: drop `FILELIST_MATCH` | Edward Thomson | 2015-08-30 | 1 | -1/+1 | |
| | * | | | | | checkout: use pathlist-based iterators | Edward Thomson | 2015-08-30 | 1 | -1/+7 | |
| | * | | | | | tree_iterator: use a pathlist | Edward Thomson | 2015-08-30 | 1 | -1/+34 | |
| | * | | | | | diff: use new iterator pathlist handling | Edward Thomson | 2015-08-30 | 4 | -128/+210 | |
| | * | | | | | iterator: sort subdirs properly with pathlist | Edward Thomson | 2015-08-28 | 1 | -6/+15 | |
| | * | | | | | racy-git: TODO to use improved diffing | Edward Thomson | 2015-08-28 | 1 | -0/+1 | |
| | * | | | | | Move filelist into the iterator handling itself. | Edward Thomson | 2015-08-28 | 4 | -23/+150 | |
| | * | | | | | iterator: use an options struct instead of args | Edward Thomson | 2015-08-28 | 11 | -117/+144 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #3352 from ethomson/hidden | Edward Thomson | 2015-08-28 | 3 | -10/+44 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | win32: ensure hidden files can be staged | Edward Thomson | 2015-08-03 | 3 | -10/+44 | |
| * | | | | | Merge pull request #3355 from palmin/palmin/fix-2830 | Carlos Martín Nieto | 2015-08-25 | 1 | -2/+9 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | Include the 4 characters not recognised as hex-number when setting error in p... | Anders Borum | 2015-08-17 | 1 | -2/+9 | |
| * | | | | | cred: add a free function wrappercmn/smart-callbacks | Carlos Martín Nieto | 2015-08-19 | 1 | -0/+8 | |
| * | | | | | transport: provide a way to get the callbacks | Carlos Martín Nieto | 2015-08-19 | 1 | -0/+14 | |
| * | | | | | Fix build warning: implicit declaration of function ‘git_transaction_config... | Leo Yang | 2015-08-17 | 1 | -0/+1 | |
| * | | | | | Merge pull request #3377 from dleehr/fix-push-cb | Edward Thomson | 2015-08-15 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
