summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-03sha1_to_hex() usage cleanupLibravatar Linus Torvalds3-10/+7
2006-05-03builtin-grep: -L (--files-without-match).Libravatar Junio C Hamano1-0/+20
2006-05-03builtin-grep: binary files -a and -ILibravatar Junio C Hamano1-0/+44
2006-05-03builtin-grep: terminate correctly at EOFLibravatar Junio C Hamano1-0/+2
2006-05-03Merge branch 'fix'Libravatar Junio C Hamano3-4/+4
2006-05-03blame: Fix path pruningLibravatar Fredrik Kuivinen1-5/+5
2006-05-03cvsserver: use git-rev-list instead of git-logLibravatar Martin Langhoff1-2/+3
2006-05-03repo-config: deconvolute logicsLibravatar Johannes Schindelin1-24/+26
2006-05-04cvsserver: use git-rev-list instead of git-logLibravatar Martin Langhoff1-2/+3
2006-05-03Fix "git-log --parents" breakage post v1.3.0Libravatar Linus Torvalds1-2/+16
2006-05-03add documentation for update-index --unresolveLibravatar Matthias Kestenholz2-2/+6
2006-05-03fix various typos in documentationLibravatar Matthias Kestenholz3-4/+4
2006-05-03Merge with git://kernel.org/pub/scm/git/git.gitLibravatar Martin Langhoff11-63/+231
2006-05-02builtin-count-objects: open packs when running -vLibravatar Junio C Hamano1-0/+2
2006-05-02improve diff-delta with sparse and/or repetitive dataLibravatar Nicolas Pitre1-13/+27
2006-05-02tiny optimization to diff-deltaLibravatar Nicolas Pitre1-3/+2
2006-05-02repo-config: readability fixups.Libravatar Junio C Hamano1-26/+20
2006-05-02core.prefersymlinkrefs: use symlinks for .git/HEADLibravatar Junio C Hamano6-11/+17
2006-05-02repo-config: support --get-regexpLibravatar Johannes Schindelin3-8/+60
2006-05-02Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-357/+1414
2006-05-02builtin-grep: tighten path wildcard vs tree traversal.Libravatar Junio C Hamano1-15/+20
2006-05-03gitk: Allow view to specify arbitrary arguments to git-rev-listLibravatar Paul Mackerras1-51/+196
2006-05-02builtin-grep: support -w (--word-regexp).Libravatar Junio C Hamano1-0/+30
2006-05-02builtin-grep: support -c (--count).Libravatar Junio C Hamano1-1/+20
2006-05-02builtin-grep: allow more than one patterns.Libravatar Junio C Hamano1-21/+51
2006-05-02builtin-grep: allow -<n> and -[ABC]<n> notation for context lines.Libravatar Junio C Hamano1-6/+22
2006-05-02Merge branch 'fix'Libravatar Junio C Hamano2-4/+31
2006-05-02git-send-email: fix version string to be valid perlLibravatar Martin Langhoff1-1/+8
2006-05-02Revert "fetch, pull: ask config for remote information"Libravatar Junio C Hamano1-51/+4
2006-05-02repo-config: trim white-space before commentLibravatar Johannes Schindelin1-6/+6
2006-05-02repo-config: fix segfault with no argument.Libravatar Johannes Schindelin1-3/+2
2006-05-02Give the user a hint for how to continue in the case that git-am fails becaus...Libravatar Robert Shearman1-3/+23
2006-05-02gitk: Fix file list display when files are renamedLibravatar Paul Mackerras1-62/+29
2006-05-02builtin-grep: printf %.*s length is int, not ptrdiff_t.Libravatar Junio C Hamano1-1/+1
2006-05-02fetch, pull: ask config for remote informationLibravatar Johannes Schindelin1-4/+51
2006-05-02builtin-push: also ask config for remote informationLibravatar Johannes Schindelin1-0/+39
2006-05-01builtin-push: make it official.Libravatar Junio C Hamano1-2/+3
2006-05-01show-branch: omit uninteresting merges.Libravatar Junio C Hamano1-3/+30
2006-05-01builtin-log/whatchanged/show: make them official.Libravatar Junio C Hamano2-34/+3
2006-05-01builtin-diff: call it "git-diff", really.Libravatar Junio C Hamano3-77/+4
2006-05-01builtin-count-objects: make it official.Libravatar Junio C Hamano3-34/+14
2006-05-01Merge branch 'jc/xsha1-2'Libravatar Junio C Hamano1-0/+37
2006-05-01Merge branch 'jc/pack'Libravatar Junio C Hamano1-6/+6
2006-05-01Merge branch 'jc/pathcheck'Libravatar Junio C Hamano3-3/+36
2006-05-01Merge branch 'nh/fetch-http'Libravatar Junio C Hamano1-4/+12
2006-05-01Merge branch 'se/rebase'Libravatar Junio C Hamano2-37/+101
2006-05-02gitk: Basic support for highlighting one view within anotherLibravatar Paul Mackerras1-221/+343
2006-05-01builtin-grep: do not use setup_revisions()Libravatar Junio C Hamano1-121/+134
2006-05-01builtin-grep: support '-l' option.Libravatar Junio C Hamano1-0/+10
2006-05-01builtin-grep: wildcard pathspec fixesLibravatar Junio C Hamano1-23/+62