summaryrefslogtreecommitdiffstats
path: root/t/annotate-tests.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-17git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin1-1/+2
2008-07-17rebase-i: keep old parents when preserving mergesStephan Beyer1-0/+2
2008-07-16t7600-merge: Use test_expect_failure to test option parsingJohannes Sixt1-30/+6
2008-07-16Fix buffer overflow in prepare_attr_stackDmitry Potapov1-6/+9
2008-07-16Fix buffer overflow in git diffDmitry Potapov5-25/+34
2008-07-16Fix buffer overflow in git-grepDmitry Potapov1-12/+15
2008-07-16t/Makefile: use specified shell when running aggregation scriptSungHyun Nam1-1/+1
2008-07-16git-cvsserver: fix call to nonexistant cleanupWorkDir()Lars Noschinski1-1/+1
2008-07-16parse-options.c: make check_typos() staticNanako Shiraishi1-1/+1
2008-07-16builtin-describe.c: make a global variable "pattern" staticNanako Shiraishi1-1/+1
2008-07-16cache-tree.c: make cache_tree_find() staticNanako Shiraishi2-3/+1
2008-07-16Documentation/git-cherry-pick.txt et al.: Fix misleading -n descriptionPetr Baudis2-13/+13
2008-07-16t/aggregate-results: whitespace fixJunio C Hamano1-5/+5
2008-07-16t/lib-git-svn: fix SVN_HTTPD tests to work with "trash directory"Eric Wong1-1/+1
2008-07-16Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin15-66/+66
2008-07-16Do not try to detect move/copy for entries below threshold.Alexander Gavrilov1-5/+11
2008-07-16Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov1-2/+19
2008-07-15Update draft release notes to 1.6.0Junio C Hamano1-1/+17
2008-07-15shortlog: support --pretty=format: optionJohannes Schindelin2-0/+12
2008-07-15Make git-add -i accept ranges like 7-Ciaran McCreesh2-5/+6
2008-07-15t9600: allow testing with cvsps 2.2, including beta versionsPavel Roskin1-2/+2
2008-07-15archive: remove extra arguments parsing codeRené Scharfe3-31/+17
2008-07-15archive: unify file attribute handlingRené Scharfe2-43/+23
2008-07-15archive: centralize archive entry writingRené Scharfe4-154/+133
2008-07-15archive: add baselen member to struct archiver_argsRené Scharfe4-10/+8
2008-07-15add context pointer to read_tree_recursive()René Scharfe8-26/+28
2008-07-15archive: remove args member from struct archiverRené Scharfe3-39/+28
2008-07-15index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce1-2/+46
2008-07-15index-pack: Track the object_entry that creates each base_dataShawn O. Pearce1-6/+12
2008-07-15index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce1-3/+31
2008-07-15index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce1-27/+33
2008-07-15bash completion: Remove dashed command completion supportShawn O. Pearce1-54/+0
2008-07-15restore legacy behavior for read_sha1_file()Nicolas Pitre3-4/+89
2008-07-15bash: Add long option completion for 'git send-email'Teemu Likonen1-0/+20
2008-07-15git-submodule - register submodule URL if adding in placeMark Levedahl1-0/+10
2008-07-15git-submodule - make "submodule add" more strict, and document itMark Levedahl3-45/+48
2008-07-15git-svn: typofixFrederik Schwarzer1-1/+1
2008-07-15git-svn: find-rev and rebase for SVN::Mirror repositoriesJoão Abecasis2-4/+44
2008-07-15tutorial: clarify "pull" is "fetch + merge"Junio C Hamano1-1/+27
2008-07-15tutorial: use prompt with user names in example, to clarify who is doing whatIan Katz1-13/+13
2008-07-15bash completion: Resolve git show ref:path<tab> losing ref: portionShawn O. Pearce1-2/+25
2008-07-14git-rebase: report checkout failureJunio C Hamano1-3/+1
2008-07-14reduce_heads(): protect from duplicate inputJunio C Hamano2-2/+31
2008-07-14Update draft release notes for 1.6.0Junio C Hamano1-1/+38
2008-07-14bash completion: Append space after file names have been completedShawn O. Pearce1-1/+9
2008-07-14git-mailinfo: Fix getting the subject from the in-body [PATCH] lineLukas Sandström7-2/+104
2008-07-14bash completion: Don't offer "a.." as a completion for "a."Shawn O. Pearce1-3/+0
2008-07-14git-request-pull: replace call to deprecated peek-remoteRamsay Jones1-1/+1
2008-07-14Make rebase--interactive use OPTIONS_SPECStephan Beyer1-26/+51
2008-07-14t3404: test two "preserve merges with -p" casesStephan Beyer1-5/+21