summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-21Merge branch 'sm/show-superproject-while-conflicted' into maintJunio C Hamano
2018-11-21Merge branch 'en/status-multiple-renames-to-the-same-target-fix' into maintJunio C Hamano
2018-11-21Merge branch 'jn/mailmap-update' into maintJunio C Hamano
2018-11-21Merge branch 'ds/commit-graph-with-grafts' into maintJunio C Hamano
2018-11-21Merge branch 'tg/range-diff-corner-case-fix' into maintJunio C Hamano
2018-11-21Merge branch 'en/update-ref-no-deref-stdin' into maintJunio C Hamano
2018-11-21Merge branch 'ms/remote-error-message-update' into maintJunio C Hamano
2018-11-21Merge branch 'jt/lazy-object-fetch-fix' into maintJunio C Hamano
2018-11-21Merge branch 'en/sequencer-empty-edit-result-aborts' into maintJunio C Hamano
2018-11-21Merge branch 'nd/attr-pathspec-fix' into maintJunio C Hamano
2018-11-21Merge branch 'en/rerere-multi-stage-1-fix' into maintJunio C Hamano
2018-11-21Merge branch 'js/mingw-o-append' into maintJunio C Hamano
2018-11-21Merge branch 'jk/reopen-tempfile-truncate' into maintJunio C Hamano
2018-11-21Merge branch 'bp/mv-submodules-with-fsmonitor' into maintJunio C Hamano
2018-11-21Merge branch 'js/rebase-i-autosquash-fix' into maintJunio C Hamano
2018-11-21Merge branch 'jk/trailer-fixes' into maintJunio C Hamano
2018-10-31Adjust for 2.19.x seriesJunio C Hamano
2018-10-31cat-file: handle streaming failures consistentlyJeff King
2018-10-31check_stream_sha1(): handle input underflowJeff King
2018-10-31t1450: check large blob in trailing-garbage testJeff King
2018-10-30test-lib: introduce the '-V' short option for '--verbose-log'SZEDER Gábor
2018-10-29t3404-rebase-interactive: test abbreviated commandsJohannes Sixt
2018-10-26travis-ci: no longer use containersSebastian Staudt
2018-10-26path.c: char is not (always) signedTorsten Bögershausen
2018-10-26upload-pack: fix broken if/else chain in config callbackJeff King
2018-10-25howto/using-merge-subtree: mention --allow-unrelated-historiesUwe Kleine-König
2018-10-25repack -ad: prune the list of shallow commitsJohannes Schindelin
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin
2018-10-25repack: point out a bug handling stale shallow infoJohannes Schindelin
2018-10-25t0061: adjust to test-tool transitionJunio C Hamano
2018-10-25run-command: mark path lookup errors with ENOENTJeff King
2018-10-24fsck: s/++i > 1/i++/Junio C Hamano
2018-10-24cocci: simplify "if (++u > 1)" to "if (u++)"Junio C Hamano
2018-10-23exclude-promisor-objects: declare when option is allowedMatthew DeVore
2018-10-23Documentation/git-log.txt: do not show --exclude-promisor-objectsMatthew DeVore
2018-10-23doc: fix formatting in git-update-refAndreas Heiduk
2018-10-23doc: fix indentation of listing blocks in gitweb.conf.txtAndreas Heiduk
2018-10-23doc: fix descripion for 'git tag --format'Andreas Heiduk
2018-10-23doc: fix inappropriate monospace formattingAndreas Heiduk
2018-10-23doc: fix ASCII art tab spacingAndreas Heiduk
2018-10-23doc: clarify boundaries of 'git worktree list --porcelain'Andreas Heiduk
2018-10-22diff: don't attempt to strip prefix from absolute Windows pathsJohannes Sixt
2018-10-19receive: denyCurrentBranch=updateinstead should not blindly updateJunio C Hamano
2018-10-19pack-objects (mingw): initialize `packing_data` mutex in the correct spotJohannes Schindelin
2018-10-19pack-objects (mingw): demonstrate a segmentation fault with large deltasJohannes Schindelin
2018-10-19pack-objects: fix typo 'detla' -> 'delta'Johannes Schindelin
2018-10-18doc: fix small typo in git show-branchSaulius Gurklys
2018-10-18branch: trivial style fixTao Qingyun
2018-10-18builtin/branch.c: remove useless branch_getTao Qingyun
2018-10-12log: fix coloring of certain octopus merge shapesNoam Postavsky