git
2015-08-19  Junio C HamanoMerge branch 'tb/complete-rebase-i-edit-todo'
2015-08-19  Junio C HamanoMerge branch 'jk/git-path'
2015-08-19  Junio C HamanoMerge branch 'jc/finalize-temp-file'
2015-08-19  Junio C HamanoMerge branch 'ps/guess-repo-name-at-root'
2015-08-19  Junio C HamanoMerge branch 'jk/guess-repo-name-regression-fix'
2015-08-19  Junio C HamanoMerge branch 'jk/negative-hiderefs'
2015-08-19  Junio C HamanoMerge branch 'jk/test-with-x'
2015-08-19  Junio C HamanoMerge branch 'ps/t1509-chroot-test-fixup'
2015-08-19  Junio C HamanoMerge branch 'sb/check-return-from-read-ref'
2015-08-19  Junio C HamanoMerge branch 'mm/pull-upload-pack'
2015-08-17  Junio C HamanoThird batch for 2.6
2015-08-17  Junio C HamanoMerge branch 'dt/untracked-sparse'
2015-08-17  Junio C HamanoMerge branch 'ta/docfix-index-format-tech'
2015-08-17  Junio C HamanoMerge branch 'mh/get-remote-group-fix'
2015-08-17  Junio C HamanoMerge branch 'kd/pull-rebase-autostash'
2015-08-12  Junio C HamanoSecond batch for 2.6
2015-08-12  Junio C HamanoMerge branch 'sb/remove-unused-var-from-builtin-add'
2015-08-12  Junio C HamanoMerge branch 'sb/parse-options-codeformat'
2015-08-12  Junio C HamanoMerge branch 'dt/unpack-trees-cache-tree-revalidate'
2015-08-12  Junio C HamanoMerge branch 'dt/reflog-tests'
2015-08-12  Junio C HamanoMerge branch 'es/worktree-add-cleanup'
2015-08-12  Junio C HamanoMerge branch 'pt/am-builtin'
2015-08-12  Junio C HamanoMerge branch 'es/worktree-add'
2015-08-12  Junio C HamanoMerge branch 'ad/bisect-cleanup'
2015-08-10  Jeff Kingmemoize common git-path "constant" files
2015-08-10  Jeff Kingget_repo_path: refactor path-allocation
2015-08-10  Jeff Kingfind_hook: keep our own static buffer
2015-08-10  Jeff Kingrefs.c: remove_empty_directories can take a strbuf
2015-08-10  Jeff Kingrefs.c: avoid git_path assignment in lock_ref_sha1_basic
2015-08-10  Jeff Kingrefs.c: avoid repeated git_path calls in rename_tmp_log
2015-08-10  Jeff Kingrefs.c: simplify strbufs in reflog setup and writing
2015-08-10  Jeff Kingpath.c: drop git_path_submodule
2015-08-10  Jeff Kingrefs.c: remove extra git_path calls from read_loose_refs
2015-08-10  Jeff Kingremote.c: drop extraneous local variable from migrate_file
2015-08-10  Jeff Kingprefer mkpathdup to mkpath in assignments
2015-08-10  Jeff Kingprefer git_pathdup to git_path in some possibly-dangero...
2015-08-10  Jeff Kingadd_to_alternates_file: don't add duplicate entries
2015-08-10  Jeff Kingt5700: modernize style
2015-08-10  Jeff Kingcache.h: complete set of git_path_submodule helpers
2015-08-10  Jeff Kingcache.h: clarify documentation for git_path, et al
2015-08-10  Junio C Hamanosha1_file.c: rename move_temp_to_file() to finalize_obj...
2015-08-10  Patrick Steinhardtclone: abort if no dir name could be guessed
2015-08-10  Patrick Steinhardtclone: do not use port number as dir name
2015-08-10  Patrick Steinhardtclone: do not include authentication data in guessed dir
2015-08-10  Jeff Kingclone: use computed length in guess_dir_name
2015-08-10  Jeff Kingclone: add tests for output directory
2015-08-07  Jeff Kingtest-lib: disable trace when test is not verbose
2015-08-07  Jeff Kingtest-lib: turn off "-x" tracing during chain-lint check
2015-08-07  Jeff Kingrefs: support negative transfer.hideRefs
2015-08-05  Thomas Brauncompletion: offer '--edit-todo' during interactive...
2015-08-05  Patrick Steinhardttests: fix cleanup after tests in t1509-root-worktree
2015-08-05  Patrick Steinhardttests: fix broken && chains in t1509-root-worktree
2015-08-05  Patrick SteinhardtDocumentation/git-worktree: fix duplicated 'from'
2015-08-05  Remi Lespinetgit-am: add am.threeWay config variable
2015-08-05  Paul Tanbuiltin-am: remove redirection to git-am.sh
2015-08-05  Paul Tanbuiltin-am: check for valid committer ident
2015-08-05  Paul Tanbuiltin-am: implement legacy -b/--binary option
2015-08-05  Paul Tanbuiltin-am: implement -i/--interactive
2015-08-05  Paul Tanbuiltin-am: support and auto-detect mercurial patches
2015-08-05  Paul Tanbuiltin-am: support and auto-detect StGit series files
2015-08-05  Paul Tanbuiltin-am: support and auto-detect StGit patches
2015-08-05  Paul Tanbuiltin-am: rerere support
2015-08-05  Paul Tanbuiltin-am: invoke post-applypatch hook
2015-08-05  Paul Tanbuiltin-am: invoke pre-applypatch hook
2015-08-05  Paul Tanbuiltin-am: invoke applypatch-msg hook
2015-08-05  Paul Tanbuiltin-am: support automatic notes copying
2015-08-05  Paul Tanbuiltin-am: invoke post-rewrite hook
2015-08-05  Paul Tanbuiltin-am: implement -S/--gpg-sign, commit.gpgsign
2015-08-05  Paul Tanbuiltin-am: implement --committer-date-is-author-date
2015-08-05  Paul Tanbuiltin-am: implement --ignore-date
2015-08-05  Paul Tanbuiltin-am: pass git-apply's options to git-apply
2015-08-05  Paul Tanbuiltin-am: implement --[no-]scissors
2015-08-05  Paul Tanbuiltin-am: support --keep-cr, am.keepcr
2015-08-05  Paul Tanbuiltin-am: implement --[no-]message-id, am.messageid
2015-08-05  Paul Tanbuiltin-am: implement -k/--keep, --keep-non-patch
2015-08-05  Paul Tanbuiltin-am: implement -u/--utf8
2015-08-05  Paul Tanbuiltin-am: handle stray state directory
2015-08-05  Paul Tanbuiltin-am: bypass git-mailinfo when --rebasing
2015-08-05  Paul Tanbuiltin-am: implement --rebasing mode
2015-08-05  Paul Tanbuiltin-am: implement --3way
2015-08-05  Paul Tancache-tree: introduce write_index_as_tree()
2015-08-05  Paul Tanbuiltin-am: implement -s/--signoff
2015-08-05  Paul Tanbuiltin-am: exit with user friendly message on failure
2015-08-05  Paul Tanbuiltin-am: implement -q/--quiet
2015-08-05  Paul Tanbuiltin-am: reject patches when there's a session in...
2015-08-05  Paul Tanbuiltin-am: implement --abort
2015-08-05  Paul Tanbuiltin-am: implement --skip
2015-08-05  Paul Tanbuiltin-am: don't parse mail when resuming
2015-08-05  Paul Tanbuiltin-am: implement --resolved/--continue
2015-08-05  Paul Tanbuiltin-am: refuse to apply patches if index is dirty
2015-08-05  Paul Tanbuiltin-am: implement committing applied patch
2015-08-05  Paul Tanbuiltin-am: apply patch with git-apply
2015-08-05  Paul Tanbuiltin-am: extract patch and commit info with git...
2015-08-05  Paul Tanbuiltin-am: auto-detect mbox patches
2015-08-05  Paul Tanbuiltin-am: split out mbox/maildir patches with git...
2015-08-05  Paul Tanbuiltin-am: implement patch queue mechanism
2015-08-05  Paul Tanbuiltin-am: implement skeletal builtin am
2015-08-05  Paul Tanwrapper: implement xfopen()
2015-08-05  Paul Tanwrapper: implement xopen()
2015-08-03  Stefan Bellertransport-helper: die on errors reading refs.
next