summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prio_queue_reverse: don't swap elements with themselvesjk/prio-queue-avoid-swap-with-selfJeff King2017-04-241-1/+1
* t5539: update a flaky testjk/stable-prio-queueJeff King2014-07-151-0/+1
* paint_down_to_common: use prio_queueJeff King2014-07-151-23/+19
* prio-queue: make output stable with respect to insertionJeff King2014-07-152-6/+17
* prio-queue: factor out compare and swap operationsJeff King2014-07-151-24/+25
* Merge branch 'maint'Junio C Hamano2014-07-101-0/+13
|\
| * Start preparing for 2.0.2Junio C Hamano2014-07-102-1/+14
| * Merge branch 'pb/trim-trailing-spaces' into maintJunio C Hamano2014-07-102-15/+44
| |\
| * \ Merge branch 'jk/repack-pack-keep-objects' into maintJunio C Hamano2014-07-102-7/+27
| |\ \
| * \ \ Merge branch 'mc/doc-submodule-sync-recurse' into maintJunio C Hamano2014-07-101-1/+1
| |\ \ \
* | | | | Seventh batch for 2.1Junio C Hamano2014-07-101-0/+22
* | | | | Merge branch 'dt/refs-check-refname-component-sse-fix'Junio C Hamano2014-07-102-5/+13
|\ \ \ \ \
| * | | | | refs: fix valgrind suppression filedt/refs-check-refname-component-sse-fixDavid Turner2014-07-081-4/+11
| * | | | | refs.c: handle REFNAME_REFSPEC_PATTERN at end of pageDavid Turner2014-07-071-1/+2
* | | | | | Merge branch 'rs/simplify-archive-tests'Junio C Hamano2014-07-102-16/+8
|\ \ \ \ \ \
| * | | | | | t5000, t5003: simplify commitrs/simplify-archive-testsRené Scharfe2014-07-072-16/+8
* | | | | | | Merge branch 'rs/fix-alt-odb-path-comparison'Junio C Hamano2014-07-101-1/+2
|\ \ \ \ \ \ \
| * | | | | | | sha1_file: avoid overrunning alternate object base stringrs/fix-alt-odb-path-comparisonRené Scharfe2014-07-011-1/+2
* | | | | | | | Merge branch 'rs/status-code-clean-up'Junio C Hamano2014-07-101-8/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | wt-status: simplify building of summary limit argumentrs/status-code-clean-upRené Scharfe2014-06-291-3/+1
| * | | | | | | | wt-status: use argv_array for environmentRené Scharfe2014-06-291-5/+4
* | | | | | | | | Merge branch 'kb/path-max-must-go'Junio C Hamano2014-07-103-39/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | symlinks: remove PATH_MAX limitationKarsten Blees2014-07-073-39/+36
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-1012-7/+162
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t7510: test verify-commitMichael J Gruber2014-06-231-1/+19
| * | | | | | | | | t7510: exit for loop with test resultMichael J Gruber2014-06-231-2/+2
| * | | | | | | | | verify-commit: scriptable commit signature verificationMichael J Gruber2014-06-236-0/+125
| * | | | | | | | | gpg-interface: provide access to the payloadMichael J Gruber2014-06-233-0/+4
| * | | | | | | | | gpg-interface: provide clear helper for struct signature_checkMichael J Gruber2014-06-234-6/+15
* | | | | | | | | | Merge branch 'jc/fix-clone-single-starting-at-a-tag'Junio C Hamano2014-07-101-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/clone.c: detect a clone starting at a tag correctlyjc/fix-clone-single-starting-at-a-tagJunio C Hamano2014-06-231-1/+1
* | | | | | | | | | | Sixth batch for 2.1Junio C Hamano2014-07-091-0/+18
* | | | | | | | | | | Merge branch 'sk/mingw-unicode-spawn-args'Junio C Hamano2014-07-091-23/+71
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Win32: Unicode arguments (incoming)sk/mingw-unicode-spawn-argsKarsten Blees2014-06-161-2/+40
| * | | | | | | | | | | Win32: Unicode arguments (outgoing)Karsten Blees2014-06-161-4/+14
| * | | | | | | | | | | MinGW: disable CRT command line globbingKarsten Blees2014-06-161-0/+6
| * | | | | | | | | | | Win32: fix potential multi-threading issueKarsten Blees2014-06-161-1/+1
| * | | | | | | | | | | Win32: simplify internal mingw_spawn* APIsKarsten Blees2014-06-161-15/+8
| * | | | | | | | | | | Win32: let mingw_execve() return an intJohannes Schindelin2014-06-161-2/+3
* | | | | | | | | | | | Merge branch 'sk/mingw-dirent'Junio C Hamano2014-07-093-67/+59
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Win32 dirent: improve dirent implementationsk/mingw-direntKarsten Blees2014-06-091-59/+54
| * | | | | | | | | | | | Win32 dirent: clarify #include directivesKarsten Blees2014-06-091-2/+1
| * | | | | | | | | | | | Win32 dirent: change FILENAME_MAX to MAX_PATHKarsten Blees2014-06-091-1/+1
| * | | | | | | | | | | | Win32 dirent: remove unused dirent.d_reclen memberKarsten Blees2014-06-091-4/+1
| * | | | | | | | | | | | Win32 dirent: remove unused dirent.d_ino memberKarsten Blees2014-06-092-1/+2
* | | | | | | | | | | | | Merge branch 'sk/mingw-uni-console'Junio C Hamano2014-07-093-123/+533
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Win32: reliably detect console pipe handlessk/mingw-uni-consoleKarsten Blees2014-06-161-18/+7
| * | | | | | | | | | | | Win32: fix broken pipe detectionKarsten Blees2014-06-102-46/+70
| * | | | | | | | | | | | Win32: Thread-safe windows console outputKarsten Blees2014-06-103-149/+273
| * | | | | | | | | | | | Win32: add Unicode conversion functionsKarsten Blees2014-06-102-0/+189