summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | git-branch: cleanup config file when deleting branchesGerrit Pape2007-06-092-2/+16
| |/ / /
* | | | Merge branch 'fl/cvsserver'Junio C Hamano2007-06-163-8/+171
|\ \ \ \
| * | | | cvsserver: Actually implement --export-allFrank Lichtenheld2007-06-153-2/+25
| * | | | cvsserver: Let --base-path and pserver get along just fineFrank Lichtenheld2007-06-152-4/+7
| * | | | cvsserver: Add some useful commandline optionsFrank Lichtenheld2007-06-083-6/+143
* | | | | Merge branch 'lh/submodule'Junio C Hamano2007-06-164-23/+115
|\ \ \ \ \
| * | | | | gitmodules(5): remove leading period from synopsisLars Hjemli2007-06-151-1/+1
| * | | | | Add gitmodules(5)Lars Hjemli2007-06-122-1/+63
| * | | | | git-submodule: give submodules proper namesLars Hjemli2007-06-122-18/+47
| * | | | | Rename sections from "module" to "submodule" in .gitmodulesLars Hjemli2007-06-122-2/+2
| * | | | | git-submodule: remember to checkout after cloneLars Hjemli2007-06-121-4/+5
| * | | | | t7400: barf if git-submodule removes or replaces a fileLars Hjemli2007-06-121-1/+1
* | | | | | Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano2007-06-1610-6/+109
|\ \ \ \ \ \
| * | | | | | GIT 1.5.2.2v1.5.2.2Junio C Hamano2007-06-163-2/+63
| * | | | | | Documentation: adjust to AsciiDoc 8Junio C Hamano2007-06-165-4/+14
| * | | | | | Avoid diff cost on "git log -z"Junio C Hamano2007-06-151-1/+2
| * | | | | | git-branch --track: fix tracking branch computation.Junio C Hamano2007-06-152-30/+53
| * | | | | | $EMAIL is a last resort fallback, as it's system-wide.Junio C Hamano2007-06-151-2/+2
| * | | | | | merge-recursive: refuse to merge binary filesJohannes Schindelin2007-06-152-0/+20
| * | | | | | Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin2007-06-154-17/+11
| * | | | | | Add a local implementation of hstrerror for the system which do not have itAlex Riesen2007-06-153-0/+31
| * | | | | | Generated spec file to be ignored is named git.spec and not git-core.specJakub Narebski2007-06-151-1/+1
* | | | | | | git-svn: avoid string eval for defining functionsSam Vilain2007-06-161-31/+33
* | | | | | | Fix pushing to a pattern with no dstDaniel Barkalow2007-06-161-2/+3
* | | | | | | git-svn: reduce stat() calls for a backwards compatibility checkEric Wong2007-06-131-1/+1
* | | | | | | git-svn: test for creating new directories over svn://Eric Wong2007-06-131-0/+40
* | | | | | | git-svn: cleanup: factor out longest_common_path() functionEric Wong2007-06-131-5/+11
* | | | | | | gitview: run blame with -C -CAneesh Kumar K.V2007-06-131-1/+1
* | | | | | | gitview: Fix the blame interface.Aneesh Kumar K.V2007-06-131-1/+18
* | | | | | | More staticJunio C Hamano2007-06-138-64/+6
* | | | | | | -Wold-style-definition fixJunio C Hamano2007-06-133-3/+3
* | | | | | | Makefile: allow generating git.o for debugging purposesJunio C Hamano2007-06-131-2/+6
* | | | | | | Makefile: common-cmds.h depends on generate-cmdlist.sh scriptJunio C Hamano2007-06-131-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'jc/blame' (early part)Junio C Hamano2007-06-132-7/+16
|\ \ \ \ \ \
| * | | | | | git-blame -w: ignore whitespaceJunio C Hamano2007-06-092-3/+12
| * | | | | | git-blame: do not indent with spaces.Junio C Hamano2007-06-091-4/+4
| | |_|_|/ / | |/| | | |
* | | | | | refactor dir_add_nameJeff King2007-06-122-11/+25
* | | | | | git-remote show: Also shorten non-fast-forward refs in the 'push' listingJohannes Sixt2007-06-121-0/+1
* | | | | | gitweb: change filename/directory name of snapshotsMatthias Lederhofer2007-06-121-1/+3
* | | | | | Don't dereference a strdup-returned NULLJim Meyering2007-06-121-1/+1
* | | | | | Merge branch 'maint'Junio C Hamano2007-06-120-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'ar/clone' into maintJunio C Hamano2007-06-122-1/+47
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'sv/objfixes' into maintJunio C Hamano2007-06-122-1/+9
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'aw/cvs'Junio C Hamano2007-06-122-21/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | cvsimport: add <remote>/HEAD reference in separate remotes moreAndy Whitcroft2007-06-061-0/+2
| * | | | | | | | cvsimport: update documentation to include separate remotes optionAndy Whitcroft2007-06-062-7/+18
| * | | | | | | | cvsimport: add support for new style remote layoutAndy Whitcroft2007-06-061-14/+22
* | | | | | | | | Merge branch 'ep/cvstag'Junio C Hamano2007-06-121-23/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Use git-tag in git-cvsimportElvis Pranskevichus2007-06-061-24/+2
* | | | | | | | | Teach diff to imply --find-copies-harder upon -C -CJohannes Schindelin2007-06-122-3/+6