summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Two trivial -Wcast-qual fixesJunio C Hamano2007-06-222-2/+2
* diffcore-rename: favour identical basenamesJohannes Schindelin2007-06-222-1/+45
* Document git-gui, git-citool as mainporcelain manual pagesShawn O. Pearce2007-06-224-5/+156
* Generate tags with correct timestamp (git-svnimport)Dave O'Neill2007-06-222-24/+3
* Cloning from a repo without "current branch"Nanako Shiraishi2007-06-201-7/+13
* Change default man page path to /usr/share/manIsmail Dönmez2007-06-201-1/+1
* INSTALL: explain how to build documentationJunio C Hamano2007-06-201-4/+10
* cvsserver: Actually implement --export-allAlex Riesen2007-06-201-2/+2
* Document git log --full-diffJakub Narebski2007-06-161-0/+7
* Document git log --abbrev-commit, as a kind of pretty optionJakub Narebski2007-06-161-0/+9
* Use tabs for indenting definition list for options in git-log.txtJakub Narebski2007-06-161-1/+1
* Document git rev-list --timestampJakub Narebski2007-06-161-0/+4
* Document git reflog --stale-fixJakub Narebski2007-06-161-0/+13
* Document git rev-parse --is-inside-git-dirJakub Narebski2007-06-161-0/+4
* Document git read-tree --trivialJakub Narebski2007-06-162-2/+8
* Document git rev-list --full-historyJakub Narebski2007-06-161-0/+9
* 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