]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
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...
2019-11-22  Derrick Stoleesparse-checkout: cone mode should not interact with...
2019-11-22  Derrick Stoleesparse-checkout: write using lockfile
2019-11-22  Derrick Stoleesparse-checkout: use in-process update for disable...
2019-11-22  Derrick Stoleesparse-checkout: update working directory in-process
2019-11-22  Derrick Stoleesparse-checkout: sanitize for nested folders
2019-11-22  Derrick Stoleeunpack-trees: add progress to clear_ce_flags()
2019-11-22  Derrick Stoleeunpack-trees: hash less in cone mode
2019-11-22  Derrick Stoleesparse-checkout: init and set in cone mode
2019-11-22  Derrick Stoleesparse-checkout: use hashmaps for cone patterns
2019-11-22  Derrick Stoleesparse-checkout: add 'cone' mode
2019-11-22  Jeff Hostetlertrace2: add region in clear_ce_flags
2019-11-22  Derrick Stoleesparse-checkout: create 'disable' subcommand
2019-11-22  Derrick Stoleesparse-checkout: add '--stdin' option to set subcommand
2019-11-22  Derrick Stoleesparse-checkout: 'set' subcommand
2019-11-22  Derrick Stoleeclone: add --sparse mode
2019-11-22  Derrick Stoleesparse-checkout: create 'init' subcommand
2019-11-22  Derrick Stoleesparse-checkout: create builtin with 'list' subcommand
2019-11-21  Utsav Shahunpack-trees: skip stat on fsmonitor-valid files
2019-11-21  Denton Liulib-bash.sh: move `then` onto its own line
2019-11-21  Denton Liut5520: replace `! git` with `test_must_fail git`
2019-11-21  Denton Liut5520: remove redundant lines in test cases
2019-11-21  Denton Liut5520: replace $(cat ...) comparison with test_cmp
2019-11-21  Denton Liut5520: don't put git in upstream of pipe
2019-11-21  Denton Liut5520: test single-line files by git with test_cmp
2019-11-21  Denton Liut5520: use test_cmp_rev where possible
2019-11-21  Denton Liut5520: replace test -{n,z} with test-lib functions
2019-11-21  Denton Liut5520: use test_line_count where possible
2019-11-21  Denton Liut5520: remove spaces after redirect operator
2019-11-21  Denton Liut5520: replace test -f with test-lib functions
2019-11-21  Denton Liut5520: let sed open its own input
2019-11-21  Denton Liut5520: use sq for test case names
2019-11-21  Denton Liut5520: improve test style
2019-11-21  Denton Liut: teach test_cmp_rev to accept ! for not-equals
2019-11-21  Denton Liut0000: test multiple local assignment
2019-11-21  Denton Liuformat-patch: pass notes configuration to range-diff
2019-11-21  Denton Liurange-diff: pass through --notes to `git log`
2019-11-21  Denton Liurange-diff: output `## Notes ##` header
2019-11-21  Denton Liut3206: range-diff compares logs with commit notes
2019-11-21  Denton Liut3206: s/expected/expect/
2019-11-21  Denton Liut3206: disable parameter substitution in heredoc
2019-11-21  Denton Liut3206: remove spaces after redirect operators
2019-11-21  Denton Liupretty-options.txt: --notes accepts a ref instead of...
2019-11-20  Josh Hollanduserdiff: support Python async functions
2019-11-20  Denton LiuSubmittingPatches: use `--pretty=reference`
2019-11-20  Denton Liupretty: implement 'reference' format
next