]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2020-03-02  Pratyush Yadavgit-gui: fix error popup when doing blame -> "Show...
2020-03-01  Jordi Masl10n: Update Catalan translation
2020-02-28  brian m. carlsonfast-import: add options for rewriting submodules
2020-02-28  brian m. carlsonfast-import: add a generic function to iterate over...
2020-02-28  brian m. carlsonfast-import: make find_marks work on any mark set
2020-02-28  brian m. carlsonfast-import: add helper function for inserting mark...
2020-02-28  brian m. carlsonfast-import: permit reading multiple marks files
2020-02-28  Junio C HamanoRevert "gpg-interface: prefer check_signature() for...
2020-02-28  Jeff Kingconfig.mak.dev: re-enable -Wformat-zero-length
2020-02-28  Ralf Thielowrebase-interactive.c: silence format-zero-length warnings
2020-02-27  Alexandr Miloslavskiymingw: workaround for hangs when sending STDIN
2020-02-27  Junio C HamanoDocumentation: clarify that `-h` alone stands for ...
2020-02-27  Elijah Newrent6020: new test with interleaved lexicographic ordering...
2020-02-27  Elijah Newrent6022, t6046: test expected behavior instead of testing...
2020-02-27  Elijah Newrent3035: prefer test_must_fail to bash negation for git...
2020-02-27  Elijah Newrent6020, t6022, t6035: update merge tests to use test...
2020-02-27  Elijah Newrent602[1236], t6034: modernize test formatting
2020-02-27  Elijah Newrenmerge-recursive: apply collision handling unification...
2020-02-27  Johannes SchindelinAzure Pipeline: switch to the latest agent pools
2020-02-27  Johannes Schindelinci: prevent `perforce` from being quarantined
2020-02-27  Johannes Schindelint/lib-httpd: avoid using macOS' sed
2020-02-27  René Scharfecommit-graph: use progress title directly
2020-02-26  Benno Eversdescribe: don't abort too early when searching tags
2020-02-26  Alban Gruinbuiltin/rebase: remove a call to get_oid() on `options...
2020-02-25  Junio C HamanoThe seventh batch for 2.26
2020-02-25  Junio C HamanoMerge branch 'es/doc-mentoring'
2020-02-25  Junio C HamanoMerge branch 'es/bright-colors'
2020-02-25  Junio C HamanoMerge branch 'bw/remote-rename-update-config'
2020-02-25  Emily Shafferclone: pass --single-branch during --recurse-submodules
2020-02-25  Emily Shaffersubmodule--helper: use C99 named initializer
2020-02-24  Abhishek Kumarlib-log-graph: consolidate colored graph cmp logic
2020-02-24  Abhishek Kumarlib-log-graph: consolidate test_cmp_graph logic
2020-02-24  Eric Sunshineworktree: don't allow "add" validation to be fooled...
2020-02-24  Eric Sunshineworktree: add utility to find worktree by pathname
2020-02-24  Eric Sunshineworktree: improve find_worktree() documentation
2020-02-24  Jeff Kingpackfile: drop nth_packed_object_sha1()
2020-02-24  Jeff Kingpacked_object_info(): use object_id internally for...
2020-02-24  Jeff Kingpacked_object_info(): use object_id for returning delta...
2020-02-24  Jeff Kingpack-check: push oid lookup into loop
2020-02-24  Jeff Kingpack-check: convert "internal error" die to a BUG()
2020-02-24  Jeff Kingpack-bitmap: use object_id when loading on-disk bitmaps
2020-02-24  Jeff Kingpack-objects: use object_id struct in pack-reuse code
2020-02-24  Jeff Kingpack-objects: convert oe_set_delta_ext() to use object_id
2020-02-24  Jeff Kingpack-objects: read delta base oid into object_id struct
2020-02-24  Jeff Kingnth_packed_object_oid(): use customary integer return
2020-02-24  Eric Sunshineworktree: drop unused code from get_main_worktree()
2020-02-24  René Scharfeblame: provide type of fingerprints pointer
2020-02-24  Eric Sunshinerebase: refuse to switch to branch already checked...
2020-02-24  Eric Sunshinet3400: make test clean up after itself
2020-02-24  Martin Ågrent: drop debug `cat` calls
2020-02-24  Martin Ågrent9810: drop debug `cat` call
2020-02-24  Martin Ågrent4117: check for files using `test_path_is_file`
2020-02-24  Hariom Vermareceive.denyCurrentBranch: respect all worktrees
2020-02-24  Hariom Vermat5509: use a bare repository for test push target
2020-02-24  Hariom Vermaget_main_worktree(): allow it to be called in the Git...
2020-02-24  Kir Kolyshkincompletion: add diff --color-moved[-ws]
2020-02-24  brian m. carlsoncommit: use expected signature header for SHA-256
2020-02-24  brian m. carlsonworktree: allow repository version 1
2020-02-24  brian m. carlsoninit-db: move writing repo version into a function
2020-02-24  brian m. carlsonbuiltin/init-db: add environment variable for new repo...
2020-02-24  brian m. carlsonbuiltin/init-db: allow specifying hash algorithm on...
2020-02-24  brian m. carlsonsetup: allow check_repository_format to read repository...
2020-02-24  brian m. carlsont/helper: make repository tests hash independent
2020-02-24  brian m. carlsont/helper: initialize repository if necessary
2020-02-24  brian m. carlsont/helper/test-dump-split-index: initialize git repository
2020-02-24  brian m. carlsont6300: make hash algorithm independent
2020-02-24  brian m. carlsont6300: abstract away SHA-1-specific constants
2020-02-24  brian m. carlsont: use hash-specific lookup tables to define test constants
2020-02-24  brian m. carlsonrepository: require a build flag to use SHA-256
2020-02-24  brian m. carlsonhex: add functions to parse hex object IDs in any algorithm
2020-02-24  brian m. carlsonhex: introduce parsing variants taking hash algorithms
2020-02-24  brian m. carlsonhash: implement and use a context cloning function
2020-02-24  brian m. carlsonbuiltin/pack-objects: make hash agnostic
2020-02-24  René Scharfeuse strpbrk(3) to search for characters from a given set
2020-02-24  René Scharfequote: use isalnum() to check for alphanumeric characters
2020-02-24  Rasmus Jonssont1050: replace test -f with test_path_is_file
2020-02-22  Derrick Stoleepartial-clone: avoid fetching when looking for objects
2020-02-22  Derrick Stoleepartial-clone: demonstrate bugs in partial fetch
2020-02-22  Jeff Kingrun-command.h: fix mis-indented struct member
2020-02-21  Junio C Hamanodescribe: force long format for a name based on a mislo...
2020-02-20  Derrick Stoleesparse-checkout: allow one-character directories in...
2020-02-20  Paolo Bonziniam: support --show-current-patch=diff to retrieve ...
2020-02-20  Paolo Bonziniam: support --show-current-patch=raw as a synonym for...
2020-02-20  Paolo Bonziniam: convert "resume" variable to a struct
2020-02-20  Paolo Bonziniparse-options: convert "command mode" to a flag
2020-02-20  Paolo Bonziniparse-options: add testcases for OPT_CMDMODE()
2020-02-20  brian m. carlsoncredential: allow wildcard patterns when matching config
2020-02-20  brian m. carlsoncredential: use the last matching username in the config
2020-02-20  brian m. carlsont0300: add tests for some additional cases
2020-02-20  brian m. carlsont1300: add test for urlmatch with multiple wildcards
2020-02-20  brian m. carlsonmailmap: add an additional email address for brian...
2020-02-19  Philippe Blaint/lib-submodule-update: add test removing nested submodules
2020-02-19  Philippe Blainunpack-trees: check for missing submodule directory...
2020-02-19  Philippe Blainunpack-trees: remove outdated description for verify_cl...
2020-02-19  Philippe Blaint/lib-submodule-update: move a test to the right section
2020-02-19  Philippe Blaint/lib-submodule-update: remove outdated test description
2020-02-19  Philippe Blaint7112: remove mention of KNOWN_FAILURE_SUBMODULE_RECURS...
2020-02-19  Alexandr Miloslavskiystash push: support the --pathspec-from-file option
2020-02-19  Alexandr Miloslavskiystash: eliminate crude option parsing
2020-02-19  Alexandr Miloslavskiydoc: stash: synchronize <pathspec> description
next