]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2015-08-17  Jacob Kellernotes: extract parse_notes_merge_strategy to notes...
2015-08-17  Jacob Kellernotes: extract enum notes_merge_strategy to notes-utils.h
2015-08-17  Jacob Kellernotes: document cat_sort_uniq rewriteMode
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-17  Jan Viktorinsend-email: provide whitelist of SMTP AUTH mechanisms
2015-08-17  Philip Oakleypo/README: Update directions for l10n contributors
2015-08-17  Elia Pintohttp: add support for specifying the SSL version
2015-08-14  Sven Strickrothconfig: close config file handle in case of error
2015-08-13  Beat Bolligitk: Add a "Copy commit summary" command
2015-08-13  Alexander Shopovgitk: Update Bulgarian translation (307t)
2015-08-12  Michael Haggertycredential-cache--daemon: use tempfile module
2015-08-12  Michael Haggertycredential-cache--daemon: delete socket from main()
2015-08-12  Michael Haggertygc: use tempfile module to handle gc.pid file
2015-08-12  Michael Haggertylock_repo_for_gc(): compute the path to "gc.pid" only...
2015-08-12  Michael Haggertydiff: use tempfile module
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-12  Clemens Buchachergit_open_noatime: return with errno=0 on success
2015-08-12  Paul Tanam: let --signoff override --no-signoff
2015-08-12  Paul Tanam: let command-line options override saved options
2015-08-12  Paul Tantest_terminal: redirect child process' stdin to a pty
2015-08-11  David Turnerpseudoref: check return values from read_ref()
2015-08-11  Johannes Sixtt2019: skip test requiring '*' in a file name non Windows
2015-08-11  Johannes Sixtt7300-clean: require POSIXPERM for chmod 0 test
2015-08-11  Jeff Kingvreportf: avoid intermediate buffer
2015-08-11  Jeff Kingvreportf: report to arbitrary filehandles
2015-08-11  David Turnernotes: handle multiple worktrees
2015-08-11  David Turnerworktrees: add find_shared_symref
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  Michael Haggertysetup_temporary_shallow(): use tempfile module
2015-08-10  Michael Haggertywrite_shared_index(): use tempfile module
2015-08-10  Michael Haggertyregister_tempfile(): new function to handle an existing...
2015-08-10  Michael Haggertytempfile: add several functions for creating temporary...
2015-08-10  Michael Haggertyprepare_tempfile_object(): new function, extracted...
2015-08-10  Michael Haggertytempfile: a new module for handling temporary files
2015-08-10  Michael Haggertycommit_lock_file(): use get_locked_file_path()
2015-08-10  Michael Haggertylockfile: add accessor get_lock_file_path()
2015-08-10  Michael Haggertylockfile: add accessors get_lock_file_fd() and get_lock...
2015-08-10  Michael Haggertycreate_bundle(): duplicate file descriptor to avoid...
2015-08-10  Michael Haggertylockfile: move documentation to lockfile.h and lockfile.c
2015-08-10  Jim Hillstrbuf_read(): skip unnecessary strbuf_grow() at eof
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-10  SZEDER Gáborcompletion: list variable names reliably with 'git...
2015-08-10  SZEDER Gáborconfig: add '--name-only' option to list only variable...
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
next