aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-22 11:27:28 -0800
committerJunio C Hamano <gitster@pobox.com>2011-12-22 11:27:28 -0800
commitced7469f0700216a05b9ca5b58199f3d761a64e5 (patch)
treefb6b2eb3a9b9860bb40fc07f37b1f1f3518a200c /commit.h
parentMerge branch 'jk/pretty-reglog-ent' (diff)
parentgrep: disable threading in non-worktree case (diff)
downloadgit-ced7469f0700216a05b9ca5b58199f3d761a64e5.tar.gz
git-ced7469f0700216a05b9ca5b58199f3d761a64e5.zip
Merge branch 'tr/grep-threading'
* tr/grep-threading: grep: disable threading in non-worktree case grep: enable threading with -p and -W using lazy attribute lookup grep: load funcname patterns for -W
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions
2cc467a8856b1f13d1&follow=1'>Document current cvsexportcommit limitations.Yann Dirson1-0/+7 2006-05-28Do not call 'cmp' with non-existant -q flag.Yann Dirson1-1/+1 2006-05-28Fix "--abbrev=xyz" for revision listingLinus Torvalds1-0/+8 2006-05-28t1002: use -U0 instead of --unified=0Linus Torvalds1-10/+10 2006-05-28format-patch: -n and -k are mutually exclusive.Junio C Hamano1-1/+1 2006-05-26Call builtin ls-tree in git-cat-file -pPetr Baudis1-1/+1 2006-05-26built-in format-patch: various fixups.Junio C Hamano1-2/+11 2006-05-26Add instructions to commit template.Martin Waitz1-0/+3 2006-05-26mailinfo: More carefully parse header lines in read_one_header_line()Junio C Hamano1-3/+24 2006-05-25git-format-patch --start-number <n>Johannes Schindelin1-3/+13 2006-05-25Don't write directly to a make target ($@).Jim Meyering1-14/+20 2006-05-25bogus "fatal: Not a git repository"Linus Torvalds1-1/+2 2006-05-25Documentation/Makefile: remove extra /Martin Waitz2-4/+4 2006-05-25cvsimport: avoid "use" with :tagJeff King1-1/+1 2006-05-24cat-file: document -p optionJeff King1-2/+7 2006-05-24Built git-upload-tar should be ignored.Shawn Pearce1-0/+1 2006-05-24ls-remote: fix rsync:// to report HEADJunio C Hamano1-1/+9 2006-05-24fetch.c: remove an unused variable and dead code.Junio C Hamano2-20/+3 2006-05-24Clean up sha1 file writingLinus Torvalds1-61/+78 2006-05-24Builtin git-cat-fileTimo Hirvonen4-5/+8 2006-05-24apply: force matching at the beginning.Junio C Hamano2-6/+27