ame='generator' content='cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9107-git-svn-migrate.sh (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-27doc: submodule.*.branch config is keyed by nameW. Trevor King1-1/+1
2014-03-27doc: submodule.* config are keyed by submodule namesW. Trevor King1-1/+1
2014-03-27MSVC: allow linking with the cURL libraryMarat Radchenko2-1/+2
2014-03-25Update draft release notes to 2.0Junio C Hamano1-0/+29
2014-03-23t1502: protect runs of SPs used in the indentationJunio C Hamano1-56/+56
2014-03-23rev-parse --parseopt: option argument name hintsIlya Bobyr3-3/+64
2014-03-23Makefile: describe CHARSET_LIB betterДилян Палаузов1-2/+2
2014-03-21userdiff: have 'cpp' hunk header pattern catch more C++ anchor pointsJohannes Sixt13-17/+3
2014-03-21t4018: test cases showing that the cpp pattern misses many anchor pointsJohannes Sixt12-0/+66
2014-03-21t4018: test cases for the built-in cpp patternJohannes Sixt9-0/+55
2014-03-21t4018: reduce test files for pattern compilation testsJohannes Sixt1-38/+14
2014-03-21t4018: convert custom pattern test to the new infrastructureJohannes Sixt4-24/+58
2014-03-21t4018: convert java pattern test to the new infrastructureJohannes Sixt2-4/+8
2014-03-21t4018: convert perl pattern tests to the new infrastructureJohannes Sixt6-88/+44
2014-03-21t4018: an infrastructure to test hunk headersJohannes Sixt2-6/+72
2014-03-21userdiff: support unsigned and long long suffixes of integer constantsJohannes Sixt1-1/+1
2014-03-21userdiff: support C++ ->* and .* operators in the word regexpJohannes Sixt1-1/+1
2014-03-21Update draft release notes to 2.0Junio C Hamano1-2/+26
2014-03-21config.txt: third-party tools may and do use their own variablesChris Angelico1-2/+7
2014-03-21doc: status, remove leftover statement about '#' prefixDirk Wallenstein1-1/+1
2014-03-20fsck: use bitwise-or assignment operator to set flagHiroyuki Sano1-12/+6
2014-03-20Documentation/gitk: document the location of the configulation fileAstril Hayato1-2/+8
2014-03-19fsck.c:fsck_commit(): use skip_prefix() to verify and skip constantYuxuan Shui1-11/+13
2014-03-19t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncSebastian Schuberth1-3/+3
2014-03-19tests: use "env" to run commands with temporary env-var settingsDavid Tran12-152/+42
2014-03-19diff-no-index: replace manual "."/".." check with is_dot_or_dotdot()Brian Bourn1-1/+2
2014-03-19diff-no-index: rename read_directory()Brian Bourn1-3/+3
2014-03-19rebase: allow "-" short-hand for the previous branchBrian Gesiak2-0/+21
2014-03-18Update draft release notes to Git 2.0Junio C Hamano1-0/+11
2014-03-18Git 1.9.1v1.9.1Junio C Hamano4-3/+63
2014-03-18add: use struct argv_array in run_add_interactive()Fabian Ruch1-11/+10
2014-03-18test-lib.sh: do not "echo" caller-supplied stringsUwe Storbeck1-2/+2
2014-03-18run-command: mark run_hook_with_custom_index as deprecatedBenoit Pierre1-0/+1
2014-03-18merge hook tests: fix and update testsBenoit Pierre1-6/+21
2014-03-18merge: fix GIT_EDITOR override for commit hookBenoit Pierre1-1/+1
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre9-32/+80