summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2020-11-09Merge branch 'jk/committer-date-is-author-date-fix-simplify'Junio C Hamano
2020-11-09Merge branch 'ab/git-remote-exit-code'Junio C Hamano
2020-11-09Merge branch 'jk/checkout-index-errors'Junio C Hamano
2020-11-09Merge branch 'mr/bisect-in-c-3'Junio C Hamano
2020-11-02Merge branch 'mk/diff-ignore-regex'Junio C Hamano
2020-11-02Merge branch 'jk/fast-import-marks-cleanup'Junio C Hamano
2020-11-02Merge branch 'tk/credential-config'Junio C Hamano
2020-11-02Merge branch 'dl/diff-merge-base'Junio C Hamano
2020-11-02Merge branch 'bk/sob-dco'Junio C Hamano
2020-11-02Merge branch 'ds/maintenance-commit-graph-auto-fix'Junio C Hamano
2020-11-02Merge branch 'jk/fast-import-marks-alloc-fix'Junio C Hamano
2020-10-27Merge branch 'dl/checkout-guess'Junio C Hamano
2020-10-27Merge branch 'dl/checkout-p-merge-base'Junio C Hamano
2020-10-27Merge branch 'sb/clone-origin'Junio C Hamano
2020-10-27Merge branch 'sk/force-if-includes'Junio C Hamano
2020-10-27Merge branch 'ds/maintenance-part-2'Junio C Hamano
2020-10-27Merge branch 'rs/worktree-list-show-locked'Junio C Hamano
2020-10-27Merge branch 'rs/tighten-callers-of-deref-tag'Junio C Hamano
2020-10-27checkout-index: propagate errors to exit codeJeff King
2020-10-27checkout-index: drop error message from empty --stage=allJeff King
2020-10-27remote: add meaningful exit code on missing/existingÆvar Arnfjörð Bjarmason
2020-10-26Merge branch 'jk/committer-date-is-author-date-fix'Junio C Hamano
2020-10-26am, sequencer: stop parsing our own committer identJeff King
2020-10-23am: fix broken email with --committer-date-is-author-dateJeff King
2020-10-20merge-base, xdiff: zero out xpparam_t structuresMichał Kępień
2020-10-20Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn
2020-10-16credential: load default configThomas Koutcher
2020-10-16bisect--helper: retire `--bisect-autostart` subcommandPranit Bauva
2020-10-16bisect--helper: retire `--write-terms` subcommandPranit Bauva
2020-10-16bisect--helper: retire `--check-expected-revs` subcommandPranit Bauva
2020-10-16bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in CPranit Bauva
2020-10-16bisect--helper: retire `--next-all` subcommandPranit Bauva
2020-10-16bisect--helper: retire `--bisect-clean-state` subcommandPranit Bauva
2020-10-16bisect--helper: finish porting `bisect_start()` to CPranit Bauva
2020-10-16fast-import: remove duplicated option-parsing lineJeff King
2020-10-15fast-import: fix over-allocation of marks storageJeff King
2020-10-12blame: handle deref_tag() returning NULLRené Scharfe
2020-10-12grep: handle deref_tag() returning NULLRené Scharfe
2020-10-12worktree: teach `list` to annotate locked worktreeRafael Silva
2020-10-12maintenance: core.commitGraph=false prevents writesDerrick Stolee
2020-10-09Merge branch 'ja/misc-doc-fixes'Junio C Hamano
2020-10-09Merge branch 'jk/index-pack-hotfixes'Junio C Hamano
2020-10-08doc: fix the bnf like style of some commandsJean-Noël Avila
2020-10-08maintenance: test commit-graph auto conditionDerrick Stolee
2020-10-08checkout: learn to respect checkout.guessDenton Liu
2020-10-07index-pack: make get_base_data() comment clearerJonathan Tan
2020-10-07index-pack: drop type_cas mutexJeff King
2020-10-07index-pack: restore "resolving deltas" progress meterJeff King
2020-10-07builtin/checkout: fix `git checkout -p HEAD...` bugDenton Liu
2020-10-05Merge branch 'jk/format-auto-base-when-able'Junio C Hamano