summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | builtin-tag.c: Fix two memory leaks and minor notation changes.Carlos Rica2007-07-212-16/+57
| * | | launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin2007-07-214-3/+15
| * | | Make git tag a builtin.Carlos Rica2007-07-207-13/+538
* | | | INSTALL: explain info installation and dependencies.David Kastrup2007-08-101-5/+9
* | | | Add support for an info version of the user manualDavid Kastrup2007-08-103-1/+44
* | | | Merge branch 'jc/clone'Junio C Hamano2007-08-107-45/+86
|\ \ \ \
| * | | | git-clone: aggressively optimize local clone behaviour.Junio C Hamano2007-08-016-40/+79
| * | | | connect: accept file:// URL schemeLinus Torvalds2007-08-011-5/+7
* | | | | Optimize the three-way merge of git-read-treeLinus Torvalds2007-08-101-2/+5
* | | | | Fix filehandle leak in "git branch -D"Alex Riesen2007-08-101-0/+1
* | | | | builtin-bundle - use buffered reads for bundle headerMark Levedahl2007-08-101-24/+13
* | | | | builtin-bundle.c - use stream buffered input for rev-listMark Levedahl2007-08-101-2/+5
* | | | | allow git-bundle to create bottomless bundleJunio C Hamano2007-08-101-0/+33
* | | | | allow git-bundle to create bottomless bundleJunio C Hamano2007-08-102-1/+17
* | | | | Optimize the two-way merge of git-read-tree tooLinus Torvalds2007-08-101-3/+4
* | | | | Optimize the common cases of git-read-treeLinus Torvalds2007-08-101-3/+3
* | | | | Move old index entry removal from "unpack_trees()" into the individual functionsLinus Torvalds2007-08-102-11/+29
* | | | | Merge branch 'lt/readtree'Junio C Hamano2007-08-104-30/+39
|\ \ \ \ \
| * | | | | Start moving unpack-trees to "struct tree_desc"Linus Torvalds2007-08-104-30/+39
* | | | | | Fix "git commit directory/" performance anomalyLinus Torvalds2007-08-101-2/+8
* | | | | | Optimize "diff --cached" performance.Junio C Hamano2007-08-103-5/+85
* | | | | | Revert "tweak manpage formatting"Junio C Hamano2007-08-101-13/+0
|/ / / / /
* | | | | Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin2007-08-102-44/+14
* | | | | tweak manpage formattingJunio C Hamano2007-08-101-0/+13
* | | | | Fix an illustration in git-rev-parse.txtJunio C Hamano2007-08-101-1/+1
* | | | | send-email: get all the quoting of realnames rightUwe Kleine-König2007-08-101-26/+24
* | | | | send-email: rfc822 forbids using <address@domain> without a non-empty "phrase"Uwe Kleine-König2007-08-101-1/+1
* | | | | Use the empty tree for base diff in paranoid-update on new branchesShawn O. Pearce2007-08-101-10/+21
* | | | | Teach the update-paranoid to look at file differencesShawn O. Pearce2007-08-101-7/+105
* | | | | Teach update-paranoid how to store ACLs organized by groupsShawn O. Pearce2007-08-101-16/+44
* | | | | Fix formatting of git-blame documentation.Junio C Hamano2007-08-101-10/+10
* | | | | cvsserver: Fix for work treesBrian Downing2007-08-081-0/+2
* | | | | git-p4: Fix git-p4 submit to include only changed files in the perforce submi...Simon Hausmann2007-08-081-6/+30
* | | | | Reorder the list of commands in the manual.Junio C Hamano2007-08-081-7/+9
* | | | | git-p4: Fix support for symlinks.Simon Hausmann2007-08-081-5/+9
* | | | | git-stash documentation: add missing backtickSteve Hoelzer2007-08-071-1/+1
* | | | | git-stash documentation: stash numbering starts at zero, not oneSteve Hoelzer2007-08-071-3/+3
* | | | | Add a note about the index being updated by git-status in some casesSteven Grimm2007-08-061-0/+7
* | | | | Documentation/git-commit.txt: correct bad list formatting.David Kastrup2007-08-061-0/+1
* | | | | send-email: teach sanitize_address to do rfc2047 quotingUwe Kleine-K,Av(Bnig2007-08-061-10/+29
* | | | | Fix "make GZ=1 quick-install-doc"Junio C Hamano2007-08-061-5/+3
* | | | | pager: find out pager setting from configurationJunio C Hamano2007-08-061-1/+4
* | | | | git-am: initialize variable $resume on startupGerrit Pape2007-08-061-1/+2
* | | | | Documentation/git-svn: how to clone a git-svn-created repositoryAdam Roben2007-08-061-0/+20
* | | | | Merge branch 'maint'Junio C Hamano2007-08-062-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | apply: remove directory that becomes empty by renaming the last file awayLinus Torvalds2007-08-061-1/+1
| * | | | setup.c:verify_non_filename(): don't die unnecessarily while disambiguatingJunio C Hamano2007-08-061-1/+1
* | | | | documentation: use the word "index" in the git-commit man pageJ. Bruce Fields2007-08-051-14/+14
* | | | | Merge branch 'master' of git://linux-nfs.org/~bfields/gitJunio C Hamano2007-08-052-35/+72
|\ \ \ \ \
| * \ \ \ \ Merge branch 'maint'J. Bruce Fields2007-08-051-19/+22
| |\ \ \ \ \