summaryrefslogtreecommitdiffstats
path: root/color.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-01-10submodule: fix relative url parsing for scp-style originThomas Rast2-2/+52
2011-01-10Documentation/githooks: post-rewrite-copy-notes never existedThomas Rast1-4/+0
2011-01-10Documentation/git-archive: spell --worktree-attributes correctlyThomas Rast1-1/+1
2011-01-09t4135-*.sh: Skip the "backslash" tests on cygwinRamsay Jones1-1/+0
2011-01-09t3032-*.sh: Do not strip CR from line-endings while grepping on MinGWRamsay Jones1-0/+1
2011-01-09t3032-*.sh: Pass the -b (--binary) option to sed on cygwinRamsay Jones1-1/+3
2011-01-09t6038-*.sh: Pass the -b (--binary) option to sed on cygwinRamsay Jones2-1/+9
2011-01-09Mark gitk script executableAnders Kaseorg1-0/+0
2011-01-07t9157-*.sh: Add an svn version checkRamsay Jones1-0/+8
2011-01-07git svn: fix the final example in man pageStephenB1-1/+4
2011-01-06t3032: limit sed branch labels to 8 charactersBrandon Casey1-3/+3
2011-01-06t0001,t1510,t3301: use sane_unset which always returns with status 0Brandon Casey3-37/+37
2011-01-06trace.c: ensure NULL is not passed to printfBrandon Casey1-1/+8
2011-01-05Git 1.7.4-rc1v1.7.4-rc1Junio C Hamano3-3/+9