summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-09Teach filter-branch about subdirectory filteringLibravatar Johannes Schindelin2-3/+54
2007-06-09git-branch: cleanup config file when deleting branchesLibravatar Gerrit Pape2-2/+16
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-08cvsserver: Add some useful commandline optionsLibravatar Frank Lichtenheld3-6/+143
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-08git-gui: Changed blame header bar background to match main windowLibravatar Shawn O. Pearce1-7/+7
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-06Use git-tag in git-cvsimportLibravatar Elvis Pranskevichus1-24/+2
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-06filter-branch: also don't fail in map() if a commit cannot be mappedLibravatar Johannes Sixt1-9/+5
2007-06-06filter-branch: Use rev-list arguments to specify revision ranges.Libravatar Johannes Sixt2-28/+13
2007-06-06filter-branch: fix behaviour of '-k'Libravatar Johannes Schindelin2-12/+26
2007-06-06filter-branch: use $(($i+1)) instead of $((i+1))Libravatar Johannes Schindelin1-1/+1
2007-06-06git-submodule: clone during update, not during initLibravatar Lars Hjemli3-44/+51
2007-06-06git-submodule: move cloning into a separate functionLibravatar Lars Hjemli1-16/+28
2007-06-06cvsimport: add <remote>/HEAD reference in separate remotes moreLibravatar Andy Whitcroft1-0/+2
2007-06-06cvsimport: update documentation to include separate remotes optionLibravatar Andy Whitcroft2-7/+18