summaryrefslogtreecommitdiffstats
path: root/test-mergesort.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-31Git 2.2.0-rc0v2.2.0-rc0Junio C Hamano2-1/+7
2014-10-31git-svn: use SVN::Ra::get_dir2 when possibleEric Wong1-1/+11
2014-10-30git-svn: add space after "W:" prefix in warningEric Wong1-4/+2
2014-10-30git-svn: (cleanup) remove editor param passingEric Wong1-6/+4
2014-10-29gitk: Remove boilerplate for configuration variablesMax Kirillov1-68/+20
2014-10-29gitk: Show detached HEAD if --all is specifiedMax Kirillov1-0/+2
2014-10-29gitk: Do not depend on Cygwin's "kill" command on WindowsSebastian Schuberth1-1/+1
2014-10-29git-svn: prepare SVN::Ra config pieces onceEric Wong1-27/+36
2014-10-29Git.pm: add specified name to tempfile templateEric Wong1-1/+4
2014-10-29Git 2.1.3v2.1.3Junio C Hamano4-3/+30
2014-10-29Update draft release notes to 2.2Junio C Hamano1-0/+17
2014-10-28api-run-command: add missing list item markerRené Scharfe1-1/+1
2014-10-28receive-pack: avoid minor leak in case start_async() failsRené Scharfe1-2/+2
2014-10-28difftool: add support for --trust-exit-codeDavid Aguilar4-0/+75
2014-10-28grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe4-9/+123
2014-10-28config.txt: pack.windowmemory limit applies per-threadRobert de Bath1-4/+5
2014-10-27t/lib-gpg: make gpghome files writableMichael J Gruber1-0/+1
2014-10-27Documentation: remove Asciidoctor linkgit macrobrian m. carlson1-39/+0
2014-10-27Documentation: refactor common operations into variablesbrian m. carlson1-11/+11
2014-10-27compat/bswap.h: detect endianness from XL C compiler macrosDavid Michael1-0/+4
2014-10-27Makefile: reorder linker flags in the git executable ruleDavid Michael1-2/+2
2014-10-27git-compat-util.h: support variadic macros with the XL C compilerDavid Michael1-1/+1
2014-10-27difftool--helper: exit when reading a prompt answer failsJohannes Sixt2-1/+10
2014-10-27git-svn: disable _rev_list memoizationEric Wong1-10/+0
2014-10-25git-svn: save a little memory as fetch progressesEric Wong1-1/+1
2014-10-25git-svn: remove unnecessary DESTROY overrideEric Wong1-4/+0
2014-10-25git-svn: reload RA every log-window-sizeEric Wong1-8/+13
2014-10-25git-svn.txt: advertise pushurl with dcommitSveinung Kvilhaugsvik1-0/+4
2014-10-25git-svn: remove mergeinfo rev cachingEric Wong1-21/+9
2014-10-25git-svn: cache only mergeinfo revisionsEric Wong1-14/+8
2014-10-25git-svn: reduce check_cherry_pick cache overheadEric Wong1-13/+15
2014-10-25git-svn: only look at the root path for svn:mergeinfoJakob Stoklund Olesen1-16/+13
2014-10-25git-svn: only look at the new parts of svn:mergeinfoJakob Stoklund Olesen1-12/+72
2014-10-25Update draft release notes to 2.2Junio C Hamano1-0/+11
2014-10-24push: heed user.signingkey for signed pushesMichael J Gruber2-1/+56
2014-10-21Update draft release notes to 2.2Junio C Hamano1-4/+17
2014-10-21mergetool: rename bc3 to bcJunio C Hamano4-27/+28
2014-10-21dir.c: remove the second declaration of "stk" in prep_exclude()Nguyễn Thái Ngọc Duy1-1/+1
2014-10-21.mailmap: add Stefan Bellers corporate mail addressStefan Beller1-0/+1
2014-10-21transport: free leaking head in transport_print_push_status()Stefan Beller1-0/+1
2014-10-20Update draft release notes to 2.2Junio C Hamano1-5/+17
2014-10-20Revert "archive: honor tar.umask even for pax headers"Junio C Hamano2-7/+2
2014-10-20core.filemode may need manual actionTorsten Bögershausen1-6/+19
2014-10-20doc: fix 'git status --help' character quotingPhilip Oakley1-2/+2
2014-10-20t1304: Set LOGNAME even if USER is unset or nullW. Trevor King1-1/+1
2014-10-20Handle atexit list internaly for unthreaded buildsEtienne Buira4-10/+47
2014-10-20drop add_object_array_with_modeJeff King2-7/+1
2014-10-20revision: remove definition of unused 'add_object' functionRamsay Jones2-15/+0
2014-10-20use env_array member of struct child_processRené Scharfe5-38/+25
2014-10-20run-command: add env_array, an optional argv_array for envRené Scharfe3-1/+13