summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-13Tweak t3102-ls-tree-wildcards to run on WindowsJohannes Sixt
2011-04-05pathspec: rename per-item field has_wildcard to use_wildcardJunio C Hamano
2011-03-25Improve tree_entry_interesting() handling codeNguyễn Thái Ngọc Duy
2011-03-25Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy
2011-03-25Reimplement read_tree_recursive() using tree_entry_interesting()Nguyễn Thái Ngọc Duy
2011-03-25Merge branch 'en/object-list-with-pathspec' into 'nd/struct-pathspec'Junio C Hamano
2011-03-16declare 1-bit bitfields to be unsignedJonathan Nieder
2011-02-03Add testcases showing how pathspecs are handled with rev-list --objectsElijah Newren
2011-02-03Make rev-list --objects work together with pathspecsElijah Newren
2011-02-03t6004: add pathspec globbing test for log familyJunio C Hamano
2011-02-03t7810: overlapping pathspecs and depth limitNguyễn Thái Ngọc Duy
2011-02-03grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy
2011-02-03grep: use writable strbuf from caller for grep_tree()Nguyễn Thái Ngọc Duy
2011-02-03grep: use match_pathspec_depth() for cache/worktree greppingNguyễn Thái Ngọc Duy
2011-02-03grep: convert to use struct pathspecNguyễn Thái Ngọc Duy
2011-02-03Convert ce_path_match() to use match_pathspec_depth()Nguyễn Thái Ngọc Duy
2011-02-03Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy
2011-02-03struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy
2011-02-03pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): optimize wildcard matching when base is matchedNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): fix depth limit with overlapping pathspecsNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): refactor into separate smaller functionsNguyễn Thái Ngọc Duy
2011-02-03diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy
2011-02-03glossary: define pathspecJonathan Nieder
2011-02-03Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): remove dependency on struct diff_optionsNguyễn Thái Ngọc Duy
2011-02-03Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy
2011-02-03diff-no-index: use diff_tree_setup_paths()Nguyễn Thái Ngọc Duy
2011-02-03Add struct pathspecNguyễn Thái Ngọc Duy
2011-01-31Git 1.7.4v1.7.4Junio C Hamano
2011-01-27Don't pass "--xhtml" to hightlight in gitweb.perl script.Adam Tkac
2011-01-27Merge branch 'maint'Junio C Hamano
2011-01-27rebase -i: clarify in-editor documentation of "exec"Jonathan Nieder
2011-01-27tests: sanitize more git environment variablesJeff King
2011-01-27Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano
2011-01-27fast-import: treat filemodify with empty tree as deleteJonathan Nieder
2011-01-27rebase: give a better error message for bogus branchJeff King
2011-01-27rebase: use explicit "--" with checkoutJeff King
2011-01-24Git 1.7.4-rc3v1.7.4-rc3Junio C Hamano
2011-01-24Merge branch 'as/userdiff-pascal'Junio C Hamano
2011-01-24Merge branch 'jn/setup-fixes'Junio C Hamano
2011-01-24t1510: fix typo in the comment of a testJonathan Nieder
2011-01-24Documentation updates for 'GIT_WORK_TREE without GIT_DIR' historical usecaseJunio C Hamano
2011-01-21Subject: setup: officially support --work-tree without --git-dirJonathan Nieder
2011-01-21Documentation: do not treat reset --keep as a special caseJonathan Nieder
2011-01-20Correctly report corrupted objectsBjörn Steinbrink
2011-01-19tests: compress the setup testsJonathan Nieder
2011-01-19tests: cosmetic improvements to the repo-setup testJonathan Nieder