]> granicus.if.org Git - git/shortlog
git
2018-05-08 Junio C HamanoMerge branch 'tq/t1510'
2018-05-08 Junio C HamanoMerge branch 'so/glossary-ancestor'
2018-05-08 Junio C HamanoMerge branch 'ls/checkout-encoding'
2018-05-08 Junio C HamanoMerge branch 'ab/nuke-emacs-contrib'
2018-05-08 Junio C HamanoMerge branch 'nd/warn-more-for-devs'
2018-05-08 Junio C HamanoMerge branch 'sb/object-store-replace'
2018-05-08 Junio C HamanoMerge branch 'ds/commit-graph'
2018-05-08 Junio C HamanoMerge branch 'js/empty-config-section-fix'
2018-05-08 Junio C HamanoMerge branch 'ot/libify-get-ref-atom-value'
2018-05-08 Junio C HamanoMerge branch 'sb/submodule-move-nested'
2018-05-08 Junio C HamanoMerge branch 'dj/runtime-prefix'
2018-05-08 Junio C HamanoMerge branch 'ab/simplify-perl-makefile'
2018-05-08 Junio C HamanoMerge branch 'bw/protocol-v2'
2018-04-25 Junio C HamanoThe fourth batch for 2.18
2018-04-25 Junio C HamanoMerge branch 'jm/mem-pool'
2018-04-25 Junio C HamanoMerge branch 'tg/use-git-contacts'
2018-04-25 Junio C HamanoMerge branch 'sb/filenames-with-dashes'
2018-04-25 Junio C HamanoMerge branch 'cc/perf-bisect'
2018-04-25 Junio C HamanoMerge branch 'bp/fsmonitor-prime-index'
2018-04-25 Junio C HamanoMerge branch 'bp/fsmonitor-bufsize-fix'
2018-04-25 Junio C HamanoMerge branch 'cb/bash-completion-ls-files-processing'
2018-04-25 Junio C HamanoMerge branch 'es/worktree-docs'
2018-04-25 Junio C HamanoMerge branch 'es/fread-reads-dir-autoconf-fix'
2018-04-25 Junio C HamanoMerge branch 'ps/test-chmtime-get'
2018-04-25 Junio C HamanoMerge branch 'js/t5404-path-fix'
2018-04-25 Junio C HamanoMerge branch 'jk/ref-array-push'
2018-04-25 Junio C HamanoMerge branch 'en/doc-typoes'
2018-04-25 Junio C HamanoMerge branch 'lw/daemon-log-destination'
2018-04-25 Junio C HamanoMerge branch 'mn/send-email-credential-doc'
2018-04-25 Junio C HamanoMerge branch 'ak/bisect-doc-typofix'
2018-04-25 Junio C HamanoMerge branch 'br/mergetools-guiffy'
2018-04-25 Junio C HamanoMerge branch 'nd/worktree-move'
2018-04-25 Junio C HamanoMerge branch 'ks/branch-list-detached-rebase-i'
2018-04-25 Junio C HamanoMerge branch 'jk/t5561-missing-curl'
2018-04-25 Junio C HamanoMerge branch 'bw/commit-partial-from-subdirectory-fix'
2018-04-25 Junio C HamanoMerge branch 'jk/relative-directory-fix'
2018-04-25 Junio C HamanoMerge branch 'jk/flockfile-stdio'
2018-04-25 Junio C HamanoMerge branch 'pw/rebase-signoff'
2018-04-25 Junio C HamanoMerge branch 'pw/rebase-keep-empty-fixes'
2018-04-25 Junio C HamanoMerge branch 'cb/git-gui-ttk-style'
2018-04-25 Junio C HamanoMerge branch 'bp/git-gui-bind-kp-enter'
2018-04-25 Junio C HamanoMerge branch 'bb/git-gui-ssh-key-files'
2018-04-24 Jonathan NiederMakefile: quote $INSTLIBDIR when passing it to sed
2018-04-24 Jonathan NiederMakefile: remove unused @@PERLLIBDIR@@ substitution...
2018-04-18 Christian HesseMakefile: mark perllibdir as a .PHONY target
2018-04-17 Sergey Organovglossary: substitute "ancestor" for "direct ancestor...
2018-04-17 Tao Qingyunt1510-repo-setup.sh: remove useless mkdir
2018-04-16 Ævar Arnfjörð... git{,-blame}.el: remove old bitrotting Emacs code
2018-04-16 Ævar Arnfjörð... Makefile: add a DEVOPTS to get all of -Wextra
2018-04-16 Ævar Arnfjörð... Makefile: add a DEVOPTS to suppress -Werror under DEVELOPER
2018-04-16 Nguyễn Thái... Makefile: detect compiler and enable more warnings...
2018-04-16 Nguyễn Thái... connect.c: mark die_initial_contact() NORETURN
2018-04-16 Lars Schneiderconvert: add round trip check based on 'core.checkRound...
2018-04-16 Lars Schneiderconvert: add tracing for 'working-tree-encoding' attribute
2018-04-16 Lars Schneiderconvert: check for detectable errors in UTF encodings
2018-04-16 Lars Schneiderconvert: add 'working-tree-encoding' attribute
2018-04-16 Lars Schneiderutf8: add function to detect a missing UTF-16/32 BOM
2018-04-16 Lars Schneiderutf8: add function to detect prohibited UTF-16/32 BOM
2018-04-16 Lars Schneiderutf8: teach same_encoding() alternative UTF encoding...
2018-04-12 Jameson Millermem-pool: move reusable parts of memory pool into its...
2018-04-12 Stefan Bellerreplace-object: allow lookup_replace_object to handle...
2018-04-12 Stefan Bellerreplace-object: allow do_lookup_replace_object to handl...
2018-04-12 Stefan Bellerreplace-object: allow prepare_replace_object to handle...
2018-04-12 Stefan Bellerrefs: allow for_each_replace_ref to handle arbitrary...
2018-04-12 Stefan Bellerrefs: store the main ref store inside the repository...
2018-04-12 Stefan Bellerreplace-object: add repository argument to lookup_repla...
2018-04-12 Stefan Bellerreplace-object: add repository argument to do_lookup_re...
2018-04-12 Stefan Bellerreplace-object: add repository argument to prepare_repl...
2018-04-12 Stefan Bellerrefs: add repository argument to for_each_replace_ref
2018-04-12 Stefan Bellerrefs: add repository argument to get_main_ref_store
2018-04-12 Stefan Bellerreplace-object: check_replace_refs is safe in multi...
2018-04-12 Stefan Bellerreplace-object: eliminate replace objects prepared...
2018-04-12 Stefan Bellerobject-store: move lookup_replace_object to replace...
2018-04-12 Stefan Bellerreplace-object: move replace_map to object store
2018-04-12 René Scharfereplace_object: use oidmap
2018-04-12 Thomas GummererSubmittingPatches: mention the git contacts command
2018-04-12 Jameson Millerfast-import: introduce mem_pool type
2018-04-12 Jameson Millerfast-import: rename mem_pool type to mp_block
2018-04-11 Junio C HamanoMerge branch 'svn/authors-prog-2' of git://bogomips...
2018-04-11 Stefan Bellerreplace_object.c: rename to use dash in file name
2018-04-11 Stefan Bellersha1_file.c: rename to use dash in file name
2018-04-11 Stefan Bellersha1_name.c: rename to use dash in file name
2018-04-11 Stefan Bellerexec_cmd: rename to use dash in file name
2018-04-11 Stefan Bellerunicode_width.h: rename to use dash in file name
2018-04-11 Stefan Bellerwrite_or_die.c: rename to use dashes in file name
2018-04-11 Johannes Schindelinmingw/msvc: use the new-style RUNTIME_PREFIX helper
2018-04-11 Johannes Schindelinexec_cmd: provide a new-style RUNTIME_PREFIX helper...
2018-04-11 Dan Jacquesexec_cmd: RUNTIME_PREFIX on some POSIX systems
2018-04-11 Dan JacquesMakefile: add Perl runtime prefix support
2018-04-11 Dan JacquesMakefile: generate Perl header from template file
2018-04-11 Ben Peartfsmonitor: force index write after full scan
2018-04-11 Junio C HamanoRevert "Merge branch 'en/rename-directory-detection'"
2018-04-11 Ben Peartfsmonitor: fix incorrect buffer size when printing...
2018-04-11 Christian Coudert/perf: add scripts to bisect performance regressions
2018-04-11 Christian Couderperf/run: add --subsection option
2018-04-11 Junio C HamanoThe third batch for 2.18
2018-04-11 Junio C HamanoMerge branch 'eb/cred-helper-ignore-sigpipe'
2018-04-11 Junio C HamanoMerge branch 'lv/tls-1.3'
2018-04-11 Junio C HamanoMerge branch 'pk/test-avoid-pipe-hiding-exit-status'
2018-04-11 Junio C HamanoMerge branch 'rs/status-with-removed-submodule'
next