Merge branch 'nd/checkout-noisy-unmerge'
[gitweb.git] / builtin /
2019-01-18 Merge branch 'mm/multimail-1.5'
2019-01-18 Merge branch 'tg/t5570-drop-racy-test'
2019-01-18 Merge branch 'jk/dev-build-format-security'
2019-01-18 Merge branch 'so/cherry-pick-always-allow-m1'
2019-01-18 Merge branch 'nd/worktree-remove-with-uninitialized...
2019-01-18 Merge branch 'sg/test-bash-version-fix'
2019-01-18 Merge branch 'rb/hpe'
2019-01-18 Merge branch 'ed/simplify-setup-git-dir'
2019-01-18 Merge branch 'cy/zsh-completion-SP-in-path'
2019-01-18 Merge branch 'cy/completion-typofix'
2019-01-18 Merge branch 'ew/ban-strncat'
2019-01-18 Merge branch 'ds/commit-graph-assert-missing-parents'
2019-01-18 Merge branch 'es/doc-worktree-guessremote-config'
2019-01-18 Merge branch 'sb/submodule-unset-core-worktree-when...
2019-01-18 Merge branch 'ma/asciidoctor'
2019-01-18 Merge branch 'jn/stripspace-wo-repository'
2019-01-18 Merge branch 'sb/submodule-fetchjobs-default-to-one'
2019-01-18 Merge branch 'la/quiltimport-keep-non-patch'
2019-01-18 Merge branch 'nd/style-opening-brace'
2019-01-18 Merge branch 'ds/gc-doc-typofix'
2019-01-18 Add 'human' date format
2019-01-18 built-in rebase: call `git am` directly
2019-01-18 rebase: teach `reset_head()` to optionally skip the...
2019-01-18 rebase: avoid double reflog entry when switching branches
2019-01-18 rebase: move `reset_head()` into a better spot
2019-01-17 pack-objects: create GIT_TEST_PACK_SPARSE
2019-01-17 pack-objects: create pack.useSparse setting
2019-01-17 list-objects: consume sparse tree walk
2019-01-17 add: use separate ADD_CACHE_RENORMALIZE flag
2019-01-15 filter-options: expand scaled numbers
2019-01-15 Merge branch 'nd/the-index' into md/list-objects-filter...
2019-01-15 add --edit: truncate the patch file
2019-01-15 tree-walk: store object_id in a separate member
2019-01-14 Merge branch 'do/gitweb-strict-export-conf-doc'
2019-01-14 Merge branch 'nd/indentation-fix'
2019-01-14 Merge branch 'en/directory-renames-nothanks-doc-update'
2019-01-14 Merge branch 'bw/mailmap'
2019-01-14 Merge branch 'fd/gitweb-snapshot-conf-doc-fix'
2019-01-14 Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'
2019-01-14 Merge branch 'km/rebase-doc-typofix'
2019-01-14 Merge branch 'md/exclude-promisor-objects-fix-cleanup'
2019-01-14 Merge branch 'tb/log-G-binary'
2019-01-14 Merge branch 'sb/diff-color-moved-config-option-fixup'
2019-01-14 Merge branch 'hn/highlight-sideband-keywords'
2019-01-14 Merge branch 'cb/test-lint-cp-a'
2019-01-14 Merge branch 'cb/t5004-empty-tar-archive-fix'
2019-01-14 Merge branch 'cb/openbsd-allows-reading-directory'
2019-01-14 Merge branch 'hb/t0061-dot-in-path-fix'
2019-01-14 Merge branch 'nd/checkout-noisy'
2019-01-14 Merge branch 'ab/commit-graph-progress-fix'
2019-01-14 Merge branch 'nd/attr-pathspec-in-tree-walk'
2019-01-14 Merge branch 'md/list-lazy-objects-fix'
2019-01-14 read-cache.c: remove the_* from index_has_changes()
2019-01-14 merge-recursive.c: remove implicit dependency on the_index
2019-01-14 sha1-name.c: remove implicit dependency on the_index
2019-01-14 read-cache.c: replace update_index_if_able with repo_&
2019-01-14 read-cache.c: kill read_index()
2019-01-14 checkout: avoid the_index when possible
2019-01-14 notes-utils.c: remove the_repository references
2019-01-14 grep: use grep_opt->repo instead of explict repo argument
2019-01-14 Merge branch 'ms/packet-err-check' into jt/fetch-v2...
2019-01-14 fetch: fix extensions.partialclone name in error message
2019-01-12 merge-recursive: copy $GITHEAD strings
2019-01-12 init: make a copy of $GIT_DIR string
2019-01-12 config: make a copy of $GIT_CONFIG string
2019-01-12 commit: copy saved getenv() result
2019-01-11 log: add %S option (like --source) to log --format
2019-01-11 gc/repack: release packs when needed
2019-01-10 fetch-pack: support protocol version 2
2019-01-08 convert has_sha1_file() callers to has_object_file()
2019-01-08 update comment references to sha1_object_info()
2019-01-07 rebase: implement --merge via the interactive machinery
2019-01-07 worktree: allow to (re)move worktrees with uninitialize...
2019-01-04 Merge branch 'mk/http-backend-kill-children-before...
2019-01-04 Merge branch 'sd/stash-wo-user-name'
2019-01-04 Merge branch 'sg/clone-initial-fetch-configuration'
2019-01-04 Merge branch 'nd/checkout-dwim-fix'
2019-01-04 Merge branch 'ab/push-dwim-dst'
2019-01-04 Merge branch 'en/fast-export-import'
2019-01-04 Merge branch 'nd/the-index'
2019-01-04 Merge branch 'jk/loose-object-cache'
2019-01-04 Merge branch 'fc/http-version'
2019-01-04 Merge branch 'en/merge-path-collision'
2019-01-04 Merge branch 'nd/i18n'
2019-01-03 Merge branch 'sg/test-bash-version-fix'
2019-01-02 rebase: run post-checkout hook on checkout
2019-01-02 pack-protocol.txt: accept error packets in any context
2019-01-02 Use packet_reader instead of packet_read_line
2019-01-02 bisect--helper: `bisect_start` shell function partially...
2019-01-02 bisect--helper: `get_terms` & `bisect_terms` shell...
2019-01-02 bisect--helper: `bisect_next_check` shell function...
2019-01-02 bisect--helper: `check_and_set_terms` shell function...
2019-01-02 wrapper: move is_empty_file() and rename it as is_empty...
2019-01-02 bisect--helper: `bisect_write` shell function in C
2019-01-02 bisect--helper: `bisect_reset` shell function in C
2018-12-28 git-rebase, sequencer: extend --quiet option for the...
2018-12-28 am, rebase--merge: do not overlook --skip'ed commits...
2018-12-28 rebase: fix incompatible options error message
2018-12-28 rebase: make builtin and legacy script error messages...
2018-12-28 Merge branch 'sb/more-repo-in-api' into md/list-objects...
next