Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge branch 'mo/perl-bidi-pipe-envfix' | Junio C Hamano | 2011-02-27 | 2 | -5/+30 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | perl: command_bidi_pipe() method should set-up git environmens | Masatake Osanai | 2011-02-14 | 2 | -5/+30 | |
* | | | | | | | | | | | Merge branch 'hv/mingw-fs-funnies' | Junio C Hamano | 2011-02-27 | 2 | -9/+173 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | mingw_rmdir: set errno=ENOTEMPTY when appropriate | Johannes Schindelin | 2011-02-07 | 1 | -0/+28 | |
| * | | | | | | | | | | | mingw: add fallback for rmdir in case directory is in use | Heiko Voigt | 2011-02-07 | 2 | -0/+28 | |
| * | | | | | | | | | | | mingw: make failures to unlink or move raise a question | Heiko Voigt | 2011-02-07 | 1 | -0/+78 | |
| * | | | | | | | | | | | mingw: work around irregular failures of unlink on windows | Heiko Voigt | 2011-02-07 | 1 | -2/+29 | |
| * | | | | | | | | | | | mingw: move unlink wrapper to mingw.c | Heiko Voigt | 2011-02-07 | 2 | -8/+11 | |
* | | | | | | | | | | | | Merge branch 'en/object-list-with-pathspec' | Junio C Hamano | 2011-02-27 | 2 | -2/+79 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add testcases showing how pathspecs are handled with rev-list --objects | Elijah Newren | 2011-02-03 | 1 | -0/+51 | |
| * | | | | | | | | | | | | Make rev-list --objects work together with pathspecs | Elijah Newren | 2011-02-03 | 1 | -2/+28 | |
* | | | | | | | | | | | | | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 2011-02-27 | 25 | -444/+649 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | t6004: add pathspec globbing test for log family | Junio C Hamano | 2011-02-03 | 1 | -12/+57 | |
| * | | | | | | | | | | | | t7810: overlapping pathspecs and depth limit | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -0/+18 | |
| * | | | | | | | | | | | | grep: drop pathspec_matches() in favor of tree_entry_interesting() | Nguyễn Thái Ngọc Duy | 2011-02-03 | 4 | -125/+30 | |
| * | | | | | | | | | | | | grep: use writable strbuf from caller for grep_tree() | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -27/+24 | |
| * | | | | | | | | | | | | grep: use match_pathspec_depth() for cache/worktree grepping | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | grep: convert to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -14/+16 | |
| * | | | | | | | | | | | | Convert ce_path_match() to use match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -23/+1 | |
| * | | | | | | | | | | | | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 7 | -11/+22 | |
| * | | | | | | | | | | | | struct rev_info: convert prune_data to struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 7 | -23/+20 | |
| * | | | | | | | | | | | | pathspec: add match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 2011-02-03 | 2 | -0/+92 | |
| * | | | | | | | | | | | | tree_entry_interesting(): optimize wildcard matching when base is matched | Nguyễn Thái Ngọc Duy | 2011-02-03 | 2 | -0/+32 | |
| * | | | | | | | | | | | | tree_entry_interesting(): support wildcard matching | Nguyễn Thái Ngọc Duy | 2011-02-03 | 5 | -4/+47 | |
| * | | | | | | | | | | | | tree_entry_interesting(): fix depth limit with overlapping pathspecs | Nguyễn Thái Ngọc Duy | 2011-02-03 | 2 | -1/+14 | |
| * | | | | | | | | | | | | tree_entry_interesting(): support depth limit | Nguyễn Thái Ngọc Duy | 2011-02-03 | 5 | -3/+38 | |
| * | | | | | | | | | | | | tree_entry_interesting(): refactor into separate smaller functions | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -77/+93 | |
| * | | | | | | | | | | | | diff-tree: convert base+baselen to writable strbuf | Nguyễn Thái Ngọc Duy | 2011-02-03 | 3 | -71/+56 | |
| * | | | | | | | | | | | | glossary: define pathspec | Jonathan Nieder | 2011-02-03 | 1 | -0/+23 | |
| * | | | | | | | | | | | | Move tree_entry_interesting() to tree-walk.c and export it | Nguyễn Thái Ngọc Duy | 2011-02-03 | 3 | -112/+116 | |
| * | | | | | | | | | | | | tree_entry_interesting(): remove dependency on struct diff_options | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -16/+10 | |
| * | | | | | | | | | | | | Convert struct diff_options to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 8 | -50/+22 | |
| * | | | | | | | | | | | | diff-no-index: use diff_tree_setup_paths() | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -4/+5 | |
| * | | | | | | | | | | | | Add struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 2 | -0/+42 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | gitweb: Make i18n (encoding) tests in t9500 leave clean state | Jakub Narebski | 2011-02-27 | 1 | -1/+5 | |
* | | | | | | | | | | | | git-add: make -A description clearer vs. -u | Michael J Gruber | 2011-02-27 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-02-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | branch_merged: fix grammar in warning | Eric Hanchrow | 2011-02-27 | 1 | -1/+1 | |
* | | | | | | | | | | | | | update-index --refresh --porcelain: add missing const | Jonathan Nieder | 2011-02-22 | 2 | -3/+3 | |
* | | | | | | | | | | | | | checkout: add missing const to describe_detached_head | Jonathan Nieder | 2011-02-22 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-02-21 | 2 | -14/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Documentation: clarify -u<mode> option defaults | Clemens Buchacher | 2011-02-21 | 2 | -14/+14 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-02-21 | 5 | -92/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | / / / / / | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | t/t7500-commit.sh: use test_cmp instead of test | Ævar Arnfjörð Bjarmason | 2011-02-21 | 1 | -1/+6 | |
| * | | | | | | | | | | | t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediate | Ævar Arnfjörð Bjarmason | 2011-02-21 | 3 | -88/+6 | |
| * | | | | | | | | | | | gitweb/gitweb.perl: don't call S_ISREG() with undef | Ævar Arnfjörð Bjarmason | 2011-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | gitweb/gitweb.perl: remove use of qw(...) as parentheses | Ævar Arnfjörð Bjarmason | 2011-02-21 | 1 | -2/+2 | |
* | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-02-16 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | / / / | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'maint-1.7.3' into maint | Junio C Hamano | 2011-02-16 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'maint-1.7.2' into maint-1.7.3 | Junio C Hamano | 2011-02-16 | 3 | -20/+26 | |
| | |\ \ \ \ \ \ \ \ \ \ |