]> Kevux Git Server - rit/shortlog
rit
2018-07-03 Taylor Blaugrep.c: extract show_line_header()
2018-07-03 Jonathan Tanfetch-pack: support negotiation tip whitelist
2018-07-03 Jonathan Tanfetch-pack: write shallow, then check connectivity
2018-07-03 Jeff Kingref-filter: avoid backend filtering with --ignore-case
2018-07-03 Aleksandr Makarovfor-each-ref: consistently pass WM_IGNORECASE flag
2018-07-03 Jeff Kingt6300: add a test for --ignore-case
2018-07-03 Elijah Newrent6042: add testcase covering long chains of rename...
2018-07-03 Elijah Newrent6042: add testcase covering rename/rename(2to1)/delete...
2018-07-03 Elijah Newrent6042: add testcase covering rename/add/delete conflict...
2018-07-03 Elijah Newrent6036: add a failed conflict detection case with confli...
2018-07-03 Elijah Newrent6036: add a failed conflict detection case with submod...
2018-07-03 Elijah Newrent6036: add a failed conflict detection case with submod...
2018-07-03 Elijah Newrent6036: add a failed conflict detection case with symlin...
2018-07-03 Elijah Newrent6036: add a failed conflict detection case with symlin...
2018-07-03 Elijah Newrent6044: verify that merges expected to abort actually...
2018-07-03 Elijah Newrenindex_has_changes(): avoid assuming operating on the_index
2018-07-03 Elijah Newrenread-cache.c: move index_has_changes() from merge.c
2018-07-03 Eric Sunshinet7201: drop pointless "exit 0" at end of subshell
2018-07-03 Eric Sunshinet6036: fix broken "merge fails but has appropriate...
2018-07-03 Eric Sunshinet5505: modernize and simplify hard-to-digest test
2018-07-03 Eric Sunshinet5406: use write_script() instead of birthing shell...
2018-07-03 Eric Sunshinet5405: use test_must_fail() instead of checking exit...
2018-07-03 Eric Sunshinet/lib-submodule-update: fix "absorbing" test
2018-07-03 Eric Sunshinet: drop unnecessary terminating semicolon in subshell
2018-07-03 Eric Sunshinet: use sane_unset() rather than 'unset' with broken...
2018-07-03 Eric Sunshinet: use test_write_lines() instead of series of 'echo...
2018-07-03 Eric Sunshinet: use test_might_fail() instead of manipulating exit...
2018-07-03 Jameson Millerblock alloc: add validations around cache_entry lifecyle
2018-07-03 Jameson Millerblock alloc: allocate cache entries from mem_pool
2018-07-03 Jameson Millermem-pool: fill out functionality
2018-07-03 Jameson Millermem-pool: add life cycle management functions
2018-07-03 Jameson Millermem-pool: only search head block for available space
2018-07-03 Jameson Millerblock alloc: add lifecycle APIs for cache_entry structs
2018-07-03 Jameson Millerread-cache: teach make_cache_entry to take object_id
2018-07-03 Jameson Millerread-cache: teach refresh_cache_entry to take istate
2018-07-03 Ramsay Jonesfsck: check skiplist for object in fsck_blob()
2018-07-03 Jeff Kingfsck: silence stderr when parsing .gitmodules
2018-07-03 Jeff Kingconfig: add options parameter to git_config_from_mem
2018-07-03 Jeff Kingconfig: add CONFIG_ERROR_SILENT handler
2018-07-03 Jeff Kingconfig: turn die_on_error into caller-facing enum
2018-07-02 Jiang Xinl10n: zh_CN: review for git 2.18.0
2018-06-29 Stefan Bellercommit.c: allow lookup_commit_reference to handle arbit...
2018-06-29 Stefan Bellercommit.c: allow lookup_commit_reference_gently to handl...
2018-06-29 Stefan Bellertag.c: allow deref_tag to handle arbitrary repositories
2018-06-29 Stefan Bellerobject.c: allow parse_object to handle arbitrary reposi...
2018-06-29 Stefan Bellerobject.c: allow parse_object_buffer to handle arbitrary...
2018-06-29 Stefan Bellercommit.c: allow get_cached_commit_buffer to handle...
2018-06-29 Stefan Bellercommit.c: allow set_commit_buffer to handle arbitrary...
2018-06-29 Stefan Bellercommit.c: migrate the commit buffer to the parsed objec...
2018-06-29 Stefan Bellercommit-slabs: remove realloc counter outside of slab...
2018-06-29 Stefan Bellercommit.c: allow parse_commit_buffer to handle arbitrary...
2018-06-29 Stefan Bellertag: allow parse_tag_buffer to handle arbitrary reposit...
2018-06-29 Stefan Bellertag: allow lookup_tag to handle arbitrary repositories
2018-06-29 Stefan Bellercommit: allow lookup_commit to handle arbitrary reposit...
2018-06-29 Stefan Bellertree: allow lookup_tree to handle arbitrary repositories
2018-06-29 Stefan Bellerblob: allow lookup_blob to handle arbitrary repositories
2018-06-29 Stefan Bellerobject: allow lookup_object to handle arbitrary reposit...
2018-06-29 Stefan Bellerobject: allow object_as_type to handle arbitrary reposi...
2018-06-29 Stefan Bellertag: add repository argument to deref_tag
2018-06-29 Stefan Bellertag: add repository argument to parse_tag_buffer
2018-06-29 Stefan Bellertag: add repository argument to lookup_tag
2018-06-29 Stefan Bellercommit: add repository argument to get_cached_commit_buffer
2018-06-29 Stefan Bellercommit: add repository argument to set_commit_buffer
2018-06-29 Stefan Bellercommit: add repository argument to parse_commit_buffer
2018-06-29 Stefan Bellercommit: add repository argument to lookup_commit
2018-06-29 Stefan Bellercommit: add repository argument to lookup_commit_reference
2018-06-29 Stefan Bellercommit: add repository argument to lookup_commit_refere...
2018-06-29 Stefan Bellertree: add repository argument to lookup_tree
2018-06-29 Stefan Bellerblob: add repository argument to lookup_blob
2018-06-29 Stefan Bellerobject: add repository argument to object_as_type
2018-06-29 Stefan Bellerobject: add repository argument to parse_object_buffer
2018-06-29 Stefan Bellerobject: add repository argument to lookup_object
2018-06-29 Stefan Bellerobject: add repository argument to parse_object
2018-06-29 Junio C HamanoMerge branch 'sb/object-store-grafts' into sb/object...
2018-06-29 Stefan Beller.mailmap: merge different spellings of names
2018-06-29 Johannes SchindelinMakefile: fix the "built from commit" code
2018-06-28 Elijah Newrent5407: fix test to cover intended arguments
2018-06-28 Elijah Newrenapply: fix grammar error in comment
2018-06-28 Junio C HamanoSecond batch for 2.19 cycle
2018-06-28 Junio C HamanoMerge branch 'sb/fix-fetching-moved-submodules'
2018-06-28 Junio C HamanoMerge branch 'tz/cred-netrc-cleanup'
2018-06-28 Junio C HamanoMerge branch 'jc/clean-after-sanity-tests'
2018-06-28 Junio C HamanoMerge branch 'nd/completion-negation'
2018-06-28 Junio C HamanoMerge branch 'pw/add-p-recount'
2018-06-28 Junio C HamanoMerge branch 'jk/fetch-all-peeled-fix'
2018-06-28 Junio C HamanoMerge branch 'ms/send-pack-honor-config'
2018-06-28 Junio C HamanoMerge branch 'jh/partial-clone'
2018-06-28 Junio C HamanoMerge branch 'sg/gpg-tests-fix'
2018-06-28 Junio C HamanoMerge branch 'as/safecrlf-quiet-fix'
2018-06-28 Junio C HamanoMerge branch 'ab/refspec-init-fix'
2018-06-28 Marc StrapetzDocumentation: declare "core.ignoreCase" as internal...
2018-06-28 Derrick Stoleecommit-graph: fix documentation inconsistencies
2018-06-28 Brandon Williamsfetch-pack: implement ref-in-want
2018-06-28 Brandon Williamsfetch-pack: put shallow info in output parameter
2018-06-28 Brandon Williamsfetch: refactor to make function args narrower
2018-06-28 Brandon Williamsfetch: refactor fetch_refs into two functions
2018-06-28 Brandon Williamsfetch: refactor the population of peer ref OIDs
2018-06-28 Brandon Williamsupload-pack: test negotiation with changing repository
2018-06-28 Brandon Williamsupload-pack: implement ref-in-want
2018-06-27 Elijah Newrengit-rebase--merge: modernize "git-$cmd" to "git $cmd"
next