]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2021-10-12  Junio C HamanoMerge branch 'kz/revindex-comment-fix' into maint
2021-10-12  Junio C HamanoMerge branch 'cb/plug-leaks-in-alloca-emu-users' into...
2021-10-12  Junio C HamanoMerge branch 'ma/doc-git-version' into maint
2021-10-12  Junio C HamanoMerge branch 'rs/drop-core-compression-vars' into maint
2021-10-12  Junio C HamanoMerge branch 'jk/t5562-racefix' into maint
2021-10-12  Junio C HamanoMerge branch 'rs/setup-use-xopen-and-xdup' into maint
2021-10-12  Junio C HamanoMerge branch 'jc/prefix-filename-allocates' into maint
2021-10-12  Junio C HamanoMerge branch 'ab/no-more-check-bindir' into maint
2021-10-12  Junio C HamanoMerge branch 'bs/doc-bugreport-outdir' into maint
2021-10-12  Junio C HamanoMerge branch 'cb/ci-build-pedantic' into maint
2021-10-12  Junio C HamanoMerge branch 'rs/archive-use-object-id' into maint
2021-10-12  Junio C HamanoMerge branch 'rs/show-branch-simplify' into maint
2021-10-12  Junio C HamanoMerge branch 'cb/remote-ndebug-fix' into maint
2021-10-12  Junio C HamanoMerge branch 'ab/mailmap-leakfix' into maint
2021-10-12  Junio C HamanoMerge branch 'ab/gc-log-rephrase' into maint
2021-10-12  Junio C HamanoMerge branch 'ba/object-info' into maint
2021-10-12  Junio C HamanoMerge branch 'es/walken-tutorial-fix' into maint
2021-10-12  Junio C HamanoMerge branch 'rs/xopen-reports-open-failures' into...
2021-10-12  Junio C HamanoMerge branch 'dd/t6300-wo-gpg-fix' into maint
2021-10-12  Junio C HamanoMerge branch 'mh/credential-leakfix' into maint
2021-10-12  Junio C HamanoMerge branch 'jk/t5323-no-pack-test-fix' into maint
2021-10-12  Junio C HamanoMerge branch 'js/maintenance-launchctl-fix' into maint
2021-10-12  Junio C HamanoMerge branch 'ab/rebase-fatal-fatal-fix' into maint
2021-10-12  Junio C HamanoMerge branch 'ab/ls-remote-packet-trace' into maint
2021-10-12  Junio C HamanoMerge branch 'ga/send-email-sendmail-cmd' into maint
2021-10-12  Junio C HamanoMerge branch 'me/t5582-cleanup' into maint
2021-10-12  Junio C HamanoMerge branch 'sg/make-fix-ar-invocation' into maint
2021-10-12  Junio C HamanoMerge branch 'ti/tcsh-completion-regression-fix' into...
2021-10-12  Junio C HamanoMerge branch 'fc/completion-updates' into maint
2021-10-12  Junio C HamanoMerge branch 'cb/ci-freebsd-update' into maint
2021-10-12  Junio C HamanoMerge branch 'cb/builtin-merge-format-string-fix' into...
2021-10-12  Junio C HamanoMerge branch 'js/log-protocol-version' into maint
2021-10-12  Junio C HamanoMerge branch 'en/merge-strategy-docs' into maint
2021-10-12  Junio C HamanoMerge branch 'ab/bundle-doc' into maint
2021-09-16  Carlo Marcelo... t0000: avoid masking git exit value through pipes
2021-09-16  Carlo Marcelo... tree-diff: fix leak when not HAVE_ALLOCA_H
2021-09-16  Kyle Zhaopack-revindex.h: correct the time complexity descriptions
2021-09-14  Matthias Aßhauerdocumentation: add documentation for 'git version'
2021-09-12  René Scharfecompression: drop write-only core_compression_* variables
2021-09-10  Jeff Kingt5562: use alarm() to interrupt timed child-wait
2021-09-10  René Scharfesetup: use xopen and xdup in sanitize_stdfds
2021-09-07  Junio C Hamanohash-object: prefix_filename() returns allocated memory...
2021-09-07  Bagas SanjayaDocumentation: fix default directory of git bugreport -o
2021-09-07  Ævar Arnfjörð... Makefile: remove the check_bindir script
2021-09-02  Carlo Marcelo... remote: avoid -Wunused-but-set-variable in gcc with...
2021-09-02  Ævar Arnfjörð... gc: remove trailing dot from "gc.log" line
2021-08-31  Ævar Arnfjörð... mailmap.c: fix a memory leak in free_mailap_{info,entry}()
2021-08-31  Ævar Arnfjörð... protocol-caps.c: fix memory leak in send_info()
2021-08-30  Zokerdoc: fix syntax error and the format of printf
2021-08-27  René Scharfearchive: convert queue_directory to struct object_id
2021-08-27  René Scharfeshow-branch: simplify rev_is_head()
2021-08-25  René Scharfeuse xopen() to handle fatal open(2) failures
2021-08-25  René Scharfexopen: explicitly report creation failures
2021-08-25  Đoàn Trần Công... t6300: check for cat-file exit status code
2021-08-25  Đoàn Trần Công... t6300: don't run cat-file on non-existent object
2021-08-25  Mike Hommeycredential: fix leak in credential_apply_config()
2021-08-25  Jeff Kingt5323: drop mentions of "master"
2021-08-24  Ævar Arnfjörð... rebase: emit one "fatal" in "fatal: fatal: <error>"
2021-08-24  Ævar Arnfjörð... ls-remote: set packet_trace_identity(<name>)
2021-08-24  Derrick Stoleemaintenance: skip bootout/bootstrap when plist is regis...
2021-08-24  Johannes Schindelinmaintenance: create `launchctl` configuration using...
2021-08-24  Johannes Sixtt9001: PATH must not use Windows-style paths
2021-08-24  Mickey Enditot5582: remove spurious 'cd "$D"' line
2021-08-19  SZEDER GáborMakefile: remove archives before manipulating them...
2021-08-18  Takashi Iwaicompletion: tcsh: Fix regression by drop of wrapper...
2021-08-18  Felipe Contrerascompletion: bash: add correct suffix in variables
2021-08-18  Felipe Contrerascompletion: bash: fix for multiple dash commands
2021-08-18  Felipe Contrerascompletion: bash: fix for suboptions with value
2021-08-18  Felipe Contrerascompletion: bash: fix prefix detection in branch.*
2021-08-16  Junio C HamanoGit 2.33 v2.33.0
2021-08-16  Junio C HamanoMerge branch 'rs/oidtree-alignment-fix'
2021-08-16  Junio C HamanoMerge tag 'l10n-2.33.0-rnd2' of git://github.com/git...
2021-08-15  Peter Kreftingl10n: sv.po: Update Swedish translation (5230t0f0u)
2021-08-15  Jiang Xinl10n: TEAMS: change Simplified Chinese team leader
2021-08-15  René Scharfeoidtree: avoid unaligned access to crit-bit tree
2021-08-15  Jiang XinMerge branch 'next' of github.com:ChrisADR/git-po
2021-08-15  Emir Sarıl10n: tr: v2.33 (round 2)
2021-08-15  Christopher... l10n: es: 2.33.0 round 2
2021-08-15  Jiang Xinl10n: zh_CN: for git v2.33.0 l10n round 2
2021-08-15  Fangyi Zhoul10n: zh_CN: Revision for git v2.32.0 l10n round 1
2021-08-15  Jiang Xinl10n: README: refactor to use GFM syntax
2021-08-15  Jiang XinMerge branch 'l10n-2.33-rnd2' of github.com:ralfth/git
2021-08-15  Jiang XinMerge branch 'pt-PT' of github.com:git-l10n-pt-PT/git-po
2021-08-14  Ralf Thielowl10n: update German translation for Git v2.33.0 (rnd2)
2021-08-14  Daniel Santosl10n: pt_PT: v2.33.0 round 2
2021-08-14  Daniel Santosl10n: pt_PT: git-po-helper update
2021-08-14  Daniel Santosl10n: pt_PT: update translation table
2021-08-14  Jiang XinMerge branch 'loc/zh_TW/210814' of github.com:l10n...
2021-08-14  Yi-Jyun Panl10n: zh_TW.po: remove the obsolete glossary
2021-08-14  Jiang XinMerge branch 'master' of github.com:vnwildman/git
2021-08-14  Jiang XinMerge branch 'po-id' of github.com:bagasme/git-po
2021-08-14  Tran Ngoc Quanl10n: vi.po(5230t): Updated translation for v2.32.0...
2021-08-14  Jean-Noël Avilal10n: fr.po v2.33 rnd 2
2021-08-14  Bagas Sanjayal10n: id: po-id for 2.33.0 round 2
2021-08-14  Yi-Jyun Panl10n: zh_TW.po: update for v2.33.0 rnd 2
2021-08-14  Jiang XinMerge branch 'master' of github.com:vnwildman/git
2021-08-13  Jiang Xinl10n: git.pot: v2.33.0 round 2 (11 new, 8 removed)
2021-08-13  Jiang XinMerge branch 'master' of github.com:git/git
2021-08-13  Jiang XinMerge branch 'master' of github.com:nafmo/git-l10n-sv
2021-08-13  Jiang XinMerge branch 'master' of github.com:alshopov/git-po
next