summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-09git-push: Update description of refspecs and add examplesLibravatar Junio C Hamano1-3/+22
2007-06-09remote.c: "git-push frotz" should update what matches at the source.Libravatar Junio C Hamano2-6/+53
2007-06-09remote.c: fix "git push" weak match disambiguationLibravatar Junio C Hamano2-1/+112
2007-06-09remote.c: minor clean-up of match_explicit()Libravatar Junio C Hamano1-11/+12
2007-06-09remote.c: refactor creation of new dst refLibravatar Junio C Hamano1-18/+17
2007-06-09remote.c: refactor match_explicit_refs()Libravatar Junio C Hamano1-73/+86
2007-06-09Merge branch 'maint'Libravatar Junio C Hamano3-3/+3
2007-06-09Remove unnecessary code and comments on non-existing 8kB tag object restrictionLibravatar Johan Herland1-7/+0
2007-06-09Make command description imperative statement, not third-person present.Libravatar william pursell3-3/+3
2007-06-09t5000: silence unzip availability checkLibravatar René Scharfe1-1/+1
2007-06-09Merge branch 'aj/pack'Libravatar Junio C Hamano1-12/+35
2007-06-09Merge branch 'js/merge'Libravatar Junio C Hamano2-1/+10
2007-06-09cmd_log_init: remove parsing of --encoding command line parameterLibravatar Jeff King1-7/+1
2007-06-08Merge branch 'ar/wildcardpush'Libravatar Junio C Hamano2-12/+109
2007-06-08Merge branch 'ar/clone'Libravatar Junio C Hamano2-1/+47
2007-06-08Merge branch 'maint'Libravatar Junio C Hamano2-1/+42
2007-06-08Even more missing staticLibravatar Junio C Hamano9-32/+6
2007-06-08More missing staticLibravatar Junio C Hamano3-6/+4
2007-06-08More missing staticLibravatar Junio C Hamano2-11/+8
2007-06-08Missing statics.Libravatar Pierre Habouzit5-7/+7
2007-06-08Active_nr is unsigned, hence can't be < 0Libravatar Pierre Habouzit1-2/+0
2007-06-08cvsserver: Make req_Root more critical of its input dataLibravatar Frank Lichtenheld2-0/+45
2007-06-08gitview: Define __slots__ for CommitLibravatar Michael Ellerman1-0/+3
2007-06-08gitview: Use new-style classesLibravatar Michael Ellerman1-4/+4
2007-06-08checkout: do not get confused with ambiguous tag/branch namesLibravatar Junio C Hamano2-1/+42
2007-06-08Test wildcard push/fetchLibravatar Junio C Hamano1-0/+82
2007-06-08Fix push with refspecs containing wildcardsLibravatar Alex Riesen1-12/+27
2007-06-07War on whitespaceLibravatar Junio C Hamano256-852/+645
2007-06-06Fix clone to setup the origin if its name ends with .gitLibravatar Alex Riesen2-1/+47
2007-06-06pack-check: Sort entries by pack offset before unpacking them.Libravatar Alexandre Julliard1-12/+35
2007-06-06Merge branch 'sv/objfixes'Libravatar Junio C Hamano5-8/+18
2007-06-06Don't assume tree entries that are not dirs are blobsLibravatar Sam Vilain2-1/+9
2007-06-06git-cvsimport: Make sure to use $git_dir always instead of .git sometimesLibravatar Michael Milligan1-3/+3
2007-06-06fix documentation of unpack-objects -nLibravatar Sam Vilain1-2/+2
2007-06-06Accept dates before 2000/01/01 when specified as seconds since the epochLibravatar Johannes Sixt1-2/+4
2007-06-06Makefile: Remove git-merge-base from PROGRAMS.Libravatar Johannes Sixt1-1/+0
2007-06-06t5000: skip ZIP tests if unzip was not foundLibravatar Johannes Schindelin1-0/+7
2007-06-06Merge branch 'mm/tag'Libravatar Junio C Hamano2-11/+46
2007-06-06git-branch --track: fix tracking branch computation.Libravatar Junio C Hamano2-30/+53
2007-06-06Fix typo in git-mergetoolLibravatar Josh Triplett1-1/+1
2007-06-06Add the --numbered-files option to git-format-patch.Libravatar Jon Loeliger2-44/+67
2007-06-06$EMAIL is a last resort fallback, as it's system-wide.Libravatar Pierre Habouzit1-2/+2
2007-06-06make clean should remove all the test programs tooLibravatar Matthias Lederhofer1-1/+2
2007-06-06add git-filter-branch to .gitignoreLibravatar Matthias Lederhofer1-0/+1
2007-06-05Merge branch 'gb/idx'Libravatar Junio C Hamano4-341/+245
2007-06-04git-merge-file: refuse to merge binary filesLibravatar Johannes Schindelin2-1/+10
2007-06-04merge-recursive: refuse to merge binary filesLibravatar Johannes Schindelin2-0/+20
2007-06-04Move buffer_is_binary() to xdiff-interface.hLibravatar Johannes Schindelin4-17/+11
2007-06-04git-fsck: learn about --verboseLibravatar Johannes Schindelin2-2/+45
2007-06-03gitweb: Handle non UTF-8 text betterLibravatar Martin Koegler2-10/+59