]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2019-06-21  Junio C HamanoMerge branch 'ml/userdiff-rust'
2019-06-21  Dimitriy Ryazantcevl10n: ru.po: update Russian translation
2019-06-21  Ævar Arnfjörð... tests: make GIT_TEST_FAIL_PREREQS a boolean
2019-06-21  Ævar Arnfjörð... tests: replace test_tristate with "git env--helper"
2019-06-21  Ævar Arnfjörð... tests README: re-flow a previously changed paragraph
2019-06-21  Ævar Arnfjörð... tests: make GIT_TEST_GETTEXT_POISON a boolean
2019-06-21  Ævar Arnfjörð... t6040 test: stop using global "script" variable
2019-06-21  Ævar Arnfjörð... config.c: refactor die_bad_number() to not call gettext...
2019-06-21  Ævar Arnfjörð... env--helper: new undocumented builtin wrapping git_env_*()
2019-06-21  Derrick Stoleepull: add --[no-]show-forced-updates passthrough
2019-06-21  Derrick Stoleefetch: warn about forced updates in branch listing
2019-06-21  Derrick Stoleefetch: add --[no-]show-forced-updates argument
2019-06-21  Jeff Hostetlerstatus: ignore status.aheadbehind in porcelain formats
2019-06-21  Jeff Hostetlerstatus: warn when a/b calculation takes too long
2019-06-21  Jeff Hostetlerstatus: add status.aheadbehind setting
2019-06-21  John Linstatus: remove the empty line after hints
2019-06-20  Ævar Arnfjörð... config tests: simplify include cycle test
2019-06-20  Jeff Hostetlermsvc: update Makefile to allow for spaces in the compil...
2019-06-20  Jeff Hostetlermsvc: fix detect_msys_tty()
2019-06-20  Jeff Hostetlermsvc: define ftello()
2019-06-20  Jeff Hostetlermsvc: do not re-declare the timespec struct
2019-06-20  Jeff Hostetlermsvc: mark a variable as non-const
2019-06-20  Philip Oakleymsvc: define O_ACCMODE
2019-06-20  Philip Oakleymsvc: include sigset_t definition
2019-06-20  Johannes Schindelinmsvc: fix dependencies of compat/msvc.c
2019-06-20  Johannes Schindelinmingw: replace mingw_startup() hack
2019-06-20  Johannes Schindelinobstack: fix compiler warning
2019-06-20  Jeff Hostetlercache-tree/blame: avoid reusing the DEBUG constant
2019-06-20  Johannes Schindelint0001 (mingw): do not expect a specific order of stdout...
2019-06-20  Johannes SchindelinMark .bat files as requiring CR/LF endings
2019-06-20  Johannes Schindelinmingw: fix a typo in the msysGit-specific section
2019-06-20  Nguyễn Thái... fetch-pack: print server version at the top in -v -v
2019-06-20  Nguyễn Thái... fetch-pack: print all relevant supported capabilities...
2019-06-20  Nguyễn Thái... fetch-pack: move capability names out of i18n strings
2019-06-20  Barret Rhodenblame: add a test to cover blame_coalesce()
2019-06-20  Barret Rhodenblame: use the fingerprint heuristic to match ignored...
2019-06-20  Michael Platingsblame: add a fingerprint heuristic to match ignored...
2019-06-20  Nguyễn Thái... completion: disable dwim on "git switch -d"
2019-06-20  Nguyễn Thái... switch: allow to switch in the middle of bisect
2019-06-20  Nguyễn Thái... t2027: use test_must_be_empty
2019-06-20  Jeff Kingdelta-islands: respect progress flag
2019-06-20  Emily Shafferrev-list: teach --no-object-names to enable piping
2019-06-20  Jeff Kinghashmap: convert sha1hash() to oidhash()
2019-06-20  Jeff Kinghash.h: move object_id definition from cache.h
2019-06-20  Jeff Kingkhash: rename oid helper functions
2019-06-20  Jeff Kingkhash: drop sha1-specific map types
2019-06-20  Jeff Kingpack-bitmap: convert khash_sha1 maps into kh_oid_map
2019-06-20  Jeff Kingdelta-islands: convert island_marks khash to use oids
2019-06-20  Jeff Kingkhash: rename kh_oid_t to kh_oid_set
2019-06-20  Jeff Kingkhash: drop broken oid_map typedef
2019-06-20  Jeff Kingobject: convert create_object() to use object_id
2019-06-20  Jeff Kingobject: convert internal hash_obj() to object_id
2019-06-20  Jeff Kingobject: convert lookup_object() to use object_id
2019-06-20  Jeff Kingobject: convert lookup_unknown_object() to use object_id
2019-06-20  Jeff Kingpack-objects: convert locate_object_entry_hash() to...
2019-06-20  Jeff Kingpack-objects: convert packlist_find() to use object_id
2019-06-20  Jeff Kingpack-bitmap-write: convert some helpers to use object_id
2019-06-20  Jeff Kingupload-pack: rename a "sha1" variable to "oid"
2019-06-20  Jeff Kingdescribe: fix accidental oid/hash type-punning
2019-06-20  Nguyễn Thái... fetch: only run 'gc' once when fetching multiple remotes
2019-06-20  Derrick Stoleecommit-graph: test verify across alternates
2019-06-20  Derrick Stoleecommit-graph: normalize commit-graph filenames
2019-06-20  Derrick Stoleecommit-graph: merge commit-graph chains
2019-06-20  Derrick Stoleecommit-graph: test --split across alternate without...
2019-06-20  Derrick Stoleecommit-graph: add --split option to builtin
2019-06-20  Derrick Stoleecommit-graph: test octopus merges with --split
2019-06-20  Derrick Stoleecommit-graph: write commit-graph chains
2019-06-20  Derrick Stoleecommit-graph: clean up chains after flattened write
2019-06-20  Derrick Stoleecommit-graph: rearrange chunk count logic
2019-06-20  Derrick Stoleecommit-graph: verify chains with --shallow mode
2019-06-20  Derrick Stoleecommit-graph: add base graphs chunk
2019-06-20  Derrick Stoleecommit-graph: create options for split files
2019-06-20  Derrick Stoleecommit-graph: load commit-graph chains
2019-06-20  Derrick Stoleecommit-graph: expire commit-graph files
2019-06-20  Derrick Stoleecommit-graph: rename commit_compare to oid_compare
2019-06-20  Derrick Stoleecommit-graph: allow cross-alternate chains
2019-06-20  Derrick Stoleecommit-graph: prepare for commit-graph chains
2019-06-20  Derrick Stoleecommit-graph: document commit-graph chains
2019-06-19  Thomas Gummererstash: fix show referencing stash index
2019-06-19  Matthew DeVoreref-filter: sort detached HEAD lines firstly
2019-06-19  Jeff Kingwt-status.h: drop stdio.h include
2019-06-19  Jeff Kingverify-tag: drop signal.h include
2019-06-19  Carlo Marcelo... wrapper: avoid undefined behaviour in macOS
2019-06-19  Jeff Kinginterpret-trailers: load default config
2019-06-18  Phillip Woodshow --continue/skip etc. consistently in synopsis
2019-06-18  René Scharfeuse COPY_ARRAY for copying arrays
2019-06-18  René Scharfecoccinelle: use COPY_ARRAY for copying arrays
2019-06-18  Carlo Marcelo... fsmonitor: avoid signed integer overflow / infinite...
2019-06-18  Christian Coudertest-hashmap: remove 'hash' command
2019-06-18  Christian Couderoidmap: use sha1hash() instead of static hash() function
2019-06-18  Christian Coudert: add t0016-oidmap.sh
2019-06-18  Christian Coudert/helper: add test-oidmap.c
2019-06-17  Junio C HamanoThe second batch
2019-06-17  Junio C HamanoMerge branch 'xl/record-partial-clone-origin'
2019-06-17  Junio C HamanoMerge branch 'pb/request-pull-verify-remote-ref'
2019-06-17  Junio C HamanoMerge branch 'mm/p4-unshelve-windows-fix'
2019-06-17  Junio C HamanoMerge branch 'po/git-help-on-git-itself'
2019-06-17  Junio C HamanoMerge branch 'es/first-contrib-tutorial'
2019-06-17  Junio C HamanoMerge branch 'bb/unicode-12.1-reiwa'
2019-06-17  Junio C HamanoMerge branch 'sw/git-p4-unshelve-branched-files'
next