summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-12completion: teach rebase to use __gitcomp_builtinDenton Liu1-15/+7
2019-09-12completion: add missing completions for log, diff, showMax Rothman1-4/+14
2019-09-12upload-pack: disable commit graph more gently for shallow traversalJeff King5-1/+60
2019-09-12commit-graph: bump DIE_ON_LOAD check to actual load-timeJeff King1-4/+4
2019-09-12list-objects: don't queue root trees unless revs->tree_objects is setJeff King1-1/+3
2019-09-12doc: minor formatting fixCameron Steffen1-1/+1
2019-09-12Quit passing 'now' to date codeStephen P. Smith3-34/+24
2019-09-12Merge branch 'py/revert-hunks-lines'Pratyush Yadav2-18/+135
2019-09-12Merge branch 'bp/widget-focus-hotkeys'Pratyush Yadav1-1/+31
2019-09-11git-gui: add hotkeys to set widget focusBirger Skogeng Pedersen1-1/+31
2019-09-09cache-tree: do not lazy-fetch tentative treeJonathan Tan2-1/+15
2019-09-09Second batchJunio C Hamano1-1/+56
2019-09-09Merge branch 'bc/reread-attributes-during-rebase'Junio C Hamano9-14/+174
2019-09-09Merge branch 'tg/t0021-racefix'Junio C Hamano1-0/+3
2019-09-09Merge branch 'mp/for-each-ref-missing-name-or-email'Junio C Hamano2-3/+22
2019-09-09Merge branch 'sb/userdiff-dts'Junio C Hamano14-0/+168
2019-09-09Merge branch 'rs/sort-oid-array-thread-safe'Junio C Hamano1-6/+3
2019-09-09Merge branch 'nd/diff-parseopt'Junio C Hamano1-9/+9
2019-09-09Merge branch 'jt/diff-lazy-fetch-submodule-fix'Junio C Hamano2-0/+32
2019-09-09Merge branch 'ds/midx-expire-repack'Junio C Hamano1-1/+1
2019-09-09Merge branch 'cb/fetch-set-upstream'Junio C Hamano4-1/+241
2019-09-09Merge branch 'rs/pax-extended-header-length-fix'Junio C Hamano2-4/+29
2019-09-09Merge branch 'bm/repository-layout-typofix'Junio C Hamano1-1/+1
2019-09-09Merge branch 'en/checkout-mismerge-fix'Junio C Hamano1-7/+0
2019-09-09Merge branch 'sg/diff-indent-heuristic-non-experimental'Junio C Hamano1-1/+1
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano26-115/+223
2019-09-09Merge branch 'jk/eoo'Junio C Hamano6-2/+37
2019-09-09Merge branch 'jk/repo-init-cleanup'Junio C Hamano3-6/+11
2019-09-09Merge branch 'py/git-gui-do-quit'Junio C Hamano1-2/+17
2019-09-09grep: skip UTF8 checks explicitlyCarlo Marcelo Arenas Belón2-1/+4
2019-09-09log-tree: call load_ref_decorations() in get_name_decoration()René Scharfe4-4/+2
2019-09-09log: test --decorate-refs-exclude with --simplify-by-decorationRené Scharfe1-0/+15
2019-09-09gitweb.conf.txt: switch pluses to backticks to help AsciidoctorMartin Ågren1-3/+3
2019-09-09git-merge-index.txt: wrap shell listing in "----"Martin Ågren1-11/+15
2019-09-09git-receive-pack.txt: wrap shell [script] listing in "----"Martin Ågren1-24/+28
2019-09-09git-ls-remote.txt: wrap shell listing in "----"Martin Ågren1-15/+17
2019-09-09Documentation: wrap config listings in "----"Martin Ågren4-68/+75
2019-09-09git-merge-base.txt: render indentations correctly under AsciidoctorMartin Ågren1-41/+57
2019-09-09Documentation: wrap blocks with "--"Martin Ågren2-10/+16
2019-09-09commit-graph: turn off save_commit_bufferJeff King1-0/+2
2019-09-09commit-graph: don't show progress percentages while expanding reachable commitsSZEDER Gábor1-1/+1
2019-09-09commit-graph.c: handle corrupt/missing treesTaylor Blau3-3/+9
2019-09-09commit-graph.c: handle commit parsing errorsTaylor Blau2-2/+4
2019-09-09t/t5318: introduce failing 'git commit-graph write' testsTaylor Blau1-0/+43
2019-09-07builtin/rebase.c: Remove pointless messageBen Wijen2-19/+1
2019-09-07builtin/rebase.c: make sure the active branch isn't moved when autostashingBen Wijen2-3/+14
2019-09-06t: use common $SQ variableDenton Liu11-60/+51
2019-09-06pack-objects: drop packlist index_pos optimizationJeff King5-34/+29
2019-09-06test-read-cache: drop namelen variableJeff King1-3/+2
2019-09-06diff-delta: set size out-parameter to 0 for NULL deltaJeff King1-0/+2