summaryrefslogtreecommitdiffstats
path: root/t/t3203-branch-output.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-02diff --stat: report mode-only changes for binary files like text filesZbigniew Jędrzejewski-Szmek2-22/+24
2012-05-01tests: check --[short]stat output after chmodZbigniew Jędrzejewski-Szmek1-0/+37
2012-05-01test: modernize style of t4006Zbigniew Jędrzejewski-Szmek1-16/+14
2012-04-30The seventh batch of topics graduated to 'master'Junio C Hamano1-0/+16
2012-04-30config: expand tildes in include.path variableJeff King3-1/+18
2012-04-27The sixth batch of topics graduated to 'master'Junio C Hamano1-0/+24
2012-04-27t5570: fix forwarding of git-daemon messages via catJohannes Sixt1-11/+11
2012-04-27git-svn: use platform specific auth providersMatthijs Kooijman1-2/+18
2012-04-26gitweb: Option to not display information about ownerKacper Kornet2-6/+18
2012-04-26Update draft release notes to 1.7.11Junio C Hamano1-53/+11
2012-04-26Start preparing for 1.7.10.1Junio C Hamano2-1/+51
2012-04-26Git 1.7.9.7v1.7.9.7Junio C Hamano3-2/+16
2012-04-26Git 1.7.8.6v1.7.8.6Junio C Hamano4-3/+27
2012-04-26Git 1.7.7.7v1.7.7.7Junio C Hamano4-3/+18
2012-04-26diff --no-index: use strbuf for temporary pathnamesJunio C Hamano1-23/+17
2012-04-26bundle: remove stray single-quote from error messageJonathan Nieder1-1/+1
2012-04-26config: reject bogus section names for --rename-sectionJeff King2-1/+31
2012-04-26gitweb: Option to omit column with time of the last changeKacper Kornet2-5/+15
2012-04-26gitweb: Don't set owner if got empty value from projects.listKacper Kornet1-2/+4
2012-04-25commit: remove commit_list_reverse()René Scharfe2-16/+0
2012-04-25revision: append to list instead of insert and reverseRené Scharfe1-2/+2
2012-04-25sequencer: export commit_list_append()René Scharfe3-27/+29
2012-04-25git p4: fix unit testsLuke Diamand1-1/+1
2012-04-25git-rebase: add keep_empty flagNeil Horman4-8/+55
2012-04-24git-remote-testgit: fix race when spawning fast-importPete Wyckoff2-0/+20
2012-04-24git-cherry-pick: Add test to validate new optionsNeil Horman1-1/+24
2012-04-24git-cherry-pick: Add keep-redundant-commits optionNeil Horman4-13/+102
2012-04-24The fifth batch of topics graduated to 'master'Junio C Hamano1-0/+26
2012-04-24git p4: move verbose to base classLuke Diamand2-28/+14
2012-04-24git p4: Ignore P4EDITOR if it is emptyLuke Diamand1-1/+1
2012-04-24git p4: Squash P4EDITOR in test harnessLuke Diamand1-0/+1
2012-04-24git p4: fix-up "import/export of labels to/from p4"Luke Diamand3-25/+23
2012-04-24git-svn: drop redundant blocking of SIGPIPERoman Kagan1-1/+1
2012-04-24git-svn: ignore SIGPIPERoman Kagan1-0/+5
2012-04-24git-svn: use POSIX::sigprocmask to block signalsRoman Kagan1-6/+9
2012-04-23RelNotes: the fourth batch of topics graduated to 'master'Junio C Hamano1-0/+27
2012-04-22completion: fix completion after 'git --option <TAB>'SZEDER Gábor2-1/+19
2012-04-22completion: avoid trailing space for --exec-pathJonathan Nieder2-1/+7
2012-04-22completion: add missing general optionsFelipe Contreras2-0/+18
2012-04-22completion: simplify by using $prevFelipe Contreras1-2/+2
2012-04-22completion: simplify __gitcomp_1Felipe Contreras1-6/+6
2012-04-22tests: add tests for the __gitcomp() completion helper functionSZEDER Gábor1-0/+85
2012-04-22revert: add missing va_endChristian Couder1-0/+1
2012-04-21RelNotes: the third batchJunio C Hamano1-1/+27
2012-04-20t9300-fast-import: avoid 'exit' in test_expect_success snippetsJohannes Sixt1-34/+54
2012-04-19sequencer: remove additional blank lineRalf Thielow1-1/+1
2012-04-19t9400: fix gnuism in grepJunio C Hamano1-2/+2
2012-04-19fmt-merge-msg: discard needless merge parentsJunio C Hamano2-10/+149
2012-04-19gc: use argv-array for sub-commandsJeff King1-45/+33
2012-04-19argv-array: add a new "pushl" methodJeff King3-0/+17