git-p4: add test case for "Translation of file content failed" error
[gitweb.git] / builtin /
2015-08-24 builtin/am: introduce write_state_*() helper functions
2015-08-24 rev-list: make it obvious that we do not support notes
2015-08-20 log: show merge commit when --cc is given
2015-08-20 log: when --cc is given, default to -p unless told...
2015-08-20 log: rename "tweak" helpers
2015-08-20 get_urlmatch: avoid useless strbuf write
2015-08-20 format_config: simplify buffer handling
2015-08-20 format_config: don't init strbuf
2015-08-20 config: restructure format_config() for better control...
2015-08-20 ps_matched: xcalloc() takes nmemb and then element...
2015-08-19 Sync with maint
2015-08-19 Merge branch 'tb/complete-rebase-i-edit-todo'
2015-08-19 Merge branch 'jk/git-path'
2015-08-19 Merge branch 'jc/finalize-temp-file'
2015-08-19 Merge branch 'ps/guess-repo-name-at-root'
2015-08-19 Merge branch 'jk/guess-repo-name-regression-fix'
2015-08-19 Merge branch 'jk/negative-hiderefs'
2015-08-19 Merge branch 'jk/test-with-x'
2015-08-19 Merge branch 'ps/t1509-chroot-test-fixup'
2015-08-19 Merge branch 'sb/check-return-from-read-ref'
2015-08-19 Merge branch 'mm/pull-upload-pack'
2015-08-19 Merge branch 'ta/docfix-index-format-tech' into maint
2015-08-19 Merge branch 'sb/parse-options-codeformat' into maint
2015-08-19 Merge branch 'sb/remove-unused-var-from-builtin-add...
2015-08-19 Merge branch 'kn/tag-doc-fix' into maint
2015-08-19 Merge branch 'es/doc-clean-outdated-tools' into maint
2015-08-19 Merge branch 'nd/export-worktree' into maint
2015-08-19 Merge branch 'mh/fast-import-optimize-current-from...
2015-08-19 Merge branch 'ib/scripted-parse-opt-better-hint-string...
2015-08-19 Merge branch 'se/doc-checkout-ours-theirs' into maint
2015-08-19 Merge branch 'cb/uname-in-untracked' into maint
2015-08-19 Merge branch 'as/sparse-checkout-removal' into maint
2015-08-19 Merge branch 'db/send-pack-user-signingkey' into maint
2015-08-19 Merge branch 'jx/do-not-crash-receive-pack-wo-head...
2015-08-19 Merge branch 'da/subtree-date-confusion' into maint
2015-08-19 push: add a config option push.gpgSign for default...
2015-08-19 push: support signing pushes iff the server supports it
2015-08-19 builtin/send-pack.c: use parse_options API
2015-08-19 submodule: allow erroneous values for the fetchRecurseS...
2015-08-19 submodule: use new config API for worktree configurations
2015-08-19 am --skip/--abort: merge HEAD/ORIG_HEAD tree into index
2015-08-17 notes: teach git-notes about notes.<name>.mergeStrategy...
2015-08-17 notes: add notes.mergeStrategy option to select default...
2015-08-17 notes: extract parse_notes_merge_strategy to notes...
2015-08-17 Merge branch 'dt/untracked-sparse'
2015-08-17 Merge branch 'ta/docfix-index-format-tech'
2015-08-17 Merge branch 'mh/get-remote-group-fix'
2015-08-17 Merge branch 'kd/pull-rebase-autostash'
2015-08-12 gc: use tempfile module to handle gc.pid file
2015-08-12 lock_repo_for_gc(): compute the path to "gc.pid" only...
2015-08-12 Merge branch 'sb/remove-unused-var-from-builtin-add'
2015-08-12 Merge branch 'sb/parse-options-codeformat'
2015-08-12 Merge branch 'dt/unpack-trees-cache-tree-revalidate'
2015-08-12 Merge branch 'dt/reflog-tests'
2015-08-12 Merge branch 'es/worktree-add-cleanup'
2015-08-12 Merge branch 'pt/am-builtin'
2015-08-12 Merge branch 'es/worktree-add'
2015-08-12 Merge branch 'ad/bisect-cleanup'
2015-08-12 am: let --signoff override --no-signoff
2015-08-12 am: let command-line options override saved options
2015-08-11 notes: handle multiple worktrees
2015-08-10 memoize common git-path "constant" files
2015-08-10 get_repo_path: refactor path-allocation
2015-08-10 remote.c: drop extraneous local variable from migrate_file
2015-08-10 prefer mkpathdup to mkpath in assignments
2015-08-10 prefer git_pathdup to git_path in some possibly-dangero...
2015-08-10 lockfile: add accessor get_lock_file_path()
2015-08-10 sha1_file.c: rename move_temp_to_file() to finalize_obj...
2015-08-10 clone: abort if no dir name could be guessed
2015-08-10 clone: do not use port number as dir name
2015-08-10 clone: do not include authentication data in guessed dir
2015-08-10 clone: use computed length in guess_dir_name
2015-08-10 config: add '--name-only' option to list only variable...
2015-08-05 git-am: add am.threeWay config variable
2015-08-05 builtin-am: remove redirection to git-am.sh
2015-08-05 builtin-am: check for valid committer ident
2015-08-05 builtin-am: implement legacy -b/--binary option
2015-08-05 builtin-am: implement -i/--interactive
2015-08-05 builtin-am: support and auto-detect mercurial patches
2015-08-05 builtin-am: support and auto-detect StGit series files
2015-08-05 builtin-am: support and auto-detect StGit patches
2015-08-05 builtin-am: rerere support
2015-08-05 builtin-am: invoke post-applypatch hook
2015-08-05 builtin-am: invoke pre-applypatch hook
2015-08-05 builtin-am: invoke applypatch-msg hook
2015-08-05 builtin-am: support automatic notes copying
2015-08-05 builtin-am: invoke post-rewrite hook
2015-08-05 builtin-am: implement -S/--gpg-sign, commit.gpgsign
2015-08-05 builtin-am: implement --committer-date-is-author-date
2015-08-05 builtin-am: implement --ignore-date
2015-08-05 builtin-am: pass git-apply's options to git-apply
2015-08-05 builtin-am: implement --[no-]scissors
2015-08-05 builtin-am: support --keep-cr, am.keepcr
2015-08-05 builtin-am: implement --[no-]message-id, am.messageid
2015-08-05 builtin-am: implement -k/--keep, --keep-non-patch
2015-08-05 builtin-am: implement -u/--utf8
2015-08-05 builtin-am: handle stray state directory
2015-08-05 builtin-am: bypass git-mailinfo when --rebasing
2015-08-05 builtin-am: implement --rebasing mode
2015-08-05 builtin-am: implement --3way
next