aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy2011-03-25
* Reimplement read_tree_recursive() using tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-03-25
* Merge branch 'en/object-list-with-pathspec' into 'nd/struct-pathspec'Junio C Hamano2011-03-25
|\
| * Add testcases showing how pathspecs are handled with rev-list --objectsElijah Newren2011-02-03
| * Make rev-list --objects work together with pathspecsElijah Newren2011-02-03
* | declare 1-bit bitfields to be unsignedJonathan Nieder2011-03-15
|/
* t6004: add pathspec globbing test for log familyJunio C Hamano2011-02-03
* t7810: overlapping pathspecs and depth limitNguyễn Thái Ngọc Duy2011-02-03
* grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-02-03
* grep: use writable strbuf from caller for grep_tree()Nguyễn Thái Ngọc Duy2011-02-03
* grep: use match_pathspec_depth() for cache/worktree greppingNguyễn Thái Ngọc Duy2011-02-03
* grep: convert to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
* Convert ce_path_match() to use match_pathspec_depth()Nguyễn Thái Ngọc Duy2011-02-03
* Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
* struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy2011-02-03
* pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy2011-02-03
* tree_entry_interesting(): optimize wildcard matching when base is matchedNguyễn Thái Ngọc Duy2011-02-03
* tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy2011-02-03
* tree_entry_interesting(): fix depth limit with overlapping pathspecsNguyễn Thái Ngọc Duy2011-02-03
* tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy2011-02-03
* tree_entry_interesting(): refactor into separate smaller functionsNguyễn Thái Ngọc Duy2011-02-03
* diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy2011-02-03
* glossary: define pathspecJonathan Nieder2011-02-03
* Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy2011-02-03
* tree_entry_interesting(): remove dependency on struct diff_optionsNguyễn Thái Ngọc Duy2011-02-03
* Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
* diff-no-index: use diff_tree_setup_paths()Nguyễn Thái Ngọc Duy2011-02-03
* Add struct pathspecNguyễn Thái Ngọc Duy2011-02-03
* Git 1.7.4v1.7.4Junio C Hamano2011-01-30
* Don't pass "--xhtml" to hightlight in gitweb.perl script.Adam Tkac2011-01-27
* Merge branch 'maint'Junio C Hamano2011-01-27
|\
| * rebase -i: clarify in-editor documentation of "exec"Jonathan Nieder2011-01-27
| * tests: sanitize more git environment variablesJeff King2011-01-27
| * Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano2011-01-27
| |\
| | * fast-import: treat filemodify with empty tree as deleteJonathan Nieder2011-01-27
| * | rebase: give a better error message for bogus branchJeff King2011-01-26
| * | rebase: use explicit "--" with checkoutJeff King2011-01-26
* | | Git 1.7.4-rc3v1.7.4-rc3Junio C Hamano2011-01-24
* | | Merge branch 'as/userdiff-pascal'Junio C Hamano2011-01-24
|\ \ \
| * | | userdiff: match Pascal class methodsAlexey Shumkin2011-01-11
* | | | Merge branch 'jn/setup-fixes'Junio C Hamano2011-01-24
|\ \ \ \
| * | | | t1510: fix typo in the comment of a testJonathan Nieder2011-01-24
| * | | | Documentation updates for 'GIT_WORK_TREE without GIT_DIR' historical usecaseJunio C Hamano2011-01-24
| * | | | Subject: setup: officially support --work-tree without --git-dirJonathan Nieder2011-01-21
| * | | | tests: compress the setup testsJonathan Nieder2011-01-19
| * | | | tests: cosmetic improvements to the repo-setup testJonathan Nieder2011-01-19
| * | | | t/README: hint about using $(pwd) rather than $PWD in testsJohannes Sixt2011-01-11
| * | | | Fix expected values of setup tests on WindowsJohannes Sixt2011-01-11
| |/ / /
* | | | Documentation: do not treat reset --keep as a special caseJonathan Nieder2011-01-21
* | | | Correctly report corrupted objectsBjörn Steinbrink2011-01-20