summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Documentation: use 8-space tabs with AsciidoctorLibravatar brian m. carlson1-1/+1
2018-05-06Convert remaining die*(BUG) messagesLibravatar Johannes Schindelin4-5/+7
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin67-190/+190
2018-05-06run-command: use BUG() to report bugs, not die()Libravatar Johannes Schindelin1-13/+10
2018-05-06test-tool: help verifying BUG() code pathsLibravatar Johannes Schindelin2-0/+7
2018-05-06completion: fix misspelled config key aliasesfiletypeLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-05-06pack-objects: validation and documentation about unreachable optionsLibravatar Nguyễn Thái Ngọc Duy2-0/+15
2018-05-06doc: normalize [--options] to [options] in git-diffLibravatar Andreas Heiduk1-7/+7
2018-05-06doc: add note about shell quoting to revision.txtLibravatar Andreas Heiduk1-0/+6
2018-05-06git-svn: remove ''--add-author-from' for 'commit-diff'Libravatar Andreas Heiduk1-1/+1
2018-05-06doc: add '-d' and '-o' for 'git push'Libravatar Andreas Heiduk1-1/+2
2018-05-06doc: clarify ignore rules for git ls-filesLibravatar Andreas Heiduk1-1/+2
2018-05-06doc: align 'diff --no-index' in text and synopsisLibravatar Andreas Heiduk1-2/+2
2018-05-06doc: improve formatting in githooks.txtLibravatar Andreas Heiduk1-57/+58
2018-05-06rebase --rebase-merges: root commits can be cousins, tooLibravatar Johannes Schindelin2-1/+27
2018-05-06rebase --rebase-merges: a "merge" into a new root is a fast-forwardLibravatar Johannes Schindelin2-0/+25
2018-05-06sequencer: allow introducing new root commitsLibravatar Johannes Schindelin2-12/+62
2018-05-06rebase -i --root: let the sequencer handle even the initial partLibravatar Johannes Schindelin3-10/+19
2018-05-06sequencer: learn about the special "fake root commit" handlingLibravatar Johannes Schindelin2-3/+125
2018-05-06sequencer: extract helper to update active_cache_treeLibravatar Johannes Schindelin1-9/+18
2018-05-06{fetch,upload}-pack: support filter in protocol v2Libravatar Jonathan Tan4-5/+140
2018-05-06upload-pack: read config when serving protocol v2Libravatar Jonathan Tan2-0/+16
2018-05-06perf/bisect_run_script: disable codespeedLibravatar Christian Couder1-0/+6
2018-05-06wt-status: use settings from git_diff_ui_configLibravatar Eckhard S. Maaß3-5/+13
2018-05-06git-send-email: allow re-editing of messageLibravatar Drew DeVault1-7/+31
2018-05-04git: add -P as a short option for --no-pagerLibravatar Johannes Sixt2-3/+4
2018-05-04test-drop-caches: simplify delay loading of NtSetSystemInformationLibravatar Ben Peart1-12/+4
2018-05-02upload-pack: fix error message typoLibravatar Jonathan Tan2-1/+15
2018-05-02Merge branch 'bw/protocol-v2' into jt/partial-clone-proto-v2Libravatar Junio C Hamano44-368/+3318
2018-05-02doc: keep first level section header in upper caseLibravatar Nguyễn Thái Ngọc Duy38-96/+96
2018-05-02merge-one-file: compute empty blob object IDLibravatar brian m. carlson1-1/+1
2018-05-02add--interactive: compute the empty tree valueLibravatar brian m. carlson1-2/+9
2018-05-02Update shell scripts to compute empty tree object IDLibravatar brian m. carlson3-3/+7
2018-05-02sha1_file: only expose empty object constants through git_hash_algoLibravatar brian m. carlson2-18/+11
2018-05-02dir: use the_hash_algo for empty blob object IDLibravatar brian m. carlson1-1/+1
2018-05-02sequencer: use the_hash_algo for empty tree object IDLibravatar brian m. carlson1-1/+1
2018-05-02cache-tree: use is_empty_tree_oidLibravatar brian m. carlson1-1/+1
2018-05-02sha1_file: convert cached object code to struct object_idLibravatar brian m. carlson1-8/+8
2018-05-02builtin/reset: convert use of EMPTY_TREE_SHA1_BINLibravatar brian m. carlson1-1/+1
2018-05-02builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEXLibravatar brian m. carlson1-1/+1
2018-05-02wt-status: convert two uses of EMPTY_TREE_SHA1_HEXLibravatar brian m. carlson1-2/+2
2018-05-02submodule: convert several uses of EMPTY_TREE_SHA1_HEXLibravatar brian m. carlson1-3/+3
2018-05-02sequencer: convert one use of EMPTY_TREE_SHA1_HEXLibravatar brian m. carlson1-1/+1
2018-05-02merge: convert empty tree constant to the_hash_algoLibravatar brian m. carlson1-4/+1
2018-05-02builtin/merge: switch tree functions to use object_idLibravatar brian m. carlson1-7/+7
2018-05-02builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algoLibravatar brian m. carlson1-4/+4
2018-05-02sha1-file: add functions for hex empty tree and blob OIDsLibravatar brian m. carlson2-0/+15
2018-05-02builtin/receive-pack: avoid hard-coded constants for push certsLibravatar brian m. carlson1-3/+3
2018-05-02diff: specify abbreviation size in terms of the_hash_algoLibravatar brian m. carlson1-6/+12
2018-05-02upload-pack: replace use of several hard-coded constantsLibravatar brian m. carlson1-9/+9