summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-16t/t1304: make a second colon optional in the mask ACL checkLibravatar Brandon Casey1-1/+1
2010-03-16t/t1304: set the ACL effective rights maskLibravatar Brandon Casey1-0/+1
2010-03-16t/t1304: use 'test -r' to test readability rather than looking at mode bitsLibravatar Brandon Casey1-14/+1
2010-03-16t/t1304: set the Default ACL base entriesLibravatar Brandon Casey1-0/+1
2010-03-16t/t1304: avoid -d option to setfaclLibravatar Brandon Casey1-2/+2
2010-03-15refs: ref entry with NULL sha1 is can be a dangling symrefLibravatar Junio C Hamano2-7/+10
2010-03-15grep: enable threading for context line printingLibravatar René Scharfe2-14/+18
2010-03-15Documentation/git-read-tree: clarify 2-tree mergeLibravatar Michael J Gruber1-13/+15
2010-03-15Documentation/git-read-tree: fix table layoutLibravatar Michael J Gruber1-10/+10
2010-03-15Merge branch 'sd/format-patch-to'Libravatar Junio C Hamano5-46/+197
2010-03-15Merge branch 'tc/http-cleanup'Libravatar Junio C Hamano8-39/+66
2010-03-15Merge branch 'tc/transport-verbosity'Libravatar Junio C Hamano12-41/+92
2010-03-15Merge branch 'ld/push-porcelain'Libravatar Junio C Hamano5-9/+67
2010-03-15Merge branch 'jh/notes'Libravatar Junio C Hamano14-196/+2167
2010-03-14rebase--interactive: don't require what's rebased to be a branchLibravatar Dave Olszewski2-2/+9
2010-03-14git-send-email.perl - try to give real name of the calling host to HELO/EHLOLibravatar Jari Aalto1-1/+67
2010-03-14git-send-email.perl: add option --smtp-debugLibravatar Jari Aalto1-2/+7
2010-03-14git-send-email.perl: improve error message in send_message()Libravatar Jari Aalto1-1/+4
2010-03-13tests for "git add ignored-dir/file" without -fLibravatar Junio C Hamano1-0/+79
2010-03-13dir: fix COLLECT_IGNORED on excluded prefixesLibravatar Jeff King1-2/+18
2010-03-13t0050: mark non-working test as suchLibravatar Junio C Hamano1-2/+6
2010-03-13git status: ignoring untracked files must apply to submodules tooLibravatar Jens Lehmann6-4/+17
2010-03-13Merge branch 'maint'Libravatar Junio C Hamano6-14/+47
2010-03-13don't use default revision if a rev was specifiedLibravatar Dave Olszewski2-2/+13
2010-03-13for_each_recent_reflog_ent(): use strbuf, fix offset handlingLibravatar René Scharfe1-10/+12
2010-03-13t/Makefile: remove test artifacts upon "make clean"Libravatar Junio C Hamano1-0/+2
2010-03-13blame: fix indent of line numbersLibravatar René Scharfe2-2/+20
2010-03-13Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano3-2/+4
2010-03-13t9150,t9151: Add rewrite-root option to initLibravatar Tuomas Suutari2-0/+2
2010-03-13git-svn: Fix merge detecting with rewrite-rootLibravatar Tuomas Suutari1-2/+2
2010-03-12git status: Fix false positive "new commits" output for dirty submodulesLibravatar Jens Lehmann3-9/+88
2010-03-12Refactor dirty submodule detection in diff-lib.cLibravatar Jens Lehmann2-18/+33
2010-03-12Merge branch 'maint'Libravatar Junio C Hamano1-12/+12
2010-03-12notes: rework subcommands and parse optionsLibravatar Stephen Boyd2-166/+394
2010-03-12git-notes(1): add a section about the meaning of historyLibravatar Thomas Rast1-0/+14
2010-03-12notes: track whether notes_trees were changed at allLibravatar Thomas Rast3-0/+6
2010-03-12notes: add shorthand --ref to override GIT_NOTES_REFLibravatar Thomas Rast2-0/+21
2010-03-12commit --amend: copy notes to the new commitLibravatar Thomas Rast2-0/+18
2010-03-12rebase: support automatic notes copyingLibravatar Thomas Rast5-1/+50
2010-03-12notes: implement helpers needed for note copying during rewriteLibravatar Thomas Rast8-8/+385
2010-03-12notes: implement 'git notes copy --stdin'Libravatar Thomas Rast5-2/+127
2010-03-12rebase -i: invoke post-rewrite hookLibravatar Thomas Rast2-1/+146
2010-03-12rebase: invoke post-rewrite hookLibravatar Thomas Rast3-0/+45
2010-03-12commit --amend: invoke post-rewrite hookLibravatar Thomas Rast3-1/+92
2010-03-12Documentation: document post-rewrite hookLibravatar Thomas Rast1-0/+34
2010-03-12Support showing notes from more than one notes treeLibravatar Thomas Rast14-30/+437
2010-03-12test-lib: unset GIT_NOTES_REF to stop it from influencing testsLibravatar Thomas Rast1-0/+1
2010-03-11t5516: Use test_cmp when appropriateLibravatar Junio C Hamano1-3/+3
2010-03-11t9400: Use test_cmp when appropriateLibravatar Junio C Hamano1-12/+12
2010-03-10Merge branch 'sd/init-template'Libravatar Junio C Hamano6-12/+67