summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'mo/perl-bidi-pipe-envfix'Junio C Hamano2011-02-272-5/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai2011-02-142-5/+30
* | | | | | | | | | | Merge branch 'hv/mingw-fs-funnies'Junio C Hamano2011-02-272-9/+173
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mingw_rmdir: set errno=ENOTEMPTY when appropriateJohannes Schindelin2011-02-071-0/+28
| * | | | | | | | | | | mingw: add fallback for rmdir in case directory is in useHeiko Voigt2011-02-072-0/+28
| * | | | | | | | | | | mingw: make failures to unlink or move raise a questionHeiko Voigt2011-02-071-0/+78
| * | | | | | | | | | | mingw: work around irregular failures of unlink on windowsHeiko Voigt2011-02-071-2/+29
| * | | | | | | | | | | mingw: move unlink wrapper to mingw.cHeiko Voigt2011-02-072-8/+11
* | | | | | | | | | | | Merge branch 'en/object-list-with-pathspec'Junio C Hamano2011-02-272-2/+79
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add testcases showing how pathspecs are handled with rev-list --objectsElijah Newren2011-02-031-0/+51
| * | | | | | | | | | | | Make rev-list --objects work together with pathspecsElijah Newren2011-02-031-2/+28
* | | | | | | | | | | | | Merge branch 'nd/struct-pathspec'Junio C Hamano2011-02-2725-444/+649
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | t6004: add pathspec globbing test for log familyJunio C Hamano2011-02-031-12/+57
| * | | | | | | | | | | | t7810: overlapping pathspecs and depth limitNguyễn Thái Ngọc Duy2011-02-031-0/+18
| * | | | | | | | | | | | grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-02-034-125/+30
| * | | | | | | | | | | | grep: use writable strbuf from caller for grep_tree()Nguyễn Thái Ngọc Duy2011-02-031-27/+24
| * | | | | | | | | | | | grep: use match_pathspec_depth() for cache/worktree greppingNguyễn Thái Ngọc Duy2011-02-031-1/+1
| * | | | | | | | | | | | grep: convert to use struct pathspecNguyễn Thái Ngọc Duy2011-02-031-14/+16
| * | | | | | | | | | | | Convert ce_path_match() to use match_pathspec_depth()Nguyễn Thái Ngọc Duy2011-02-031-23/+1
| * | | | | | | | | | | | Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy2011-02-037-11/+22
| * | | | | | | | | | | | struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy2011-02-037-23/+20
| * | | | | | | | | | | | pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy2011-02-032-0/+92
| * | | | | | | | | | | | tree_entry_interesting(): optimize wildcard matching when base is matchedNguyễn Thái Ngọc Duy2011-02-032-0/+32
| * | | | | | | | | | | | tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy2011-02-035-4/+47
| * | | | | | | | | | | | tree_entry_interesting(): fix depth limit with overlapping pathspecsNguyễn Thái Ngọc Duy2011-02-032-1/+14
| * | | | | | | | | | | | tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy2011-02-035-3/+38
| * | | | | | | | | | | | tree_entry_interesting(): refactor into separate smaller functionsNguyễn Thái Ngọc Duy2011-02-031-77/+93
| * | | | | | | | | | | | diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy2011-02-033-71/+56
| * | | | | | | | | | | | glossary: define pathspecJonathan Nieder2011-02-031-0/+23
| * | | | | | | | | | | | Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy2011-02-033-112/+116
| * | | | | | | | | | | | tree_entry_interesting(): remove dependency on struct diff_optionsNguyễn Thái Ngọc Duy2011-02-031-16/+10
| * | | | | | | | | | | | Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy2011-02-038-50/+22
| * | | | | | | | | | | | diff-no-index: use diff_tree_setup_paths()Nguyễn Thái Ngọc Duy2011-02-031-4/+5
| * | | | | | | | | | | | Add struct pathspecNguyễn Thái Ngọc Duy2011-02-032-0/+42
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | gitweb: Make i18n (encoding) tests in t9500 leave clean stateJakub Narebski2011-02-271-1/+5
* | | | | | | | | | | | git-add: make -A description clearer vs. -uMichael J Gruber2011-02-271-1/+1
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | branch_merged: fix grammar in warningEric Hanchrow2011-02-271-1/+1
* | | | | | | | | | | | | update-index --refresh --porcelain: add missing constJonathan Nieder2011-02-222-3/+3
* | | | | | | | | | | | | checkout: add missing const to describe_detached_headJonathan Nieder2011-02-221-1/+1
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-212-14/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Documentation: clarify -u<mode> option defaultsClemens Buchacher2011-02-212-14/+14
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-215-92/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | / / / / / | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | t/t7500-commit.sh: use test_cmp instead of testÆvar Arnfjörð Bjarmason2011-02-211-1/+6
| * | | | | | | | | | | t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediateÆvar Arnfjörð Bjarmason2011-02-213-88/+6
| * | | | | | | | | | | gitweb/gitweb.perl: don't call S_ISREG() with undefÆvar Arnfjörð Bjarmason2011-02-211-1/+1
| * | | | | | | | | | | gitweb/gitweb.perl: remove use of qw(...) as parenthesesÆvar Arnfjörð Bjarmason2011-02-211-2/+2
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-161-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | / / / | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Merge branch 'maint-1.7.3' into maintJunio C Hamano2011-02-160-0/+0
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.7.2' into maint-1.7.3Junio C Hamano2011-02-163-20/+26
| | |\ \ \ \ \ \ \ \ \ \