summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pw/p4'Junio C Hamano2011-02-272-11/+149
|\
| * git-p4: support clone --barePete Wyckoff2011-02-212-4/+23
| * git-p4: decode p4 wildcard charactersPete Wyckoff2011-02-212-0/+40
| * git-p4: better message for "git-p4 sync" when not clonedPete Wyckoff2011-02-211-0/+2
| * git-p4: reinterpret confusing p4 messagePete Wyckoff2011-02-211-0/+4
| * git-p4: accommodate new move/delete type in p4Pete Wyckoff2011-02-211-5/+7
| * git-p4: add missing newline in initial import messagePete Wyckoff2011-02-211-1/+1
| * git-p4: fix key error for p4 problemPete Wyckoff2011-02-212-1/+17
| * git-p4: test scriptPete Wyckoff2011-02-211-0/+55
* | Merge branch 'uk/checkout-ambiguous-ref'Junio C Hamano2011-02-274-107/+320
|\ \
| * | Rename t2019 with typo "amiguous" that meant "ambiguous"Junio C Hamano2011-02-151-0/+0
| * | checkout: rearrange update_refs_for_switch for clarityJonathan Nieder2011-02-081-14/+13
| * | checkout: introduce --detach synonym for "git checkout foo^{commit}"Junio C Hamano2011-02-083-7/+126
| * | checkout: split off a function to peel away branchname argJonathan Nieder2011-02-081-98/+131
| * | checkout: fix bug with ambiguous refsJunio C Hamano2011-01-112-10/+72
* | | Merge branch 'sp/maint-smart-http-sans-100-continue'Junio C Hamano2011-02-271-11/+55
|\ \ \
| * | | smart-http: Don't use Expect: 100-ContinueShawn O. Pearce2011-02-151-11/+55
* | | | 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