summaryrefslogtreecommitdiffstats
path: root/test-dump-cache-tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-24git-remote-testgit: fix race when spawning fast-importPete Wyckoff2-0/+20
2012-04-24The fifth batch of topics graduated to 'master'Junio C Hamano1-0/+26
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
2012-04-19argv-array: refactor empty_argv initializationJeff King2-3/+2
2012-04-18git-sh-setup.sh: Add an pwd() function for MinGWRamsay Jones1-0/+4
2012-04-18git-submodule.sh: Don't use $path variable in eval_gettext stringRamsay Jones1-79/+82
2012-04-18compat/mingw.h: Set S_ISUID to prevent a fast-import test failureRamsay Jones1-3/+4
2012-04-18builtin/merge.c: reduce parents earlyJunio C Hamano4-28/+43
2012-04-18builtin/merge.c: collect other parents earlyJunio C Hamano1-13/+27
2012-04-18builtin/merge.c: remove "remoteheads" global variableJunio C Hamano1-23/+28
2012-04-18merge tests: octopus with redundant parentsMichał Kiedrowicz3-7/+39
2012-04-17mergesort: rename it to llist_mergesort()Junio C Hamano4-11/+19
2012-04-17Do not use SHELL_PATH from build system in prepare_shell_cmd on WindowsJohannes Sixt1-0/+4
2012-04-17fetch: describe new refs based on where it came fromMarc Branchaud2-3/+41
2012-04-17fetch: Give remote_ref to update_local_ref() as wellMarc Branchaud1-1/+2