]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2018-07-23  Eric Sunshinelog-tree: show_log: make commentary block delimiting...
2018-07-23  Eric Sunshineinterdiff: teach show_interdiff() to indent interdiff
2018-07-23  Eric Sunshineformat-patch: teach --interdiff to respect -v/--reroll...
2018-07-23  Eric Sunshineformat-patch: add --interdiff option to embed diff...
2018-07-23  Eric Sunshineformat-patch: allow additional generated content in...
2018-07-23  SZEDER Gáborcoccinelle: extract dedicated make target to clean...
2018-07-23  SZEDER Gáborcoccinelle: put sane filenames into output patches
2018-07-23  SZEDER Gáborcoccinelle: exclude sha1dc source files from static...
2018-07-23  SZEDER Gáborcoccinelle: use $(addsuffix) in 'coccicheck' make target
2018-07-23  SZEDER Gáborcoccinelle: mark the 'coccicheck' make target as .PHONY
2018-07-23  Johannes Schindelint7406: avoid failures solely due to timing issues
2018-07-23  SZEDER Gábortravis-ci: fail if Coccinelle static analysis found...
2018-07-23  SZEDER Gábortravis-ci: run Coccinelle static analysis with two...
2018-07-23  Nguyễn Thái... transport-helper.c: mark more strings for translation
2018-07-23  Nguyễn Thái... transport.c: mark more strings for translation
2018-07-23  Nguyễn Thái... sha1-file.c: mark more strings for translation
2018-07-23  Nguyễn Thái... sequencer.c: mark more strings for translation
2018-07-23  Nguyễn Thái... replace-object.c: mark more strings for translation
2018-07-23  Nguyễn Thái... refspec.c: mark more strings for translation
2018-07-23  Nguyễn Thái... refs.c: mark more strings for translation
2018-07-23  Nguyễn Thái... pkt-line.c: mark more strings for translation
2018-07-23  Nguyễn Thái... object.c: mark more strings for translation
2018-07-23  Nguyễn Thái... exec-cmd.c: mark more strings for translation
2018-07-23  Nguyễn Thái... environment.c: mark more strings for translation
2018-07-23  Nguyễn Thái... dir.c: mark more strings for translation
2018-07-23  Nguyễn Thái... convert.c: mark more strings for translation
2018-07-23  Nguyễn Thái... connect.c: mark more strings for translation
2018-07-23  Nguyễn Thái... config.c: mark more strings for translation
2018-07-23  Nguyễn Thái... commit-graph.c: mark more strings for translation
2018-07-23  Nguyễn Thái... builtin/replace.c: mark more strings for translation
2018-07-23  Nguyễn Thái... builtin/pack-objects.c: mark more strings for translation
2018-07-23  Nguyễn Thái... builtin/grep.c: mark strings for translation
2018-07-23  Nguyễn Thái... builtin/config.c: mark more strings for translation
2018-07-23  Nguyễn Thái... archive-zip.c: mark more strings for translation
2018-07-23  Nguyễn Thái... archive-tar.c: mark more strings for translation
2018-07-23  Nguyễn Thái... Update messages in preparation for i18n
2018-07-23  Nguyễn Thái... pack-objects: fix performance issues on packing large...
2018-07-23  Stefan Bellerxdiff/histogram: remove tail recursion
2018-07-20  Derrick Stoleecommit-reach: use can_all_from_reach
2018-07-20  Derrick Stoleecommit-reach: make can_all_from_reach... linear
2018-07-20  Derrick Stoleecommit-reach: replace ref_newer logic
2018-07-20  Derrick Stoleetest-reach: test commit_contains
2018-07-20  Derrick Stoleetest-reach: test can_all_from_reach_with_flags
2018-07-20  Derrick Stoleetest-reach: test reduce_heads
2018-07-20  Derrick Stoleetest-reach: test get_merge_bases_many
2018-07-20  Derrick Stoleetest-reach: test is_descendant_of
2018-07-20  Derrick Stoleetest-reach: test in_merge_bases
2018-07-20  Derrick Stoleetest-reach: create new test tool for ref_newer
2018-07-20  Derrick Stoleecommit-reach: move can_all_from_reach_with_flags
2018-07-20  Derrick Stoleeupload-pack: generalize commit date cutoff
2018-07-20  Derrick Stoleeupload-pack: refactor ok_to_give_up()
2018-07-20  Derrick Stoleeupload-pack: make reachable() more generic
2018-07-20  Derrick Stoleecommit-reach: move commit_contains from ref-filter
2018-07-20  Derrick Stoleecommit-reach: move ref_newer from remote.c
2018-07-20  Derrick Stoleecommit.h: remove method declarations
2018-07-20  Derrick Stoleecommit-reach: move walk methods from commit.c
2018-07-20  Brandon Williamsclone: send ref-prefixes when using protocol v2
2018-07-20  Stefan BellerDocumentation/git-interpret-trailers: explain possible...
2018-07-20  Derrick Stoleemidx: clear midx on repack
2018-07-20  Derrick Stoleepackfile: skip loading index if in multi-pack-index
2018-07-20  Derrick Stoleemidx: prevent duplicate packfile loads
2018-07-20  Derrick Stoleemidx: use midx in approximate_object_count
2018-07-20  Derrick Stoleemidx: use existing midx when writing new one
2018-07-20  Derrick Stoleemidx: use midx in abbreviation calculations
2018-07-20  Derrick Stoleemidx: read objects from multi-pack-index
2018-07-20  Derrick Stoleeconfig: create core.multiPackIndex setting
2018-07-20  Derrick Stoleemidx: write object offsets
2018-07-20  Derrick Stoleemidx: write object id fanout chunk
2018-07-20  Derrick Stoleemidx: write object ids in a chunk
2018-07-20  Derrick Stoleemidx: sort and deduplicate objects from packfiles
2018-07-20  Derrick Stoleemidx: read pack names into array
2018-07-20  Derrick Stoleemulti-pack-index: write pack names in chunk
2018-07-20  Derrick Stoleemulti-pack-index: read packfile list
2018-07-20  Derrick Stoleepackfile: generalize pack directory list
2018-07-20  Derrick Stoleet5319: expand test data
2018-07-20  Derrick Stoleemulti-pack-index: load into memory
2018-07-20  Derrick Stoleemidx: write header information to lockfile
2018-07-20  Derrick Stoleemulti-pack-index: add 'write' verb
2018-07-20  Derrick Stoleemulti-pack-index: add builtin
2018-07-20  SZEDER Gábort9300: wait for background fast-import process to die...
2018-07-20  Henning Schildgpg-interface t: extend the existing GPG tests with...
2018-07-19  Stefan Bellerxdiff/xhistogram: move index allocation into find_lcs
2018-07-19  Stefan Bellerxdiff/xhistogram: factor out memory cleanup into free_i...
2018-07-19  Stefan Bellerxdiff/xhistogram: pass arguments directly to fall_back_...
2018-07-19  Stefan Bellerdiff.c: offer config option to control ws handling...
2018-07-19  Stefan Bellerdiff.c: add white space mode to move detection that...
2018-07-18  Jeff Kingadd core.usereplacerefs config option
2018-07-18  Jeff Kingcheck_replace_refs: rename to read_replace_refs
2018-07-18  Jeff Kingcheck_replace_refs: fix outdated comment
2018-07-18  Junio C HamanoThird batch for 2.19 cycle
2018-07-18  Junio C HamanoMerge branch 'js/enhanced-version-info'
2018-07-18  Junio C HamanoMerge branch 'sb/mailmap'
2018-07-18  Junio C HamanoMerge branch 'ms/core-icase-doc'
2018-07-18  Junio C HamanoMerge branch 'ds/commit-graph'
2018-07-18  Junio C HamanoMerge branch 'tz/exclude-doc-smallfixes'
2018-07-18  Junio C HamanoMerge branch 'js/rebase-recreate-merge'
2018-07-18  Junio C HamanoMerge branch 'en/rebase-i-microfixes'
2018-07-18  Junio C HamanoMerge branch 'mb/filter-branch-optim'
2018-07-18  Junio C HamanoMerge branch 'dj/runtime-prefix'
2018-07-18  Junio C HamanoMerge branch 'ao/config-from-gitmodules'
next