- 10 Sep, 2015 6 commits
-
-
Matt Burke committed
-
Also, *some* custom headers actually are valid.
Matt Burke committed -
Matt Burke committed
-
Matt Burke committed
-
Matt Burke committed
-
Matt Burke committed
-
- 08 Sep, 2015 7 commits
-
-
Matt Burke committed
-
Matt Burke committed
-
Matt Burke committed
-
Matt Burke committed
-
Matt Burke committed
-
Matt Burke committed
-
Matt Burke committed
-
- 04 Sep, 2015 4 commits
-
-
Matt Burke committed
-
Matt Burke committed
-
Matt Burke committed
-
Matt Burke committed
-
- 03 Sep, 2015 1 commit
-
-
Carlos Martín Nieto committed
-
- 01 Sep, 2015 1 commit
-
-
Provide path matching in the iterators (for faster diffs)
Carlos Martín Nieto committed
-
- 31 Aug, 2015 4 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Some nicer refactoring for index iteration walks. The index iterator doesn't binary search through the pathlist space, since it lacks directory entries, and would have to binary search each index entry and all its parents (eg, when presented with an index entry of `foo/bar/file.c`, you would have to look in the pathlist for `foo/bar/file.c`, `foo/bar` and `foo`). Since the index entries and the pathlist are both nicely sorted, we walk the index entries in lockstep with the pathlist like we do for other iteration/diff/merge walks.
Edward Thomson committed
-
- 30 Aug, 2015 6 commits
-
-
Now that non-pathspec matching diffs are implemented at the iterator level, drop `FILELIST_MATCH`ing.
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
When using literal pathspecs in diff with `GIT_DIFF_DISABLE_PATHSPEC_MATCH` turn on the faster iterator pathlist handling. Updates iterator pathspecs to include directory prefixes (eg, `foo/`) for compatibility with `GIT_DIFF_DISABLE_PATHSPEC_MATCH`.
Edward Thomson committed -
Escape @ in doc comment
Carlos Martín Nieto committed
-
- 29 Aug, 2015 2 commits
-
-
Ben Chatelain committed
-
Document that `GIT_DIFF_PATHSPEC_DISABLE` is not necessarily about explicit path matching, but also includes matching of directory names. Enforce this in a test.
Edward Thomson committed
-
- 28 Aug, 2015 5 commits
-
-
win32: ensure hidden files can be staged
Edward Thomson committed -
When given a pathlist, don't assume that directories sort before files. Walk through any list of entries sorting before us to make sure that we've exhausted all entries that *aren't* directories. Eg, if we're searching for 'foo/bar', and we have a 'foo.c', keep advancing the pathlist to keep looking for an entry prefixed with 'foo/'.
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
- 26 Aug, 2015 2 commits
-
-
Fix a typo [ci skip]
Edward Thomson committed -
Arthur Schreiber committed
-
- 25 Aug, 2015 2 commits
-
-
COPYING: include winhttp definition copyright
Carlos Martín Nieto committed -
Include the copyright notice from the deps/winhttp/ sources. Move the LGPL to the bottom of the file (since multiple dependencies are LGPL licensed) and include the actual copyright notices from the regex sources.
Edward Thomson committed
-