]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2018-07-24  Junio C HamanoMerge branch 'jk/for-each-ref-icase'
2018-07-24  Junio C HamanoMerge branch 'en/t5407-rebase-m-fix'
2018-07-24  Junio C HamanoMerge branch 'en/apply-comment-fix'
2018-07-24  Junio C HamanoMerge branch 'en/rebase-consistency'
2018-07-24  Junio C HamanoMerge branch 'sb/submodule-move-head-error-msg'
2018-07-24  Junio C HamanoMerge branch 'rj/submodule-fsck-skip'
2018-07-24  Brandon Williamspack-protocol: mention and point to docs for protocol v2
2018-07-24  Jeff Kingstrbuf_humanise: use unsigned variables
2018-07-24  Jeff Kingpass st.st_size as hint for strbuf_readlink()
2018-07-24  Jeff Kingstrbuf_readlink: use ssize_t
2018-07-24  Jeff Kingstrbuf: use size_t for length in intermediate variables
2018-07-24  Jeff Kingreencode_string: use size_t for string lengths
2018-07-24  Jeff Kingreencode_string: use st_add/st_mult helpers
2018-07-24  Junio C HamanoMerge branch 'sb/blame-color' into jk/banned-function
2018-07-24  Jonathan Tanfetch: send "refs/tags/" prefix upon CLI refspecs
2018-07-24  Jonathan Tant5702: test fetch with multiple refspecs at a time
2018-07-23  Brandon Williamsfetch-pack: mark die strings for translation
2018-07-23  Eric Sunshineformat-patch: allow --interdiff to apply to a lone...
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
next