summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-03Merge branch 'maint'Libravatar Junio C Hamano2-169/+242
2006-05-03Add a few more words to the glossary.Libravatar Jon Loeliger1-12/+51
2006-05-03Added definitions for a few words:Libravatar Jon Loeliger2-1/+34
2006-05-03Alphabetize the glossary.Libravatar Jon Loeliger1-169/+170
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-03fsck-objects: do not segfault on missing tree in cache-treeLibravatar Junio C Hamano1-0/+5
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 'master' into nextLibravatar Junio C Hamano7-14/+33
2006-05-03Merge branch 'js/repoconfig' into nextLibravatar Junio C Hamano1-24/+26
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-03Merge branch 'jc/cache-tree' into nextLibravatar Junio C Hamano3-6/+11
2006-05-03cache-tree: a bit more debugging support.Libravatar Junio C Hamano1-2/+6
2006-05-03read-tree: invalidate cache-tree entry when a new index entry is added.Libravatar Junio C Hamano1-0/+2
2006-05-03Fix test-dump-cache-tree in one-tree disappeared case.Libravatar Junio C Hamano1-4/+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-02Merge branch 'jc/count' into nextLibravatar Junio C Hamano1-0/+2
2006-05-02builtin-count-objects: open packs when running -vLibravatar Junio C Hamano1-0/+2
2006-05-02Merge branch 'jc/symref' into nextLibravatar Junio C Hamano6-11/+17
2006-05-02Merge branch 'jc/grep' into nextLibravatar Junio C Hamano1-15/+20
2006-05-02Merge branch 'np/delta' into nextLibravatar Junio C Hamano1-16/+29
2006-05-02Merge branch 'js/repoconfig' into nextLibravatar Junio C Hamano4-383/+1486
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-02Merge branch 'master' into nextLibravatar Junio C Hamano4-13/+39
2006-05-02Merge branch 'jc/grep' into nextLibravatar Junio C Hamano1-28/+123
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-02Merge branch 'js/remoteconfig' into nextLibravatar Junio C Hamano1-51/+4
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