summaryrefslogtreecommitdiffstats
path: root/t/test-lib.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-24Prepare for 1.7.11.6Junio C Hamano2-1/+35
2012-08-24Make the ciabot scripts completely self-configuring in the normal case.Eric S. Raymond4-37/+72
2012-08-24Improved documentation for the ciabot scripts.Eric S. Raymond2-2/+50
2012-08-22contrib/ciabot: Get ciabot configuration from git variablesEric S. Raymond2-118/+156
2012-08-17man: git pull -r is a short for --rebaseMiklos Vajna1-0/+1
2012-08-17gitcli: describe abbreviation of long optionsJunio C Hamano1-0/+8
2012-08-15Git 1.7.11.5v1.7.11.5Junio C Hamano3-2/+11
2012-08-15rev-list docs: clarify --topo-order descriptionJunio C Hamano1-7/+24
2012-08-15gitweb: URL-decode $my_url/$my_uri when stripping PATH_INFOJay Soffian1-0/+5
2012-08-15Documentation/CodingGuidelines: spell out more shell guidelinesHeiko Voigt1-0/+8
2012-08-10rebase -i: use full onto sha1 in reflogMichael J Gruber1-2/+1
2012-08-08sh-setup: protect from exported IFSJunio C Hamano1-0/+4
2012-08-07receive-pack: do not leak output from auto-gc to standard outputJunio C Hamano2-2/+3
2012-08-07t/t5400: demonstrate breakage caused by informational message from pruneBrandon Casey1-0/+35
2012-08-07Enable HAVE_DEV_TTY for SolarisBen Walton1-0/+1
2012-08-07terminal: seek when switching between reading and writingJeff King1-0/+1
2012-08-07Prepare for 1.7.11.5Junio C Hamano2-1/+29
2012-08-07doc: A few minor copy edits.Štěpán Němec5-10/+10
2012-08-06Documentation: do not mention .git/refs/* directoriesJunio C Hamano7-16/+27
2012-08-05tests: Introduce test_seqMichał Kiedrowicz3-2/+23
2012-08-03setup: clarify error messages for file/revisions ambiguityMatthieu Moy1-3/+5
2012-08-01send-email: improve RFC2047 quote parsingThomas Rast2-4/+19
2012-07-30Git 1.7.11.4v1.7.11.4Junio C Hamano4-3/+35
2012-07-30t7810-*.sh: Remove redundant testRamsay Jones1-11/+0
2012-07-30link_alt_odb_entry: fix read over array bounds reported by valgrindHeiko Voigt1-1/+1
2012-07-30fsck: detect null sha1 in tree entriesJeff King2-1/+33
2012-07-30do not write null sha1s to on-disk indexJeff King2-0/+21
2012-07-30diff: do not use null sha1 as a sentinel valueJeff King14-32/+135
2012-07-26checkout: don't confuse ref and object flagsJeff King1-1/+1
2012-07-25Enumerate revision range specifiers in the documentationJunio C Hamano1-0/+31
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-22Git 1.7.11.3v1.7.11.3Junio C Hamano4-3/+57
2012-07-19diff: test precedence of external diff driversJeff King1-0/+40
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-16Documentation/git-daemon: add missing wordMichael Schubert1-1/+1
2012-07-14am: indicate where a failed patch is to be foundPaul Gortmaker2-0/+8
2012-07-12t7003: add test to filter a branch with a commit at epochJunio C Hamano2-3/+13
2012-07-12date.c: Fix off by one error in object-header date parsingJunio C Hamano1-1/+1
2012-07-12submodules: don't stumble over symbolic links when cloning recursivelyJens Lehmann2-2/+17
2012-07-11Git 1.7.11.2v1.7.11.2Junio C Hamano4-3/+57
2012-07-11cache_name_compare(): do not truncate while comparing pathsJunio C Hamano2-4/+48