summaryrefslogtreecommitdiffstats
path: root/test-dump-cache-tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-27wt-status.c: don't leak directory entries when processing untracked,ignoredBrandon Casey1-10/+6
2010-09-27t6050 (replace): fix bogus "fetch branch with replacement" testChristian Couder1-3/+10
2010-09-27Documentation: Refer to git-commit-tree in git-filter-branch helpWesley J. Landaker1-1/+1
2010-09-27update comment and documentation for :/foo syntaxMatthieu Moy2-1/+4
2010-09-27Improvements to `git checkout -h`Daniel Knittl-Frank1-6/+6
2010-09-27contrib/completion: --no-index option to git diffMichael J Gruber1-1/+1
2010-09-27prefer test -h over test -L in shell scriptsJeff King3-5/+5
2010-09-27CodingGuidelines: spell Arithmetic Expansion with $(($var))Junio C Hamano1-0/+4
2010-09-27t1503: Fix arithmetic expansion syntax error when using dashRamsay Jones1-2/+2
2010-09-27strbuf.h: fix comment typoPat Notz1-1/+1
2010-09-27git-stash: fix flag parsingBrian Gernhardt2-8/+15
2010-09-27t/t3903-stash: improve testing of git-stash showBrandon Casey1-4/+58
2010-09-18Git 1.7.3v1.7.3Junio C Hamano3-14/+8
2010-09-17git-rebase--interactive.sh: replace cut with ${v%% *}Chris Johnsen1-1/+1
2010-09-17t/t7300: workaround ancient touch by rearranging argumentsBrandon Casey1-1/+1
2010-09-16ls-files documentation: reword for consistencyJunio C Hamano1-4/+4
2010-09-16git-ls-files.txt: clarify -x/--exclude optionJay Soffian1-2/+3
2010-09-15Git 1.7.3 rc2v1.7.3-rc2Junio C Hamano2-3/+9
2010-09-14git-gui 0.13gitgui-0.13.0Pat Thoyts1-1/+1
2010-09-13git-gui: avoid mis-encoding the copyright message on Windows.Pat Thoyts1-2/+2
2010-09-13git-gui: Update Swedish translation (521t).Peter Krefting1-399/+403
2010-09-13t7003: Use test_commit instead of custom functionBrian Gernhardt1-38/+41
2010-09-12ls-tree $di $dir: do not mistakenly recurse into directoriesJunio C Hamano2-0/+11
2010-09-12t3101: modernise styleJunio C Hamano1-62/+64
2010-09-12vcs-svn: Fix some printf format compiler warningsRamsay Jones3-5/+10
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