summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-10Start moving unpack-trees to "struct tree_desc"Linus Torvalds
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin
2007-08-10tweak manpage formattingJunio C Hamano
2007-08-10Fix an illustration in git-rev-parse.txtJunio C Hamano
2007-08-10send-email: get all the quoting of realnames rightUwe Kleine-König
2007-08-10send-email: rfc822 forbids using <address@domain> without a non-empty "phrase"Uwe Kleine-König
2007-08-10Use the empty tree for base diff in paranoid-update on new branchesShawn O. Pearce
2007-08-10Teach the update-paranoid to look at file differencesShawn O. Pearce
2007-08-10Teach update-paranoid how to store ACLs organized by groupsShawn O. Pearce
2007-08-10Fix formatting of git-blame documentation.Junio C Hamano
2007-08-09cvsserver: Fix for work treesBrian Downing
2007-08-08git-p4: Fix git-p4 submit to include only changed files in the perforce submi...Simon Hausmann
2007-08-08Reorder the list of commands in the manual.Junio C Hamano
2007-08-08git-p4: Fix support for symlinks.Simon Hausmann
2007-08-07git-stash documentation: add missing backtickSteve Hoelzer
2007-08-07git-stash documentation: stash numbering starts at zero, not oneSteve Hoelzer
2007-08-07Add a note about the index being updated by git-status in some casesSteven Grimm
2007-08-07Documentation/git-commit.txt: correct bad list formatting.David Kastrup
2007-08-07send-email: teach sanitize_address to do rfc2047 quotingUwe Kleine-K,Av(Bnig
2007-08-07Fix "make GZ=1 quick-install-doc"Junio C Hamano
2007-08-07pager: find out pager setting from configurationJunio C Hamano
2007-08-06git-am: initialize variable $resume on startupGerrit Pape
2007-08-06Documentation/git-svn: how to clone a git-svn-created repositoryAdam Roben
2007-08-06Merge branch 'maint'Junio C Hamano
2007-08-06apply: remove directory that becomes empty by renaming the last file awayLinus Torvalds
2007-08-06setup.c:verify_non_filename(): don't die unnecessarily while disambiguatingJunio C Hamano
2007-08-06documentation: use the word "index" in the git-commit man pageJ. Bruce Fields
2007-08-06Merge branch 'master' of git://linux-nfs.org/~bfields/gitJunio C Hamano
2007-08-05Merge branch 'maint'J. Bruce Fields
2007-08-05documentation: use the word "index" in the git-add manual pageJ. Bruce Fields
2007-08-05user-manual: mention git-guiJ. Bruce Fields
2007-08-05user-manual: mention git stashJunio C Hamano
2007-08-05user-manual: update for new default --track behaviorJ. Bruce Fields
2007-08-05Fix install-doc-quick targetJunio C Hamano
2007-08-05unpack-trees.c: assume submodules are clean during check-outJunio C Hamano
2007-08-05Fixed git-push manpageJyotirmoy Bhattacharya
2007-08-05checkout-index needs a working treeJohannes Schindelin
2007-08-04add "test-absolute-path" to .gitignoreRandal L. Schwartz
2007-08-04Document GIT_SSH environment variable alongside other variablesShawn O. Pearce
2007-08-04INSTALL: add warning on docbook-xsl 1.72 and 1.73Junio C Hamano
2007-08-04gitweb: Fix handling of $file_name in feed generationJakub Narebski
2007-08-04git-completion: add "git stash"Junio C Hamano
2007-08-03GIT 1.5.3-rc4v1.5.3-rc4Junio C Hamano
2007-08-03Fix bogus use of printf in t3700 testJunio C Hamano
2007-08-03gitweb: do not choke on recursive symlinkJunio C Hamano
2007-08-03Fix work-tree related breakagesJunio C Hamano
2007-08-03Fix documentation for core.gitproxy to reflect codeDavid Symonds
2007-08-03read-tree: remove unnecessary call to setup_git_directory()Johannes Schindelin
2007-08-03Support building on GNU/HurdThomas Schwinge
2007-08-02Fix style nit in Python slicing.Han-Wen Nienhuys