We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the Weekly Digest for gitgitgadget/git:
Last week 7 issues were created. Of these, 0 issues have been closed and 7 issues are still open.
💚 #267 t3404: fix a typo, by dscho 💚 #266 ci: split linux-gcc into linux-gcc and linux-gcc-extra, by dscho 💚 #265 Support building with GCC v8.x/v9.x, by dscho 💚 #264 Adding git-ignore command, tests, and documentation., by tstone2077 💚 #263 submodule foreach: fix recursion of options, by momoson 💚 #262 add -p: fix checkout -p with pathological context, by phillipwood 💚 #261 Create 'expire' and 'repack' verbs for git-multi-pack-index, by derrickstolee
linux-gcc
linux-gcc-extra
🔈 #262 add -p: fix checkout -p with pathological context, by phillipwood It received 11 comments.
Last week, 18 pull requests were created, updated or merged.
Last week, 18 pull requests were updated. 💛 #267 t3404: fix a typo, by dscho 💛 #266 ci: split linux-gcc into linux-gcc and linux-gcc-extra, by dscho 💛 #265 Support building with GCC v8.x/v9.x, by dscho 💛 #264 Adding git-ignore command, tests, and documentation., by tstone2077 💛 #263 submodule foreach: fix recursion of options, by momoson 💛 #262 add -p: fix checkout -p with pathological context, by phillipwood 💛 #261 Create 'expire' and 'repack' verbs for git-multi-pack-index, by derrickstolee 💛 #228 sha1-file: split OBJECT_INFO_FOR_PREFETCH, by derrickstolee 💛 #223 Fix racy fsmonitor, by dscho 💛 #221 Fix two issues pointed out by Coverity, by dscho 💛 #196 status: remove the empty line after hints, by johnlinp 💛 #189 trace2: Add variable description to git.txt, by derrickstolee 💛 #184 Commit-graph: Write incremental files, by derrickstolee 💛 #183 p4: fix "Not a valid object name HEAD0" when unshelving, by mdymike 💛 #151 Fix a test on NTFS (and probably HFS+), by dscho 💛 #145 Avoid spawning gzip in git archive, by dscho 💛 #142 Optimize run_diff_files()' rename detection, by dscho 💛 #112 Commit-graph write refactor (was: Create commit-graph file format v2), by derrickstolee
gzip
git archive
Last week there were 17 commits. 🛠️ The first batch after 2.22 Signed-off-by: Junio C Hamano [email protected] by gitster 🛠️ Merge branch 'pw/rebase-edit-message-for-replayed-merge' A "merge -c" instruction during "git rebase --rebase-merges" should give the user a chance to edit the log message, even when there is otherwise no need to create a new merge and replace the existing one (i.e. fast-forward instead), but did not. Which has been corrected. * pw/rebase-edit-message-for-replayed-merge: rebase -r: always reword merge -c by gitster 🛠️ Merge branch 'ab/deprecate-R-for-dynpath' The way of specifying the path to find dynamic libraries at runtime has been simplified. The old default to pass -R/path/to/dir has been replaced with the new default to pass -Wl,-rpath,/path/to/dir, which is the more recent GCC uses. Those who need to build with an old GCC can still use "CC_LD_DYNPATH=-R" * ab/deprecate-R-for-dynpath: Makefile: remove the NO_R_TO_GCC_LINKER flag by gitster 🛠️ Merge branch 'mh/import-transport-fd-fix' The ownership rule for the file descriptor to fast-import remote backend was mixed up, leading to unrelated file descriptor getting closed, which has been fixed. * mh/import-transport-fd-fix: Use xmmap_gently instead of xmmap in use_pack dup() the input fd for fast-import used for remote helpers by gitster 🛠️ Merge branch 'ew/update-server-info' "git update-server-info" learned not to rewrite the file with the same contents. * ew/update-server-info: update-server-info: avoid needless overwrites by gitster 🛠️ Merge branch 'jk/help-unknown-ref-fix' Improve the code to show args with potential typo that cannot be interpreted as a commit-ish. * jk/help-unknown-ref-fix: help_unknown_ref(): check for refname ambiguity help_unknown_ref(): duplicate collected refnames by gitster 🛠️ Merge branch 'dl/format-patch-notes-config' "git format-patch" learns a configuration to set the default for its --notes= option. * dl/format-patch-notes-config: format-patch: teach format.notes config option git-format-patch.txt: document --no-notes option by gitster 🛠️ Merge branch 'nd/merge-quit' "git merge" learned "--quit" option that cleans up the in-progress merge while leaving the working tree and the index still in a mess. * nd/merge-quit: merge: add --quit merge: remove drop_save() in favor of remove_merge_branch_state() by gitster 🛠️ Merge branch 'ab/fail-prereqs-in-test' Developer support to emulate unsatisfied prerequisites in tests to ensure that the remainer of the tests still succeeds when tests with prerequisites are skipped. * ab/fail-prereqs-in-test: tests: add a special setup where prerequisites fail by gitster 🛠️ Merge branch 'nd/corrupt-worktrees' "git worktree add" used to fail when another worktree connected to the same repository was corrupt, which has been corrected. * nd/corrupt-worktrees: worktree add: be tolerant of corrupt worktrees by gitster 🛠️ Merge branch 'js/rebase-cleanup' Update supporting parts of "git rebase" to remove code that should no longer be used. * js/rebase-cleanup: rebase: fold git-rebase--common into the -p backend sequencer: the am and rebase--interactive scripts are gone .gitignore: there is no longer a built-in git-rebase--interactive t3400: stop referring to the scripted rebase Drop unused git-rebase--am.sh by gitster 🛠️ Merge branch 'nd/worktree-name-sanitization' In recent versions of Git, per-worktree refs are exposed in refs/worktrees// hierarchy, which means that worktree names must be a valid refname component. The code now sanitizes the names given to worktrees, to make sure these refs are well-formed. * nd/worktree-name-sanitization: worktree add: sanitize worktree names by gitster 🛠️ Merge branch 'en/fast-export-encoding' The "git fast-export/import" pair has been taught to handle commits with log messages in encoding other than UTF-8 better. * en/fast-export-encoding: fast-export: do automatic reencoding of commit messages only if requested fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8 fast-export: avoid stripping encoding header if we cannot reencode fast-import: support 'encoding' commit header t9350: fix encoding test to actually test reencoding by gitster 🛠️ Merge branch 'jk/unused-params-final-batch' * jk/unused-params-final-batch: verify-commit: simplify parameters to run_gpg_verify() show-branch: drop unused parameter from show_independent() rev-list: drop unused void pointer from finish_commit() remove_all_fetch_refspecs(): drop unused "remote" parameter receive-pack: drop unused "commands" from prepare_shallow_update() pack-objects: drop unused rev_info parameters name-rev: drop unused parameters from is_better_name() mktree: drop unused length parameter wt-status: drop unused status parameter read-cache: drop unused parameter from threaded load clone: drop dest parameter from copy_alternates() submodule: drop unused prefix parameter from some functions builtin: consistently pass cmd_* prefix to parse_options cmd_{read,write}_tree: rename "unused" variable that is used by gitster 🛠️ Merge branch 'sb/format-patch-base-patch-id-fix' The "--base" option of "format-patch" computed the patch-ids for prerequisite patches in an unstable way, which has been updated to compute in a way that is compatible with "git patch-id --stable". * sb/format-patch-base-patch-id-fix: format-patch: make --base patch-id output stable format-patch: inform user that patch-id generation is unstable by gitster 🛠️ Merge branch 'nd/init-relative-template-fix' A relative pathname given to "git init --template= " ought to be relative to the directory "git init" gets invoked in, but it instead was made relative to the repository, which has been corrected. * nd/init-relative-template-fix: init: make --template path relative to $CWD by gitster 🛠️ Merge branch 'ab/send-email-transferencoding-fix' Since "git send-email" learned to take 'auto' as the value for the transfer-encoding, it by mistake stopped honoring the values given to the configuration variables sendemail.transferencoding and/or sendemail..transferencoding. This has been corrected to (finally) redoing the order of setting the default, reading the configuration and command line options. * ab/send-email-transferencoding-fix: send-email: fix regression in sendemail.identity parsing send-email: document --no-[to|cc|bcc] send-email: fix broken transferEncoding tests send-email: remove cargo-culted multi-patch pattern in tests send-email: do defaults -> config -> getopt in that order send-email: rename the @bcclist variable for consistency send-email: move the read_config() function above getopts by gitster
am
rebase--interactive
git-rebase--interactive
Last week there was 1 contributor. 👤 gitster
Last week there were no stargazers.
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository gitgitgadget/git to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the Weekly Digest for gitgitgadget/git:
ISSUES
Last week 7 issues were created.
Of these, 0 issues have been closed and 7 issues are still open.
OPEN ISSUES
💚 #267 t3404: fix a typo, by dscho
💚 #266 ci: split
linux-gcc
intolinux-gcc
andlinux-gcc-extra
, by dscho💚 #265 Support building with GCC v8.x/v9.x, by dscho
💚 #264 Adding git-ignore command, tests, and documentation., by tstone2077
💚 #263 submodule foreach: fix recursion of options, by momoson
💚 #262 add -p: fix checkout -p with pathological context, by phillipwood
💚 #261 Create 'expire' and 'repack' verbs for git-multi-pack-index, by derrickstolee
NOISY ISSUE
🔈 #262 add -p: fix checkout -p with pathological context, by phillipwood
It received 11 comments.
PULL REQUESTS
Last week, 18 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 18 pull requests were updated.
💛 #267 t3404: fix a typo, by dscho
💛 #266 ci: split
linux-gcc
intolinux-gcc
andlinux-gcc-extra
, by dscho💛 #265 Support building with GCC v8.x/v9.x, by dscho
💛 #264 Adding git-ignore command, tests, and documentation., by tstone2077
💛 #263 submodule foreach: fix recursion of options, by momoson
💛 #262 add -p: fix checkout -p with pathological context, by phillipwood
💛 #261 Create 'expire' and 'repack' verbs for git-multi-pack-index, by derrickstolee
💛 #228 sha1-file: split OBJECT_INFO_FOR_PREFETCH, by derrickstolee
💛 #223 Fix racy fsmonitor, by dscho
💛 #221 Fix two issues pointed out by Coverity, by dscho
💛 #196 status: remove the empty line after hints, by johnlinp
💛 #189 trace2: Add variable description to git.txt, by derrickstolee
💛 #184 Commit-graph: Write incremental files, by derrickstolee
💛 #183 p4: fix "Not a valid object name HEAD0" when unshelving, by mdymike
💛 #151 Fix a test on NTFS (and probably HFS+), by dscho
💛 #145 Avoid spawning
gzip
ingit archive
, by dscho💛 #142 Optimize run_diff_files()' rename detection, by dscho
💛 #112 Commit-graph write refactor (was: Create commit-graph file format v2), by derrickstolee
COMMITS
Last week there were 17 commits.
🛠️ The first batch after 2.22 Signed-off-by: Junio C Hamano [email protected] by gitster
🛠️ Merge branch 'pw/rebase-edit-message-for-replayed-merge' A "merge -c" instruction during "git rebase --rebase-merges" should give the user a chance to edit the log message, even when there is otherwise no need to create a new merge and replace the existing one (i.e. fast-forward instead), but did not. Which has been corrected. * pw/rebase-edit-message-for-replayed-merge: rebase -r: always reword merge -c by gitster
🛠️ Merge branch 'ab/deprecate-R-for-dynpath' The way of specifying the path to find dynamic libraries at runtime has been simplified. The old default to pass -R/path/to/dir has been replaced with the new default to pass -Wl,-rpath,/path/to/dir, which is the more recent GCC uses. Those who need to build with an old GCC can still use "CC_LD_DYNPATH=-R" * ab/deprecate-R-for-dynpath: Makefile: remove the NO_R_TO_GCC_LINKER flag by gitster
🛠️ Merge branch 'mh/import-transport-fd-fix' The ownership rule for the file descriptor to fast-import remote backend was mixed up, leading to unrelated file descriptor getting closed, which has been fixed. * mh/import-transport-fd-fix: Use xmmap_gently instead of xmmap in use_pack dup() the input fd for fast-import used for remote helpers by gitster
🛠️ Merge branch 'ew/update-server-info' "git update-server-info" learned not to rewrite the file with the same contents. * ew/update-server-info: update-server-info: avoid needless overwrites by gitster
🛠️ Merge branch 'jk/help-unknown-ref-fix' Improve the code to show args with potential typo that cannot be interpreted as a commit-ish. * jk/help-unknown-ref-fix: help_unknown_ref(): check for refname ambiguity help_unknown_ref(): duplicate collected refnames by gitster
🛠️ Merge branch 'dl/format-patch-notes-config' "git format-patch" learns a configuration to set the default for its --notes= option. * dl/format-patch-notes-config: format-patch: teach format.notes config option git-format-patch.txt: document --no-notes option by gitster
🛠️ Merge branch 'nd/merge-quit' "git merge" learned "--quit" option that cleans up the in-progress merge while leaving the working tree and the index still in a mess. * nd/merge-quit: merge: add --quit merge: remove drop_save() in favor of remove_merge_branch_state() by gitster
🛠️ Merge branch 'ab/fail-prereqs-in-test' Developer support to emulate unsatisfied prerequisites in tests to ensure that the remainer of the tests still succeeds when tests with prerequisites are skipped. * ab/fail-prereqs-in-test: tests: add a special setup where prerequisites fail by gitster
🛠️ Merge branch 'nd/corrupt-worktrees' "git worktree add" used to fail when another worktree connected to the same repository was corrupt, which has been corrected. * nd/corrupt-worktrees: worktree add: be tolerant of corrupt worktrees by gitster
🛠️ Merge branch 'js/rebase-cleanup' Update supporting parts of "git rebase" to remove code that should no longer be used. * js/rebase-cleanup: rebase: fold git-rebase--common into the -p backend sequencer: the
am
andrebase--interactive
scripts are gone .gitignore: there is no longer a built-ingit-rebase--interactive
t3400: stop referring to the scripted rebase Drop unused git-rebase--am.sh by gitster🛠️ Merge branch 'nd/worktree-name-sanitization' In recent versions of Git, per-worktree refs are exposed in refs/worktrees// hierarchy, which means that worktree names must be a valid refname component. The code now sanitizes the names given to worktrees, to make sure these refs are well-formed. * nd/worktree-name-sanitization: worktree add: sanitize worktree names by gitster
🛠️ Merge branch 'en/fast-export-encoding' The "git fast-export/import" pair has been taught to handle commits with log messages in encoding other than UTF-8 better. * en/fast-export-encoding: fast-export: do automatic reencoding of commit messages only if requested fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8 fast-export: avoid stripping encoding header if we cannot reencode fast-import: support 'encoding' commit header t9350: fix encoding test to actually test reencoding by gitster
🛠️ Merge branch 'jk/unused-params-final-batch' * jk/unused-params-final-batch: verify-commit: simplify parameters to run_gpg_verify() show-branch: drop unused parameter from show_independent() rev-list: drop unused void pointer from finish_commit() remove_all_fetch_refspecs(): drop unused "remote" parameter receive-pack: drop unused "commands" from prepare_shallow_update() pack-objects: drop unused rev_info parameters name-rev: drop unused parameters from is_better_name() mktree: drop unused length parameter wt-status: drop unused status parameter read-cache: drop unused parameter from threaded load clone: drop dest parameter from copy_alternates() submodule: drop unused prefix parameter from some functions builtin: consistently pass cmd_* prefix to parse_options cmd_{read,write}_tree: rename "unused" variable that is used by gitster
🛠️ Merge branch 'sb/format-patch-base-patch-id-fix' The "--base" option of "format-patch" computed the patch-ids for prerequisite patches in an unstable way, which has been updated to compute in a way that is compatible with "git patch-id --stable". * sb/format-patch-base-patch-id-fix: format-patch: make --base patch-id output stable format-patch: inform user that patch-id generation is unstable by gitster
🛠️ Merge branch 'nd/init-relative-template-fix' A relative pathname given to "git init --template= " ought to be relative to the directory "git init" gets invoked in, but it instead was made relative to the repository, which has been corrected. * nd/init-relative-template-fix: init: make --template path relative to $CWD by gitster
🛠️ Merge branch 'ab/send-email-transferencoding-fix' Since "git send-email" learned to take 'auto' as the value for the transfer-encoding, it by mistake stopped honoring the values given to the configuration variables sendemail.transferencoding and/or sendemail..transferencoding. This has been corrected to (finally) redoing the order of setting the default, reading the configuration and command line options. * ab/send-email-transferencoding-fix: send-email: fix regression in sendemail.identity parsing send-email: document --no-[to|cc|bcc] send-email: fix broken transferEncoding tests send-email: remove cargo-culted multi-patch pattern in tests send-email: do defaults -> config -> getopt in that order send-email: rename the @bcclist variable for consistency send-email: move the read_config() function above getopts by gitster
CONTRIBUTORS
Last week there was 1 contributor.
👤 gitster
STARGAZERS
Last week there were no stargazers.
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository gitgitgadget/git to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: