summaryrefslogtreecommitdiffstats
path: root/patch-delta.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-03grep: use writable strbuf from caller for grep_tree()Nguyễn Thái Ngọc Duy1-27/+24
2011-02-03grep: use match_pathspec_depth() for cache/worktree greppingNguyễn Thái Ngọc Duy1-1/+1
2011-02-03grep: convert to use struct pathspecNguyễn Thái Ngọc Duy1-14/+16
2011-02-03Convert ce_path_match() to use match_pathspec_depth()Nguyễn Thái Ngọc Duy1-23/+1
2011-02-03Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy7-11/+22
2011-02-03struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy7-23/+20
2011-02-03pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy2-0/+92
2011-02-03tree_entry_interesting(): optimize wildcard matching when base is matchedNguyễn Thái Ngọc Duy2-0/+32
2011-02-03tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy5-4/+47
2011-02-03tree_entry_interesting(): fix depth limit with overlapping pathspecsNguyễn Thái Ngọc Duy2-1/+14
2011-02-03tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy5-3/+38
2011-02-03tree_entry_interesting(): refactor into separate smaller functionsNguyễn Thái Ngọc Duy1-77/+93
2011-02-03diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy3-71/+56
2011-02-03glossary: define pathspecJonathan Nieder1-0/+23
2011-02-03Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy3-112/+116
2011-02-03tree_entry_interesting(): remove dependency on struct diff_optionsNguyễn Thái Ngọc Duy1-16/+10
2011-02-03Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy8-50/+22
2011-02-03diff-no-index: use diff_tree_setup_paths()Nguyễn Thái Ngọc Duy1-4/+5
2011-02-03Add struct pathspecNguyễn Thái Ngọc Duy2-0/+42
2011-01-31Git 1.7.4v1.7.4Junio C Hamano3-3/+11
2011-01-27Don't pass "--xhtml" to hightlight in gitweb.perl script.Adam Tkac1-1/+1
2011-01-27rebase -i: clarify in-editor documentation of "exec"Jonathan Nieder1-1/+1
2011-01-27tests: sanitize more git environment variablesJeff King1-0/+3
2011-01-27fast-import: treat filemodify with empty tree as deleteJonathan Nieder2-0/+48
2011-01-27rebase: give a better error message for bogus branchJeff King1-0/+1
2011-01-27rebase: use explicit "--" with checkoutJeff King2-2/+2
2011-01-24Git 1.7.4-rc3v1.7.4-rc3Junio C Hamano1-7/+1
2011-01-24t1510: fix typo in the comment of a testJonathan Nieder1-1/+1
2011-01-24Documentation updates for 'GIT_WORK_TREE without GIT_DIR' historical usecaseJunio C Hamano2-17/+21
2011-01-21Subject: setup: officially support --work-tree without --git-dirJonathan Nieder2-95/+134
2011-01-21Documentation: do not treat reset --keep as a special caseJonathan Nieder1-7/+2
2011-01-20Correctly report corrupted objectsBjörn Steinbrink1-1/+1
2011-01-19tests: compress the setup testsJonathan Nieder1-4401/+618
2011-01-19tests: cosmetic improvements to the repo-setup testJonathan Nieder1-44/+50
2011-01-19exec_cmd: remove unused externErik Faye-Lund1-1/+0
2011-01-19Documentation/fast-import: put explanation of M 040000 <dataref> "" in contextJonathan Nieder1-3/+2
2011-01-19svndump.c: Fix a printf format compiler warningRamsay Jones1-1/+1
2011-01-18remote-ext: do not segfault for blank linesJonathan Nieder1-4/+4
2011-01-18Documentation/fast-import: capitalize beginning of sentenceJonathan Nieder1-1/+1
2011-01-16ll-merge: simplify opts == NULL caseJonathan Nieder1-6/+3
2011-01-13Git 1.7.4-rc2v1.7.4-rc2Junio C Hamano2-3/+11
2011-01-13RelNotes/1.7.4: minor fixesMichael J Gruber1-25/+25
2011-01-13t0000: quote TAP snippets in test codeThomas Rast1-18/+18
2011-01-12commit: suggest --amend --reset-author to fix commiter identityMatthieu Moy1-2/+2
2011-01-11t9157-*.sh: Make the svn version check more preciseRamsay Jones1-1/+1
2011-01-11userdiff: match Pascal class methodsAlexey Shumkin1-1/+1
2011-01-11t/README: hint about using $(pwd) rather than $PWD in testsJohannes Sixt1-0/+6
2011-01-11Fix expected values of setup tests on WindowsJohannes Sixt2-1167/+1168
2011-01-10docs: explain diff.*.binary optionJeff King1-0/+33
2011-01-10t9010: svnadmin can fail even if availableJonathan Nieder1-20/+15