summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not use h_errno after connect(2): the function does not set itAlex Riesen2007-06-161-4/+2
* Documentation: update "stale" links for 1.5.2.2Junio C Hamano2007-06-161-1/+3
* Merge branch 'jc/remote'Junio C Hamano2007-06-163-85/+275
|\
| * git-push: Update description of refspecs and add examplesJunio C Hamano2007-06-091-3/+22
| * remote.c: "git-push frotz" should update what matches at the source.Junio C Hamano2007-06-092-6/+53
| * remote.c: fix "git push" weak match disambiguationJunio C Hamano2007-06-092-1/+112
| * remote.c: minor clean-up of match_explicit()Junio C Hamano2007-06-091-11/+12
| * remote.c: refactor creation of new dst refJunio C Hamano2007-06-091-18/+17
| * remote.c: refactor match_explicit_refs()Junio C Hamano2007-06-091-73/+86
* | Merge branch 'gp/branch'Junio C Hamano2007-06-162-2/+16
|\ \
| * | 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