]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2019-12-01  Junio C HamanoMerge branch 'es/myfirstcontrib-updates'
2019-12-01  Junio C HamanoMerge branch 'hw/config-doc-in-header'
2019-12-01  Junio C HamanoMerge branch 'dl/doc-diff-no-index-implies-exit-code'
2019-12-01  Junio C HamanoMerge branch 'js/vreportf-wo-buffering'
2019-12-01  Junio C HamanoMerge branch 'pb/no-recursive-reset-hard-in-worktree...
2019-12-01  Junio C HamanoMerge branch 'pb/help-list-gitsubmodules-among-guides'
2019-12-01  Junio C HamanoMerge branch 'sg/blame-indent-heuristics-is-now-the...
2019-12-01  Junio C HamanoMerge branch 'mr/clone-dir-exists-to-path-exists'
2019-12-01  Junio C HamanoMerge branch 'ma/bisect-doc-sample-update'
2019-12-01  Junio C HamanoMerge branch 'js/git-path-head-dot-lock-fix'
2019-12-01  Junio C HamanoMerge branch 'jc/log-graph-simplify'
2019-12-01  Junio C HamanoMerge branch 'jk/cleanup-object-parsing-and-fsck'
2019-12-01  Johannes Schindelinbuilt-in add -i: offer the `quit` command
2019-12-01  Johannes Schindelinbuilt-in add -i: re-implement the `diff` command
2019-12-01  Johannes Schindelinbuilt-in add -i: implement the `patch` command
2019-12-01  Johannes Schindelinbuilt-in add -i: re-implement `add-untracked` in C
2019-12-01  Johannes Schindelinbuilt-in add -i: re-implement `revert` in C
2019-12-01  Johannes Schindelinbuilt-in add -i: implement the `update` command
2019-12-01  Johannes Schindelinbuilt-in add -i: prepare for multi-selection commands
2019-12-01  Johannes Schindelinbuilt-in add -i: allow filtering the modified files...
2019-12-01  Johannes Schindelinadd-interactive: make sure to release `rev.prune_data`
2019-11-30  Johannes Schindelinmingw: do set `errno` correctly when trying to restrict...
2019-11-30  Hans Jerry... grep: don't return an expression from pcre2_free()
2019-11-30  brian m. carlsont9001: avoid including non-trailing NUL bytes in variables
2019-11-30  Hans Jerry... gpg-interface: prefer check_signature() for GPG verific...
2019-11-30  Ed Mastet4210: skip i18n tests that don't work on FreeBSD
2019-11-30  Doan Tran Cong... archive-zip.c: switch to reentrant localtime_r
2019-11-30  Doan Tran Cong... date.c: switch to reentrant {gm,local}time_r
2019-11-30  René Scharfet7811: don't create unused file
2019-11-30  René Scharfet9300: don't create unused file
2019-11-30  Alban Gruinsequencer: fix a memory leak in sequencer_continue()
2019-11-30  Jeff Kingdoc: replace public-inbox links with lore.kernel.org
2019-11-30  Jeff Kingdoc: recommend lore.kernel.org over public-inbox.org
2019-11-30  Jeff Kingsend-pack: use OBJECT_INFO_QUICK to check negative...
2019-11-29  Denton Liut7700: s/test -f/test_path_is_file/
2019-11-29  Denton Liut7700: move keywords onto their own line
2019-11-29  Denton Liut7700: remove spaces after redirect operators
2019-11-29  Denton Liut7700: drop redirections to /dev/null
2019-11-29  Denton Liut7501: stop losing return codes of git commands
2019-11-29  Denton Liut7501: remove spaces after redirect operators
2019-11-29  Denton Liut5703: stop losing return codes of git commands
2019-11-29  Denton Liut5703: simplify one-time-sed generation logic
2019-11-29  Denton Liut5317: use ! grep to check for no matching lines
2019-11-29  Denton Liut5317: stop losing return codes of git commands
2019-11-29  Denton Liut4138: stop losing return codes of git commands
2019-11-29  Denton Liut4015: use test_write_lines()
2019-11-29  Denton Liut4015: stop losing return codes of git commands
2019-11-29  Denton Liut3600: comment on inducing SIGPIPE in `git rm`
2019-11-29  Denton Liut3600: stop losing return codes of git commands
2019-11-29  Denton Liut3600: use test_line_count() where possible
2019-11-29  Denton Liut3301: stop losing return codes of git commands
2019-11-29  Denton Liut0090: stop losing return codes of git commands
2019-11-29  Denton Liut0014: remove git command upstream of pipe
2019-11-29  Denton Liuapply-one-time-sed.sh: modernize style
2019-11-29  SZEDER Gáborci: build Git with GCC 9 in the 'osx-gcc' build job
2019-11-27  René Scharfetest: use test_must_be_empty F instead of test_cmp...
2019-11-27  Andreas Schwabt7812: add missing redirects
2019-11-27  René Scharfetest: use test_must_be_empty F instead of test -z ...
2019-11-27  René Scharfet1400: use test_must_be_empty
2019-11-27  René Scharfet1410: use test_line_count
2019-11-27  René Scharfet1512: use test_line_count
2019-11-27  René Scharferun-command: use prepare_git_cmd() in prepare_cmd()
2019-11-27  René Scharfename-rev: use skip_prefix() instead of starts_with()
2019-11-27  René Scharfepush: use skip_prefix() instead of starts_with()
2019-11-27  René Scharfeshell: use skip_prefix() instead of starts_with()
2019-11-27  René Scharfefmt-merge-msg: use skip_prefix() instead of starts_with()
2019-11-27  René Scharfefetch: use skip_prefix() instead of starts_with()
2019-11-27  Ruud van Asseldonkt5150: skip request-pull test if Perl is disabled
2019-11-27  Derrick Stoleecommit-graph: use start_delayed_progress()
2019-11-27  Derrick Stoleeprogress: create GIT_PROGRESS_DELAY
2019-11-27  Jeff Kingt/perf: don't depend on Git.pm
2019-11-27  Jeff Kingperf-lib: use a single filename for all measurement...
2019-11-27  SZEDER Gábortest-lib-functions: suppress a 'git rev-parse' error...
2019-11-25  Junio C Hamanorebase -i: finishing touches to --reset-author-date
2019-11-25  Manish Goregaokarsubmodule: fix 'submodule status' when called from...
2019-11-25  Alban Gruinsequencer: directly call pick_commits() from complete_a...
2019-11-25  Alban Gruinrebase: fill `squash_onto' in get_replay_opts()
2019-11-25  Alban Gruinsequencer: move the code writing total_nr on the disk...
2019-11-25  Alban Gruinsequencer: update `done_nr' when skipping commands...
2019-11-25  Alban Gruinsequencer: update `total_nr' when adding an item to...
2019-11-25  Mike Hommeyrevision: free topo_walk_info before creating a new...
2019-11-25  Mike Hommeyrevision: clear the topo-walk flags in reset_revision_walk
2019-11-25  Hariom Vermagit-compat-util.h: drop the `PRIuMAX` and other fallbac...
2019-11-25  Yi-Jyun Panl10n: zh_TW: add translation for v2.24.0
2019-11-25  Nika Layzellreset: parse rev as tree-ish in patch mode
2019-11-24  Philippe Blaindoc: mention that 'git submodule update' fetches missin...
2019-11-24  Manish Goregaokardoc: document 'git submodule status --cached'
2019-11-24  SZEDER Gáborsequencer: don't re-read todo for revert and cherry...
2019-11-23  Johannes Schindelinmingw: restrict file handle inheritance only on Windows...
2019-11-23  Johannes Schindelinmingw: spawned processes need to inherit only standard...
2019-11-23  Johannes Schindelinmingw: work around incorrect standard handles
2019-11-23  Johannes Schindelinmingw: demonstrate that all file handles are inherited...
2019-11-23  SZEDER Gábort5608-clone-2gb.sh: turn GIT_TEST_CLONE_2GB into a...
2019-11-23  SZEDER Gábortests: add 'test_bool_env' to catch non-bool GIT_TEST_...
2019-11-23  Phillip Woodsequencer: fix empty commit check when amending
2019-11-23  Johannes Schindelingit svn: stop using `rebase --preserve-merges`
2019-11-23  Hans Jerry... gpg-interface: limit search for primary key fingerprint
2019-11-23  Hans Jerry... gpg-interface: refactor the free-and-xmemdupz pattern
2019-11-22  Derrick Stoleesparse-checkout: check for dirty status
2019-11-22  Derrick Stoleesparse-checkout: update working directory in-process...
next