summaryrefslogtreecommitdiffstats
path: root/vcs-svn/svndump.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-11compat/nedmalloc: don't force NDEBUG on the rest of gitRené Scharfe1-1/+6
2010-09-10Git 1.7.3 rc1v1.7.3-rc1Junio C Hamano1-1/+1
2010-09-10Prepare for 1.7.3 rc1Junio C Hamano1-2/+10
2010-09-10config.txt: fix placement of diff.noprefixMark Lodato1-2/+3
2010-09-10t/t4018: avoid two unnecessary sub-shell invocationsBrandon Casey1-4/+4
2010-09-10t/t4018: test whether the word_regex patterns compileBrandon Casey1-0/+5
2010-09-10xdiff-interface.c: always trim trailing space from xfuncname matchesBrandon Casey1-3/+2
2010-09-10diff.c: call regfree to free memory allocated by regcomp when necessaryBrandon Casey1-1/+4
2010-09-10t/t5510-fetch.sh: improve testing with explicit URL and merge specBrandon Casey1-2/+28
2010-09-10builtin/fetch.c: comment that branch->remote_name is usable when has_mergeBrandon Casey1-0/+3
2010-09-10Makefile: use compat regex on IRIX 6.5Brandon Casey1-0/+2
2010-09-10t/t7008: workaround broken handling of \000 by printf on IRIXBrandon Casey1-7/+7
2010-09-10Add --src/dst-prefix to git-formt-patch in git-rebase.shOded Shimon1-0/+1
2010-09-10install-webdoc: keep installed RelNotes-*.txtJunio C Hamano1-1/+1
2010-09-10t1020: Get rid of 'cd "$HERE"' at the start of each testJens Lehmann1-41/+50
2010-09-10t2016 (checkout -p): add missing &&Jonathan Nieder1-1/+1
2010-09-10t1302 (core.repositoryversion): style tweaksJonathan Nieder1-24/+40
2010-09-10t2105 (gitfile): add missing &&Jonathan Nieder1-1/+1
2010-09-10t1450 (fsck): remove dangling objectsJonathan Nieder1-58/+82
2010-09-10tests: subshell indentation stylefixJonathan Nieder22-192/+260
2010-09-08fast-export: ensure that a renamed file is printed after all referencesJohannes Sixt1-1/+9
2010-09-07Documentation: move RelNotes into a directory of their ownNicolas Pitre111-107/+107
2010-09-07revert: Fix trivial comment style issueElijah Newren1-1/+0
2010-09-07cache_tree_free: Fix small memory leakElijah Newren1-1/+3
2010-09-07builtin/clean.c: Use STRING_LIST_INIT_NODUP.Thiago Farina1-1/+1
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann32-260/+256
2010-09-06t3404 & t7508: cd inside subshell instead of aroundJens Lehmann2-4/+4
2010-09-06tag.c: whitespace breakages fixJunio C Hamano1-9/+9
2010-09-06Fix whitespace issue in object.cJared Hance1-4/+4
2010-09-06t5505: add missing &&Jens Lehmann1-1/+1
2010-09-04parse_object: pass on the original sha1, not the replaced oneNguyễn Thái Ngọc Duy2-2/+2
2010-09-03RE: [PATCH] Avoid rename/add conflict when contents are identicalSchalk, Ken2-0/+41
2010-09-03Git 1.7.2.3v1.7.2.3Junio C Hamano3-9/+3
2010-09-03builtin/merge_recursive.c: Add an usage string and make use of it.Thiago Farina1-1/+4
2010-09-03t7406 & t7407: add missing && at end of linesJens Lehmann2-3/+3
2010-09-03t7405: cd inside subshell instead of aroundJens Lehmann1-11/+6
2010-09-03t7609-merge-co-error-msgs: test non-fast forward case too.Matthieu Moy1-2/+10
2010-09-03Move "show_all_errors = 1" to setup_unpack_trees_porcelain()Matthieu Moy4-9/+3
2010-09-03setup_unpack_trees_porcelain: take the whole options struct as parameterMatthieu Moy5-5/+8
2010-09-03Move set_porcelain_error_msgs to unpack-trees.c and rename itMatthieu Moy6-54/+54
2010-09-02Prepare for 1.7.3Junio C Hamano2-1/+74
2010-09-02Prepare for 1.7.2.3Junio C Hamano2-1/+47
2010-09-01install-webdoc: filter timestamp-only changes correctlyJunio C Hamano1-1/+1
2010-09-01builtin.h: Move two functions definitions to help.h.Thiago Farina3-11/+13
2010-08-31tests: factor HOME=$(pwd) in test-lib.shMatthieu Moy5-13/+3
2010-08-31test-lib: use subshell instead of cd $new && .. && cd $oldÆvar Arnfjörð Bjarmason1-6/+6
2010-08-31tests: simplify "missing PREREQ" messageJonathan Nieder1-1/+7
2010-08-31t/t0000-basic.sh: Run the passing TODO test inside its own test-libÆvar Arnfjörð Bjarmason1-0/+31
2010-08-31test-lib: Allow overriding of TEST_DIRECTORYÆvar Arnfjörð Bjarmason1-1/+7
2010-08-31test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../Ævar Arnfjörð Bjarmason1-14/+15