summaryrefslogtreecommitdiffstats
path: root/base85.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-11allow git-bundle to create bottomless bundleJunio C Hamano2-1/+17
2007-08-10Optimize the two-way merge of git-read-tree tooLinus Torvalds1-3/+4
2007-08-10Optimize the common cases of git-read-treeLinus Torvalds1-3/+3
2007-08-10Move old index entry removal from "unpack_trees()" into the individual functionsLinus Torvalds2-11/+29
2007-08-10Fix "git commit directory/" performance anomalyLinus Torvalds1-2/+8
2007-08-10Optimize "diff --cached" performance.Junio C Hamano3-5/+85
2007-08-10Revert "tweak manpage formatting"Junio C Hamano1-13/+0
2007-08-10Start moving unpack-trees to "struct tree_desc"Linus Torvalds4-30/+39
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin2-44/+14
2007-08-10tweak manpage formattingJunio C Hamano1-0/+13
2007-08-10Fix an illustration in git-rev-parse.txtJunio C Hamano1-1/+1
2007-08-10send-email: get all the quoting of realnames rightUwe Kleine-König1-26/+24
2007-08-10send-email: rfc822 forbids using <address@domain> without a non-empty "phrase"Uwe Kleine-König1-1/+1
2007-08-10Use the empty tree for base diff in paranoid-update on new branchesShawn O. Pearce1-10/+21
2007-08-10Teach the update-paranoid to look at file differencesShawn O. Pearce1-7/+105
2007-08-10Teach update-paranoid how to store ACLs organized by groupsShawn O. Pearce1-16/+44
2007-08-10Fix formatting of git-blame documentation.Junio C Hamano1-10/+10
2007-08-09cvsserver: Fix for work treesBrian Downing1-0/+2
2007-08-08git-p4: Fix git-p4 submit to include only changed files in the perforce submi...Simon Hausmann1-6/+30
2007-08-08Reorder the list of commands in the manual.Junio C Hamano1-7/+9
2007-08-08git-p4: Fix support for symlinks.Simon Hausmann1-5/+9
2007-08-07git-stash documentation: add missing backtickSteve Hoelzer1-1/+1
2007-08-07git-stash documentation: stash numbering starts at zero, not oneSteve Hoelzer1-3/+3
2007-08-07Add a note about the index being updated by git-status in some casesSteven Grimm1-0/+7
2007-08-07Documentation/git-commit.txt: correct bad list formatting.David Kastrup1-0/+1
2007-08-07send-email: teach sanitize_address to do rfc2047 quotingUwe Kleine-K,Av(Bnig1-10/+29
2007-08-07Fix "make GZ=1 quick-install-doc"Junio C Hamano1-5/+3
2007-08-07pager: find out pager setting from configurationJunio C Hamano1-1/+4
2007-08-07git-am: initialize variable $resume on startupGerrit Pape1-1/+2
2007-08-06Documentation/git-svn: how to clone a git-svn-created repositoryAdam Roben1-0/+20
2007-08-06apply: remove directory that becomes empty by renaming the last file awayLinus Torvalds1-1/+1
2007-08-06setup.c:verify_non_filename(): don't die unnecessarily while disambiguatingJunio C Hamano1-1/+1
2007-08-06documentation: use the word "index" in the git-commit man pageJ. Bruce Fields1-14/+14
2007-08-06documentation: use the word "index" in the git-add manual pageJ. Bruce Fields1-19/+22
2007-08-06user-manual: mention git-guiJ. Bruce Fields1-2/+9
2007-08-05user-manual: mention git stashJunio C Hamano1-0/+32
2007-08-05user-manual: update for new default --track behaviorJ. Bruce Fields1-14/+9
2007-08-05Fix install-doc-quick targetJunio C Hamano1-1/+3
2007-08-05unpack-trees.c: assume submodules are clean during check-outJunio C Hamano1-0/+9
2007-08-05Fixed git-push manpageJyotirmoy Bhattacharya1-1/+1
2007-08-05checkout-index needs a working treeJohannes Schindelin1-1/+2
2007-08-04add "test-absolute-path" to .gitignoreRandal L. Schwartz1-0/+1
2007-08-04Document GIT_SSH environment variable alongside other variablesShawn O. Pearce1-0/+16
2007-08-04INSTALL: add warning on docbook-xsl 1.72 and 1.73Junio C Hamano2-0/+25
2007-08-04gitweb: Fix handling of $file_name in feed generationJakub Narebski1-1/+1
2007-08-04git-completion: add "git stash"Junio C Hamano1-0/+7
2007-08-04GIT 1.5.3-rc4v1.5.3-rc4Junio C Hamano1-3/+3
2007-08-03Fix bogus use of printf in t3700 testJunio C Hamano1-2/+2
2007-08-03gitweb: do not choke on recursive symlinkJunio C Hamano1-0/+1
2007-08-03Fix work-tree related breakagesJunio C Hamano1-8/+14