summaryrefslogtreecommitdiffstats
path: root/t/lib-git-p4.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-27test: rename $satisfied to $satisfied_prereqJunio C Hamano1-3/+3
2012-07-25Enumerate revision range specifiers in the documentationJunio C Hamano1-0/+31
2012-07-24Update draft release notes to 1.7.12Junio C Hamano1-2/+19
2012-07-24t/lib-httpd: handle running under --valgrindJeff King2-1/+8
2012-07-24rebase -i: handle fixup of root commit correctlyChris Webb2-12/+21
2012-07-24t1306: check that XDG_CONFIG_HOME worksJeff King1-0/+26
2012-07-24ignore: make sure we have an xdg path before using itMatthieu Moy2-1/+8
2012-07-24attr: make sure we have an xdg path before using itJeff King2-5/+13
2012-07-24test-lib.sh: unset XDG_CONFIG_HOMEJeff King1-0/+1
2012-07-24Git 1.7.12-rc0v1.7.12-rc0Junio C Hamano2-1/+13
2012-07-24commit: document the temporary commit message fileJeff King1-0/+9
2012-07-23mergetool: support --tool-help option like difftool doesJunio C Hamano3-5/+49
2012-07-23commit: check committer identity more strictlyJeff King1-1/+1
2012-07-23advice: pass varargs to strbuf_vaddf, not strbuf_addfJeff King1-1/+1
2012-07-23Makefile: BLK_SHA1 does not require fast htonl() and unaligned loadsJonathan Nieder1-3/+2
2012-07-23Makefile: fix location of listing produced by "make subdir/foo.s"Jonathan Nieder1-1/+1
2012-07-23block-sha1: put expanded macro parameters in parenthesesJonathan Nieder1-2/+2
2012-07-23block-sha1: avoid pointer conversion that violates alignment constraintsJonathan Nieder1-3/+3
2012-07-22Update draft release notes to 1.7.12Junio C Hamano1-56/+24
2012-07-22Git 1.7.11.3v1.7.11.3Junio C Hamano4-3/+57
2012-07-19difftool: only copy back files modified during directory diffTim Henigan1-2/+5
2012-07-19build: reconfigure automatically if configure.ac changesStefano Lattarini2-0/+14
2012-07-19build: "make clean" should not remove configure-generated filesStefano Lattarini1-2/+3
2012-07-19autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append'Stefano Lattarini1-11/+17
2012-07-19autoconf: remove few redundant semicolonsStefano Lattarini1-2/+2
2012-07-19autoconf: remove some redundant shell indirectionsStefano Lattarini1-7/+5
2012-07-19autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBSTStefano Lattarini1-12/+12
2012-07-19autoconf: GIT_CONF_APPEND_LINE: change signatureStefano Lattarini1-14/+14
2012-07-19diff: test precedence of external diff driversJeff King1-0/+40
2012-07-19git-svn: don't create master if another head existsMarcin Owsiany1-5/+4
2012-07-18mw-to-git: use git-credential's URL parserJeff King1-28/+4
2012-07-18credential: convert "url" attribute into its parsed subpartsJeff King2-0/+14
2012-07-18mw-to-git: check blank credential attributes via lengthJeff King1-1/+1
2012-07-18docs/credential: minor clarity fixupsJeff King1-6/+4
2012-07-18diff: correctly disable external_diff with --no-ext-diffJunio C Hamano2-3/+24
2012-07-17Revert "git-commit-tree(1): update synopsis"Junio C Hamano1-1/+1
2012-07-17commit-tree: resurrect command line parsing updatesJunio C Hamano2-3/+17
2012-07-17git-remote-mediawiki: allow page names with a ':'Matthieu Moy2-16/+53
2012-07-17git-remote-mediawiki: fix incorrect test usage in testMatthieu Moy1-1/+1
2012-07-16t4012: Use test_must_fail instead of if-elseAlexander Strasser1-14/+2
2012-07-16t4012: use 'printf' instead of 'dd' to generate a binary fileJohannes Sixt1-1/+1
2012-07-16t4012: Re-indent test snippetsAlexander Strasser1-34/+34
2012-07-16t4012: Make --shortstat test more robustAlexander Strasser1-2/+2
2012-07-16t4012: Break up pipe into serial redirectionsAlexander Strasser1-1/+2
2012-07-16t4012: Actually quote the sed scriptAlexander Strasser1-2/+2
2012-07-16git-remote-mediawiki: properly deal with invalid remote revisionsMatthieu Moy1-4/+9
2012-07-16git-remote-mediawiki: show progress information when getting last remote revi...Matthieu Moy1-0/+2
2012-07-16git-remote-mediawiki: show progress information when listing pagesMatthieu Moy1-0/+3
2012-07-16git-remote-mediawiki: use --force when adding notesMatthieu Moy1-1/+1
2012-07-16git-remote-mediawiki: get rid of O(N^2) loopMatthieu Moy1-7/+17