summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2010-04-04whitespace: tests for git-diff --check with tab-in-indent error classChris Webb
2010-03-30Merge branch 'maint'Junio C Hamano
2010-03-30format-patch: Squelch 'fatal: Not a range." errorKevin Ballard
2010-03-29Merge branch 'cc/cherry-pick-ff'Junio C Hamano
2010-03-29Merge branch 'sb/notes-parse-opt'Junio C Hamano
2010-03-29rebase -i: make post-rewrite work for 'edit'Thomas Rast
2010-03-29Merge branch 'cp/add-u-pathspec' into maintJunio C Hamano
2010-03-29Merge branch 'maint'Junio C Hamano
2010-03-29t9350: fix careless use of "cd"Junio C Hamano
2010-03-28difftool: Fix '--gui' when diff.guitool is unconfiguredDavid Aguilar
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-24Merge branch 'jl/submodule-diff-dirtiness'Junio C Hamano
2010-03-24Merge branch 'pb/log-first-parent-p-m'Junio C Hamano
2010-03-24Merge branch 'jc/maint-refs-dangling'Junio C Hamano
2010-03-24Merge branch 'jc/color-attrs' into maintJunio C Hamano
2010-03-24Merge branch 'jk/maint-add-ignored-dir' into maintJunio C Hamano
2010-03-24Merge branch 'bg/apply-fix-blank-at-eof' into maintJunio C Hamano
2010-03-20Merge branch 'jk/maint-add-ignored-dir'Junio C Hamano
2010-03-20Merge branch 'jc/color-attrs'Junio C Hamano
2010-03-20Merge branch 'cc/reset-keep'Junio C Hamano
2010-03-20Merge branch 'bg/apply-fix-blank-at-eof'Junio C Hamano
2010-03-20Merge branch 'bw/union-merge-refactor'Junio C Hamano
2010-03-20Use test_expect_success for test setupsBrian Gernhardt
2010-03-16refs: ref entry with NULL sha1 is can be a dangling symrefJunio C Hamano
2010-03-15Merge branch 'sd/format-patch-to'Junio C Hamano
2010-03-15Merge branch 'tc/http-cleanup'Junio C Hamano
2010-03-15Merge branch 'ld/push-porcelain'Junio C Hamano
2010-03-15Merge branch 'jh/notes'Junio C Hamano
2010-03-14tests for "git add ignored-dir/file" without -fJunio C Hamano
2010-03-14t0050: mark non-working test as suchJunio C Hamano
2010-03-14git status: ignoring untracked files must apply to submodules tooJens Lehmann
2010-03-14Merge branch 'maint'Junio C Hamano
2010-03-14don't use default revision if a rev was specifiedDave Olszewski
2010-03-13t/Makefile: remove test artifacts upon "make clean"Junio C Hamano
2010-03-13blame: fix indent of line numbersRené Scharfe
2010-03-13Merge git://git.bogomips.org/git-svnJunio C Hamano
2010-03-13t9150,t9151: Add rewrite-root option to initTuomas Suutari
2010-03-13git status: Fix false positive "new commits" output for dirty submodulesJens Lehmann
2010-03-13Merge branch 'maint'Junio C Hamano
2010-03-13notes: rework subcommands and parse optionsStephen Boyd
2010-03-13commit --amend: copy notes to the new commitThomas Rast
2010-03-13rebase: support automatic notes copyingThomas Rast
2010-03-13notes: implement helpers needed for note copying during rewriteThomas Rast
2010-03-13notes: implement 'git notes copy --stdin'Thomas Rast
2010-03-13rebase -i: invoke post-rewrite hookThomas Rast
2010-03-13rebase: invoke post-rewrite hookThomas Rast
2010-03-13commit --amend: invoke post-rewrite hookThomas Rast
2010-03-13Support showing notes from more than one notes treeThomas Rast
2010-03-13test-lib: unset GIT_NOTES_REF to stop it from influencing testsThomas Rast
2010-03-12t5516: Use test_cmp when appropriateJunio C Hamano