summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-30Merge branch 'rs/no-null-ptr-arith-in-fast-export'Junio C Hamano
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-23Merge branch 'nd/pack-unreachable-objects-doc'Junio C Hamano
2018-05-23Merge branch 'em/status-rename-config'Junio C Hamano
2018-05-23Merge branch 'bc/format-patch-cover-no-attach'Junio C Hamano
2018-05-23Merge branch 'js/rebase-recreate-merge'Junio C Hamano
2018-05-23Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano
2018-05-23Merge branch 'tg/worktree-add-existing-branch'Junio C Hamano
2018-05-23Merge branch 'js/deprecate-grafts'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-23Merge branch 'bw/server-options'Junio C Hamano
2018-05-23Merge branch 'nd/repack-keep-pack'Junio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-23Merge branch 'nd/term-columns'Junio C Hamano
2018-05-22index-pack: check .gitmodules files with --strictJeff King
2018-05-22unpack-objects: call fsck_finish() after fscking objectsJeff King
2018-05-22fsck: call fsck_finish() after fscking objectsJeff King
2018-05-22fsck: actually fsck blob dataJeff King
2018-05-22index-pack: make fsck error message more specificJeff King
2018-05-22Merge branch 'jk/submodule-name-verify-fix' into jk/submodule-name-verify-fsckJeff King
2018-05-22verify_path: disallow symlinks in .gitmodulesJeff King
2018-05-22update-index: stat updated files earlierJeff King
2018-05-22submodule-config: verify submodule names as pathsJeff King
2018-05-13column: fix off-by-one default widthNguyễn Thái Ngọc Duy
2018-05-10fast-export: avoid NULL pointer arithmeticRené Scharfe
2018-05-10lock_file: move static locks into functionsMartin Ågren
2018-05-10lock_file: make function-local locks non-staticMartin Ågren
2018-05-08Merge branch 'js/colored-push-errors'Junio C Hamano
2018-05-08Merge branch 'jc/parseopt-expiry-errors'Junio C Hamano
2018-05-08Merge branch 'ma/fast-export-skip-merge-fix'Junio C Hamano
2018-05-08Merge branch 'nd/submodule-status-fix'Junio C Hamano
2018-05-08Merge branch 'hn/sort-ls-remote'Junio C Hamano
2018-05-08Merge branch 'tb/config-default'Junio C Hamano
2018-05-08Merge branch 'tb/config-type'Junio C Hamano
2018-05-08Merge branch 'sb/worktree-remove-opt-force'Junio C Hamano
2018-05-08Merge branch 'sb/object-store-replace'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-08Merge branch 'ot/libify-get-ref-atom-value'Junio C Hamano
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-05-06pack-objects: validation and documentation about unreachable optionsNguyễn Thái Ngọc Duy
2018-05-06wt-status: use settings from git_diff_ui_configEckhard S. Maaß
2018-05-02format-patch: make cover letters always text/plainbrian m. carlson
2018-04-30replace: introduce --convert-graft-fileJohannes Schindelin
2018-04-30replace: prepare create_graft() for converting graft files wholesaleJohannes Schindelin
2018-04-30replace: "libify" create_graft() and calleesJohannes Schindelin
2018-04-30worktree: teach "add" to check out existing branchesThomas Gummerer