git
2021-01-12  Ævar Arnfjörð... mailmap tests: get rid of overly complex blame fuzzing
2021-01-12  Ævar Arnfjörð... mailmap tests: add a test for "not a blob" error
2021-01-12  Ævar Arnfjörð... mailmap tests: remove redundant entry in test
2021-01-12  Ævar Arnfjörð... mailmap tests: improve --stdin tests
2021-01-12  Ævar Arnfjörð... mailmap tests: modernize syntax & test idioms
2021-01-12  Ævar Arnfjörð... mailmap tests: use our preferred whitespace syntax
2021-01-12  Ævar Arnfjörð... mailmap doc: start by mentioning the comment syntax
2021-01-12  Ævar Arnfjörð... check-mailmap doc: note config options
2021-01-12  Ævar Arnfjörð... mailmap doc: quote config variables `like.this`
2021-01-12  Ævar Arnfjörð... mailmap doc: create a new "gitmailmap(5)" man page
2021-01-12  Patrick Steinhardtfetch: implement support for atomic reference updates
2021-01-12  Patrick Steinhardtfetch: allow passing a transaction to `s_update_ref()`
2021-01-12  Patrick Steinhardtfetch: refactor `s_update_ref` to use common exit path
2021-01-12  Patrick Steinhardtfetch: use strbuf to format FETCH_HEAD updates
2021-01-12  Patrick Steinhardtfetch: extract writing to FETCH_HEAD
2021-01-12  Patrick Steinhardtconfig: extract function to parse config pairs
2021-01-12  Jeff Kingquote: make sq_dequote_step() a public function
2021-01-12  Patrick Steinhardtconfig: add new way to pass config via `--config-env`
2021-01-12  Jeff Kingpatch-ids: handle duplicate hashmap entries
2021-01-12  Taylor BlauDocumentation/git-clone.txt: document race with --local
2021-01-12  Jiang Xinbundle: arguments can be read from stdin
2021-01-12  Jiang Xinbundle: lost objects when removing duplicate pendings
2021-01-12  Jiang Xintest: add helper functions for git-bundle
2021-01-11  Denton Liurefs: allow @{n} to work with n-sized reflog
2021-01-11  Ævar Arnfjörð... gettext.c: remove/reword a mostly-useless comment
2021-01-11  Ævar Arnfjörð... Makefile: remove a warning about old GETTEXT_POISON...
2021-01-11  brian m. carlsondocs: rephrase and clarify the git status --short format
2021-01-10  Denton Liurefs: factor out set_read_ref_cutoffs()
2021-01-10  Utku Gultopudoc: remove "directory cache" from man pages
2021-01-10  Jeff Kingt5516: loosen "not our ref" error check
2021-01-09  Adam Dinwoodiet4129: fix setfacl-related permissions failure
2021-01-08  Vasyl Vavrychukgit-send-email.txt: mention less secure app access...
2021-01-08  Derrick Stoleefor-each-repo: do nothing on empty config
2021-01-07  Junio C HamanoSubmittingPatches: tighten wording on "sign-off" procedure
2021-01-07  Ævar Arnfjörð... branch: show "HEAD detached" first under reverse sort
2021-01-07  Ævar Arnfjörð... branch: sort detached HEAD based on a flag
2021-01-07  Ævar Arnfjörð... ref-filter: move ref_sorting flags to a bitfield
2021-01-07  Ævar Arnfjörð... ref-filter: move "cmp_fn" assignment into "else if...
2021-01-07  Ævar Arnfjörð... ref-filter: add braces to if/else if/else chain
2021-01-07  Jeff Kingfsck: reject .gitmodules git:// urls with newlines
2021-01-07  Jeff Kinggit_connect_git(): forbid newlines in host and path
2021-01-07  Junio C HamanoThe first batch in 2.31 cycle
2021-01-07  Junio C HamanoMerge branch 'es/perf-export-fix'
2021-01-07  Junio C HamanoMerge branch 'fc/t6030-bisect-reset-removes-auxiliary...
2021-01-07  Junio C HamanoMerge branch 'es/worktree-repair-both-moved'
2021-01-07  Junio C HamanoMerge branch 'en/merge-ort-recursive'
2021-01-07  Junio C HamanoMerge branch 'fc/pull-merge-rebase'
2021-01-07  Junio C HamanoMerge branch 'en/merge-ort-2'
2021-01-07  Junio C HamanoMerge branch 'en/merge-ort-impl'
2021-01-07  Junio C HamanoMerge branch 'tb/pack-bitmap'
2021-01-07  Junio C HamanoMerge branch 'ab/trailers-extra-format'
2021-01-07  Junio C HamanoMerge branch 'pk/subsub-fetch-fix-take-2'
2021-01-07  Patrick Steinhardtgit: add `--super-prefix` to usage string
2021-01-07  Philippe Blainmergetool--lib: fix '--tool-help' to correctly show...
2021-01-06  Matheus Tavarest4129: don't fail if setgid is set in the test directory
2021-01-06  Ævar Arnfjörð... branch tests: add to --sort tests
2021-01-06  Ævar Arnfjörð... branch: change "--local" to "--list" in comment
2021-01-06  ZheNing Hubuiltin/*: update usage format
2021-01-06  Junio C Hamanoparse-options: format argh like error messages
2021-01-06  Ævar Arnfjörð... mktag: add a --[no-]strict option
2021-01-06  Martin Ågrenread-cache: try not to peek into `struct {lock_,temp...
2021-01-06  Martin Ågrenrefs/files-backend: don't peek into `struct lock_file`
2021-01-06  Martin Ågrenmidx: don't peek into `struct lock_file`
2021-01-06  Martin Ågrencommit-graph: don't peek into `struct lock_file`
2021-01-06  Martin Ågrenbuiltin/gc: don't peek into `struct lock_file`
2021-01-06  Taylor Blaup7519: allow running without watchman prereq
2021-01-05  Ævar Arnfjörð... mktag: mark strings for translation
2021-01-05  Ævar Arnfjörð... mktag: convert to parse-options
2021-01-05  Ævar Arnfjörð... mktag: allow omitting the header/body \n separator
2021-01-05  Ævar Arnfjörð... mktag: allow turning off fsck.extraHeaderEntry
2021-01-05  Ævar Arnfjörð... fsck: make fsck_config() re-usable
2021-01-05  Ævar Arnfjörð... mktag: use fsck instead of custom verify_tag()
2021-01-05  Ævar Arnfjörð... mktag: use puts(str) instead of printf("%s\n", str)
2021-01-05  Ævar Arnfjörð... mktag: remove redundant braces in one-line body "if"
2021-01-05  Ævar Arnfjörð... mktag: use default strbuf_read() hint
2021-01-05  Ævar Arnfjörð... mktag tests: test verify_object() with replaced objects
2021-01-05  Ævar Arnfjörð... mktag tests: improve verify_object() test coverage
2021-01-05  Ævar Arnfjörð... mktag tests: test "hash-object" compatibility
2021-01-05  Ævar Arnfjörð... mktag tests: stress test whitespace handling
2021-01-05  Ævar Arnfjörð... mktag tests: run "fsck" after creating "mytag"
2021-01-05  Ævar Arnfjörð... mktag tests: don't create "mytag" twice
2021-01-05  Ævar Arnfjörð... mktag tests: don't redirect stderr to a file needlessly
2021-01-05  Ævar Arnfjörð... mktag tests: remove needless SHA-1 hardcoding
2021-01-05  Ævar Arnfjörð... mktag tests: use "test_commit" helper
2021-01-05  Ævar Arnfjörð... mktag tests: don't needlessly use a subshell
2021-01-05  Ævar Arnfjörð... mktag doc: update to explain why to use this
2021-01-05  Derrick Stoleemaintenance: use Windows scheduled tasks
2021-01-05  Derrick Stoleemaintenance: use launchctl on macOS
2021-01-04  Felipe Contrerascompletion: add proper public __git_complete
2021-01-04  Felipe Contrerastest: completion: add tests for __git_complete
2021-01-04  Felipe Contrerascompletion: bash: improve function detection
2021-01-04  Felipe Contrerascompletion: bash: add __git_have_func helper
2021-01-04  René Scharferebase: verify commit parameter
2021-01-04  Derrick Stoleerevision: trace topo-walk statistics
2021-01-04  Martin Ågrenhash-lookup: rename from sha1-lookup
2021-01-04  Martin Ågrensha1-lookup: rename `sha1_pos()` as `hash_pos()`
2021-01-04  Martin Ågrenobject-file.c: rename from sha1-file.c
2021-01-04  Martin Ågrenobject-name.c: rename from sha1-name.c
2021-01-04  Martin Ågrenpack-format.txt: document sizes at start of delta data
2021-01-04  Elijah Newrendiffcore-rename: remove unnecessary duplicate entry...
next