]> Kevux Git Server - rit/shortlog
rit
2018-04-18 Stefan Bellerworktree: accept -f as short for --force for removal
2018-04-17 SZEDER Gáborcompletion: reduce overhead of clearing cached --options
2018-04-17 SZEDER Gáborcompletion: fill COMPREPLY directly when completing...
2018-04-17 SZEDER Gáborcompletion: improve handling quoted paths in 'git ls...
2018-04-17 SZEDER Gáborcompletion: remove repeated dirnames with 'awk' during...
2018-04-17 SZEDER Gábort9902-completion: ignore COMPREPLY element order in...
2018-04-17 SZEDER Gáborcompletion: use 'awk' to strip trailing path components
2018-04-17 SZEDER Gáborcompletion: let 'ls-files' and 'diff-index' filter...
2018-04-17 SZEDER Gáborcompletion: improve handling quoted paths on the comman...
2018-04-17 SZEDER Gáborcompletion: support completing non-ASCII pathnames
2018-04-17 SZEDER Gáborcompletion: simplify prefix path component handling...
2018-04-17 SZEDER Gáborcompletion: move __git_complete_index_file() next to...
2018-04-17 SZEDER Gábort9902-completion: add tests demonstrating issues with...
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 Jeff Kinggpg-interface: find the last gpg signature line
2018-04-16 Jeff Kinggpg-interface: extract gpg line matching helper
2018-04-16 Jeff Kinggpg-interface: fix const-correctness of "eol" pointer
2018-04-16 Jeff Kinggpg-interface: use size_t for signature buffer size
2018-04-16 Jeff Kinggpg-interface: modernize function declarations
2018-04-16 Jeff Kinggpg-interface: handle bool user.signingkey
2018-04-16 Jeff Kingt7004: fix mistaken tag name
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 Nguyễn Thái... pack-objects: show some progress when counting kept...
2018-04-16 Nguyễn Thái... gc --auto: exclude base pack if not enough mem to ...
2018-04-16 Nguyễn Thái... gc: handle a corner case in gc.bigPackThreshold
2018-04-16 Nguyễn Thái... gc: add gc.bigPackThreshold config
2018-04-16 Nguyễn Thái... gc: add --keep-largest-pack option
2018-04-16 Nguyễn Thái... repack: add --keep-pack option
2018-04-16 Nguyễn Thái... t7700: have closing quote of a test at the beginning...
2018-04-16 Nguyễn Thái... ci: exercise the whole test suite with uncommon code...
2018-04-16 Nguyễn Thái... pack-objects: reorder members to shrink struct object_entry
2018-04-16 Nguyễn Thái... pack-objects: shrink delta_size field in struct object_...
2018-04-16 Nguyễn Thái... pack-objects: shrink size field in struct object_entry
2018-04-16 Nguyễn Thái... pack-objects: clarify the use of object_entry::size
2018-04-16 Nguyễn Thái... pack-objects: don't check size when the object is bad
2018-04-16 Nguyễn Thái... pack-objects: shrink z_delta_size field in struct objec...
2018-04-16 Nguyễn Thái... pack-objects: refer to delta objects by index instead...
2018-04-16 Nguyễn Thái... pack-objects: move in_pack out of struct object_entry
2018-04-16 Nguyễn Thái... pack-objects: move in_pack_pos out of struct object_entry
2018-04-16 Nguyễn Thái... pack-objects: use bitfield for object_entry::depth
2018-04-16 Nguyễn Thái... pack-objects: use bitfield for object_entry::dfs_state
2018-04-16 Nguyễn Thái... pack-objects: turn type and in_pack_type to bitfields
2018-04-16 Nguyễn Thái... pack-objects: a bit of document about struct object_entry
2018-04-16 Nguyễn Thái... read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean
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-15 Jiang XinMerge branch 'master' of https://github.com/ralfth...
2018-04-15 Ralf Thielowl10n: TEAMS: remove inactive de team members
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 Andre Hinrichsl10n: de.po: fix typos
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