summaryrefslogtreecommitdiffstats
path: root/test-sha1.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-09connect.c: refactor url parsingTorsten Bögershausen5-37/+48
2013-12-09git_connect(): refactor the port handling for sshTorsten Bögershausen3-49/+17
2013-12-09git fetch: support host:/~repoTorsten Bögershausen3-17/+33
2013-12-09t5500: add test cases for diag-urlTorsten Bögershausen1-0/+59
2013-12-09git fetch-pack: add --diag-urlTorsten Bögershausen4-3/+41
2013-12-09git_connect: factor out discovery of the protocol and its partsJohannes Sixt1-27/+53
2013-12-09git_connect: remove artificial limit of a remote commandJohannes Sixt1-6/+1
2013-12-05t5601: add tests for sshTorsten Bögershausen1-1/+99
2013-12-05t5601: remove clear_ssh, refactor setup_ssh_wrapperTorsten Bögershausen1-20/+20
2013-11-01Update draft release notes to 1.8.5Junio C Hamano1-6/+19
2013-10-30web--browse: Add support for xdg-openRüdiger Sonderfeld2-3/+4
2013-10-30t3200: do not open a HTML manual page when DEFAULT_MAN_FORMAT is htmlJohannes Sixt1-1/+1
2013-10-30Git 1.8.5-rc0v1.8.5-rc0Junio C Hamano2-1/+24
2013-10-30t5570: Update for clone-progress-to-stderr branchBrian Gernhardt1-2/+1
2013-10-30for-each-ref: avoid loading objects to print %(objectname)Jeff King2-9/+24
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-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