summaryrefslogtreecommitdiffstats
path: root/t/test-lib-functions.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-29t: provide a perl() function which uses $PERL_PATHJeff King2-4/+12
2013-10-28doc/howto: warn about (dumb)http server document being too oldSitaram Chamarty1-0/+4
2013-10-28t/README: tests can use perl even with NO_PERLJonathan Nieder1-4/+11
2013-10-28Almost -rc0 for 1.8.5Junio C Hamano1-0/+15
2013-10-28Git 1.8.4.2v1.8.4.2Junio C Hamano3-2/+17
2013-10-28pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesNguyễn Thái Ngọc Duy6-4/+30
2013-10-28Change sed i\ usage to something Solaris' sed can handleBen Walton1-2/+4
2013-10-28test-lib: fix typo in commentTorstein Hegge1-1/+1
2013-10-28sha1_file: move comment about return value where it belongsChristian Couder1-1/+1
2013-10-28tests: undo special treatment of CRLF for WindowsJohannes Sixt3-9/+0
2013-10-28Windows: a test_cmp that is agnostic to random LF <> CRLF conversionsJohannes Sixt2-0/+67
2013-10-28t5300-pack-object: do not compare binary data using test_cmpJohannes Sixt1-5/+5
2013-10-28cache: remove unused function 'have_git_dir'Stefan Beller2-6/+0
2013-10-28refs: remove unused function invalidate_ref_cacheStefan Beller2-15/+0
2013-10-25howto: add article on recovering a corrupted objectJeff King2-0/+243
2013-10-25reset: pass real rev name to add--interactiveJeff King3-7/+10
2013-10-25add-interactive: handle unborn branch in patch modeJeff King1-9/+13
2013-10-25silence gcc array-bounds warningJeff King1-1/+1
2013-10-25drop redundant semicolon in empty whileJeff King1-1/+1
2013-10-24checkout_entry(): clarify the use of topath[] parameterJunio C Hamano3-1/+10
2013-10-24entry.c: convert checkout_entry to use strbufNguyễn Thái Ngọc Duy1-5/+8
2013-10-24http.c: Spell the null pointer as NULLRamsay Jones1-1/+1
2013-10-23Update draft release notes to 1.8.5Junio C Hamano1-0/+4
2013-10-23Almost 1.8.4.2 ;-)Junio C Hamano1-0/+13
2013-10-23remote-hg: unquote C-style paths when exportingAntoine Pelisse1-0/+6
2013-10-23Clear fd after closing to avoid double-close errorJens Lindstrom2-0/+8
2013-10-22Revert "test-lib: allow prefixing a custom string before "ok N" etc."Thomas Rast1-15/+12
2013-10-22Revert "test-lib: support running tests under valgrind in parallel"Thomas Rast1-84/+22
2013-10-22git-svn docs: Use tabs consistently within the ascii docStefan Beller1-13/+13
2013-10-22t5570: Update for clone-progress-to-stderr branchBrian Gernhardt1-2/+1
2013-10-22t5570: Update for symref capabilityBrian Gernhardt1-1/+1
2013-10-22Documentation: revamp gitk(1)Thomas Rast1-24/+83
2013-10-22Reword repack documentation to no longer state it's a scriptStefan Beller1-1/+1
2013-10-22Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flagsNguyễn Thái Ngọc Duy3-2/+19
2013-10-18Update draft release notes to 1.8.5Junio C Hamano1-0/+7
2013-10-18checkout: proper error message on 'git checkout foo bar --'Matthieu Moy2-5/+22
2013-10-18checkout: allow dwim for branch creation for "git checkout $branch --"Matthieu Moy2-23/+76
2013-10-18graph: fix coloring around octopus mergesHemmo Nieminen1-2/+2
2013-10-18git-merge: document the -S optionNicolas Vigier1-1/+5
2013-10-18gc: remove gc.pid file at end of executionJonathan Nieder2-0/+29
2013-10-18l10n: fr.po: 2135/2135 messages translatedJean-Noel Avila1-2367/+3193
2013-10-18Update draft release notes to 1.8.5Junio C Hamano1-0/+4
2013-10-18Start preparing for 1.8.4.2Junio C Hamano2-1/+51
2013-10-18t4254: modernize testsSZEDER Gábor1-21/+15
2013-10-16Update draft release notes to 1.8.5Junio C Hamano1-0/+30
2013-10-16t3600: fix broken "choking git rm" testSZEDER Gábor1-7/+4
2013-10-16http: use curl's tcp keepalive if availableJeff King1-4/+20
2013-10-16block-sha1/sha1.c: have SP around arithmetic operatorsJunio C Hamano1-2/+2
2013-10-16base85.c: have SP around arithmetic operatorsJunio C Hamano1-1/+1
2013-10-16archive.c: have SP around arithmetic operatorsJunio C Hamano1-1/+1