]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2017-01-30  Heiko Voigthelp: improve is_executable() on Windows
2017-01-30  Johannes Schindelinmingw: allow hooks to be .exe files
2017-01-28  Jeff Kingpack-objects: convert recursion to iteration in break_d...
2017-01-28  Jeff Kingpack-objects: enforce --depth limit in reused deltas
2017-01-27  Cornelius Weigdoc: clarify distinction between sign-off and pgp-signing
2017-01-27  Johannes Schindelintest-lib: on FreeBSD, look for unzip(1) in /usr/local...
2017-01-27  Johannes Schindelint/Makefile: add a rule to re-run previously-failed...
2017-01-27  René Scharfeuse absolute_pathdup()
2017-01-26  René Scharfeabspath: add absolute_pathdup()
2017-01-26  Johannes Schindelinstatus: be prepared for not-yet-started interactive...
2017-01-26  Junio C Hamanoconnect: rename tortoiseplink and putty variables
2017-01-26  Stefan Bellersubmodule update: run custom update script for initial...
2017-01-26  Stefan Bellersubmodule absorbing: fix worktree/gitdir pointers recur...
2017-01-26  Stefan Bellercache.h: expose the dying procedure for reading gitlinks
2017-01-26  Stefan Bellersetup: add gentle version of resolve_git_dir
2017-01-26  Jeff Kingfsck: lazily load types under --connectivity-only
2017-01-26  Jeff Kingfsck: move typename() printing to its own function
2017-01-25  Junio C Hamanorelink: really remove the command
2017-01-25  Johannes Schindelinrelink: retire the command
2017-01-25  Segev Finerconnect: handle putty/plink also in GIT_SSH_COMMAND
2017-01-25  Jeff Kingdifftool: hack around -Wzero-length-format warning
2017-01-25  Stefan Bellerunpack-trees: support super-prefix option
2017-01-25  Jeff Kingt1450: use "mv -f" within loose object directory
2017-01-25  Jiang XinMerge branch 'master' of https://github.com/Softcatala...
2017-01-24  Junio C Hamanoshow-ref: remove a stale comment
2017-01-24  Jacob Kellerdescribe: teach describe negative pattern matches
2017-01-24  Jacob Kellerdescribe: teach --match to accept multiple patterns
2017-01-24  Jacob Kellername-rev: add support to exclude refs by pattern match
2017-01-24  Jacob Kellername-rev: extend --refs to accept multiple patterns
2017-01-24  Nguyễn Thái... log --graph: customize the graph lines with config...
2017-01-24  Junio C HamanoSeventh batch for 2.12
2017-01-23  Junio C HamanoMerge branch 'ws/request-pull-code-cleanup'
2017-01-23  Junio C HamanoMerge branch 'rh/diff-orderfile-doc'
2017-01-23  Junio C HamanoMerge branch 'sb/cd-then-git-can-be-written-as-git-c'
2017-01-23  Junio C HamanoMerge branch 'ad/bisect-terms'
2017-01-23  Junio C HamanoMerge branch 'sg/fix-versioncmp-with-common-suffix'
2017-01-23  Junio C HamanoMerge branch 'vn/diff-ihc-config'
2017-01-23  Junio C HamanoMerge branch 'sb/submodule-init'
2017-01-23  Junio C HamanoMerge branch 'sb/submodule-embed-gitdir'
2017-01-23  Junio C HamanoMerge branch 'sb/submodule-config-tests'
2017-01-23  Junio C HamanoMerge branch 'jk/grep-e-could-be-extended-beyond-posix'
2017-01-23  Junio C HamanoMerge branch 'bw/read-blob-data-does-not-modify-index...
2017-01-23  Vladimir Panteleevshow-ref: remove dead `if (verify)' check
2017-01-23  Vladimir Panteleevshow-ref: detect dangling refs under --verify as well
2017-01-23  Vladimir Panteleevshow-ref: move --quiet handling into show_one()
2017-01-23  Vladimir Panteleevshow-ref: allow -d to work with --verify
2017-01-23  Vladimir Panteleevshow-ref: accept HEAD with --verify
2017-01-23  René Scharferef-filter: use QSORT_S in ref_array_sort()
2017-01-23  René Scharfestring-list: use QSORT_S in string_list_sort()
2017-01-23  René Scharfeperf: add basic sort performance test
2017-01-23  René Scharfeadd QSORT_S
2017-01-23  René Scharfecompat: add qsort_s()
2017-01-23  brian m. carlsonMakefile: add a knob to enable the use of Asciidoctor
2017-01-23  brian m. carlsonDocumentation: move dblatex arguments into variable
2017-01-23  brian m. carlsonDocumentation: add XSLT to fix DocBook for Texinfo
2017-01-23  brian m. carlsonDocumentation: sort sources for gitman.texi
2017-01-23  brian m. carlsonDocumentation: remove unneeded argument in cat-texi...
2017-01-23  brian m. carlsonDocumentation: modernize cat-texi.perl
2017-01-23  brian m. carlsonDocumentation: fix warning in cat-texi.perl
2017-01-23  Lars Schneidertravis-ci: fix Perforce install on macOS
2017-01-20  Philip Oakleygit gui: allow for a long recentrepo list
2017-01-20  Philip Oakleygit gui: de-dup selected repo from recentrepo history
2017-01-20  Philip Oakleygit gui: cope with duplicates in _get_recentrepo
2017-01-20  Philip Oakleygit-gui: remove duplicate entries from .gitconfig's...
2017-01-19  Stefan Bellercontrib: remove git-convert-objects
2017-01-19  Johannes Schindelinremote rename: more carefully determine whether a remot...
2017-01-19  Johannes Schindelinremote rename: demonstrate a bogus "remote exists" bug
2017-01-19  Johannes Schindelindifftool: retire the scripted version
2017-01-19  Johannes Schindelindifftool: implement the functionality in the builtin
2017-01-19  Jacob Kellerdoc: add documentation for OPT_STRING_LIST
2017-01-19  Stefan Bellerdocumentation: retire unfinished documentation
2017-01-19  Stefan Bellercache.h: document add_[file_]to_index
2017-01-19  Stefan Bellercache.h: document remove_index_entry_at
2017-01-19  Stefan Bellercache.h: document index_name_pos
2017-01-19  Nguyễn Thái... color.c: trim leading spaces in color_parse_mem()
2017-01-19  Nguyễn Thái... color.c: fix color_parse_mem() with value_len == 0
2017-01-19  Jeff Kingclear_delta_base_cache(): don't modify hashmap while...
2017-01-18  Junio C HamanoSixth batch for 2.12
2017-01-18  Junio C HamanoMerge branch 'sb/remove-gitview'
2017-01-18  Junio C HamanoMerge branch 'js/asciidoctor-tweaks'
2017-01-18  Junio C HamanoMerge branch 'sb/unpack-trees-cleanup'
2017-01-18  Junio C HamanoMerge branch 'rh/mergetool-regression-fix'
2017-01-18  Junio C HamanoMerge branch 'bw/realpath-wo-chdir'
2017-01-18  Junio C HamanoMerge branch 'jk/execv-dashed-external'
2017-01-18  Junio C HamanoMerge branch 'sp/cygwin-build-fixes'
2017-01-18  Junio C HamanoMerge branch 'sb/pathspec-errors'
2017-01-18  Junio C HamanoMerge branch 'pb/test-must-fail-is-for-git'
2017-01-18  Junio C HamanoMerge branch 'bw/pathspec-cleanup'
2017-01-18  Junio C HamanoMerge branch 'js/mingw-test-push-unc-path'
2017-01-18  Junio C HamanoMerge branch 'sb/submodule-cleanup-export-git-dir-env'
2017-01-18  Junio C HamanoMerge branch 'km/branch-get-push-while-detached'
2017-01-18  Junio C HamanoMerge branch 'jk/rebase-i-squash-count-fix'
2017-01-18  Junio C HamanoMerge branch 'jk/blame-fixes'
2017-01-18  Junio C HamanoMerge branch 'jk/archive-zip-userdiff-config'
2017-01-18  Junio C HamanoMerge branch 'dt/disable-bitmap-in-auto-gc'
2017-01-18  Junio C HamanoMerge branch 'ls/p4-retry-thrice'
2017-01-18  Junio C HamanoMerge branch 'sb/submodule-rm-absorb'
2017-01-18  Junio C HamanoMerge branch 'bw/grep-recurse-submodules'
2017-01-18  Johannes Schindelinmingw: follow-up to "replace isatty() hack"
2017-01-18  Santiago Torrest/t7004-tag: Add --format specifier tests
next