summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-22Merge branch 'js/fast-export-paths-with-spaces' into maintJunio C Hamano
2012-07-22Merge branch 'cw/no-detaching-an-unborn' into maintJunio C Hamano
2012-07-22Merge branch 'vr/use-our-perl-in-tests' into maintJunio C Hamano
2012-07-22Merge git://bogomips.org/git-svnJunio C Hamano
2012-07-22Merge branch 'jk/revision-walk-stop-at-max-count'Junio C Hamano
2012-07-22Merge branch 'mm/config-xdg'Junio C Hamano
2012-07-22Merge branch 'as/t4012-style-updates'Junio C Hamano
2012-07-22Merge branch 'pg/maint-1.7.9-am-where-is-patch'Junio C Hamano
2012-07-22Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink'Junio C Hamano
2012-07-22Merge branch 'ms/daemon-doc-typo'Junio C Hamano
2012-07-22Merge branch 'lk/more-helpful-status-hints'Junio C Hamano
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-22Merge branch 'jc/maint-filter-branch-epoch-date'Junio C Hamano
2012-07-19difftool: only copy back files modified during directory diffTim Henigan
2012-07-19build: reconfigure automatically if configure.ac changesStefano Lattarini
2012-07-19build: "make clean" should not remove configure-generated filesStefano Lattarini
2012-07-19autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append'Stefano Lattarini
2012-07-19autoconf: remove few redundant semicolonsStefano Lattarini
2012-07-19autoconf: remove some redundant shell indirectionsStefano Lattarini
2012-07-19autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBSTStefano Lattarini
2012-07-19autoconf: GIT_CONF_APPEND_LINE: change signatureStefano Lattarini
2012-07-19diff: test precedence of external diff driversJeff King
2012-07-19git-svn: don't create master if another head existsMarcin Owsiany
2012-07-18mw-to-git: use git-credential's URL parserJeff King
2012-07-18credential: convert "url" attribute into its parsed subpartsJeff King
2012-07-18mw-to-git: check blank credential attributes via lengthJeff King
2012-07-18docs/credential: minor clarity fixupsJeff King
2012-07-18diff: correctly disable external_diff with --no-ext-diffJunio C Hamano
2012-07-17Revert "git-commit-tree(1): update synopsis"Junio C Hamano
2012-07-17Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano
2012-07-17commit-tree: resurrect command line parsing updatesJunio C Hamano
2012-07-17git-remote-mediawiki: allow page names with a ':'Matthieu Moy
2012-07-17git-remote-mediawiki: fix incorrect test usage in testMatthieu Moy
2012-07-16t4012: Use test_must_fail instead of if-elseAlexander Strasser
2012-07-16t4012: use 'printf' instead of 'dd' to generate a binary fileJohannes Sixt
2012-07-16t4012: Re-indent test snippetsAlexander Strasser
2012-07-16t4012: Make --shortstat test more robustAlexander Strasser
2012-07-16t4012: Break up pipe into serial redirectionsAlexander Strasser
2012-07-16t4012: Actually quote the sed scriptAlexander Strasser
2012-07-16git-remote-mediawiki: properly deal with invalid remote revisionsMatthieu Moy
2012-07-16git-remote-mediawiki: show progress information when getting last remote revi...Matthieu Moy
2012-07-16git-remote-mediawiki: show progress information when listing pagesMatthieu Moy
2012-07-16git-remote-mediawiki: use --force when adding notesMatthieu Moy
2012-07-16git-remote-mediawiki: get rid of O(N^2) loopMatthieu Moy
2012-07-16git-remote-mediawiki: make mediafiles export optionalMatthieu Moy
2012-07-16git-remote-mediawiki: actually send empty comment when they're emptyMatthieu Moy
2012-07-16git-remote-mediawiki: don't split namespaces with spacesMatthieu Moy
2012-07-16config: fix several access(NULL) callsMatthieu Moy
2012-07-16Documentation/git-daemon: add missing wordMichael Schubert
2012-07-16status: color in-progress message like other header messagesJeff King