messages from 2021-05-31 11:27:10 to 2021-06-02 04:53:55 UTC [more...]
The git spring cleanup challenge
2021-06-02 4:53 UTC (20+ messages)
[PATCH v3 0/7] Unconvolutize push.default=simple
2021-06-02 4:05 UTC (24+ messages)
` [PATCH v3 1/7] push: rename !triangular to same_remote
` [PATCH v3 2/7] push: hedge code of default=simple
` [PATCH v3 3/7] push: copy code to setup_push_simple()
` [PATCH v3 4/7] push: reorganize setup_push_simple()
` [PATCH v3 5/7] push: simplify setup_push_simple()
` [PATCH v3 6/7] push: remove unused code in setup_push_upstream()
` [PATCH v3 7/7] doc: push: explain default=simple correctly
` [PATCH v2 00/13] push: revamp push.default
` [PATCH v2 01/13] push: create new get_upstream_ref() helper
` [PATCH v2 02/13] push: return immediately in trivial switch case
` [PATCH v2 03/13] push: split switch cases
` [PATCH v2 04/13] push: factor out null branch check
` [PATCH v2 05/13] push: only get the branch when needed
` [PATCH v2 06/13] push: make setup_push_* return the dst
` [PATCH v2 07/13] push: trivial simplifications
` [PATCH v2 08/13] push: get rid of all the setup_push_* functions
` [PATCH v2 09/13] push: factor out the typical case
` [PATCH v2 10/13] push: remove redundant check
` [PATCH v2 11/13] push: remove trivial function
` [PATCH v2 12/13] push: only check same_remote when needed
` [PATCH v2 13/13] push: don't get a full remote object
bug report: git checkout deletes worktree file even though it is excluded by sparse-checkout
2021-06-02 2:32 UTC (4+ messages)
` [PATCH] unpack-trees: add core.sparseCheckoutRmFiles config
bug report: git checkout deletes worktree file even though it is excluded by sparse-checkout
2021-06-02 1:37 UTC (2+ messages)
[PATCH] t2080: fix cp invocation to copy symlinks instead of following them
2021-06-02 1:36 UTC (6+ messages)
[PATCH] config doc: indent descriptions of feature.* variables
2021-06-02 1:17 UTC (3+ messages)
[PATCH v9 00/37] propose config-based hooks
2021-06-02 1:04 UTC (12+ messages)
` [PATCH 00/31] minimal restart of "config-based-hooks"
` [PATCH 16/31] receive-pack: convert push-to-checkout hook to hook.h
` [PATCH 21/31] hook: provide stdin by string_list or callback
` [PATCH 27/31] receive-pack: convert 'update' hook to hook.h
` [PATCH 31/31] hook-list.h: add a generated list of hooks, like config-list.h
[PATCH v2 0/6] Unconvolutize push.default=simple
2021-06-01 23:53 UTC (20+ messages)
` [PATCH v2 6/6] doc: push: explain default=simple correctly
[PATCH v4] contrib/completion: fix zsh completion regression from 59d85a2a05
2021-06-01 23:40 UTC (2+ messages)
[PATCH v3] contrib/completion: fix zsh completion regression from 59d85a2a05
2021-06-01 23:33 UTC (4+ messages)
[PATCH][GSoC] submodule: introduce add-clone helper for submodule add
2021-06-01 22:10 UTC (2+ messages)
[PATCH 0/4] First steps towards partial clone submodules
2021-06-01 21:34 UTC (5+ messages)
` [PATCH 1/4] promisor-remote: read partialClone config here
` [PATCH 2/4] promisor-remote: support per-repository config
` [PATCH 3/4] run-command: move envvar-resetting function
` [PATCH 4/4] promisor-remote: teach lazy-fetch in any repo
[PATCH] t0001: skip test with restrictive permissions if getpwd(3) respects them
2021-06-01 21:20 UTC (4+ messages)
` [PATCH] t0001: fix broken not-quite getcwd(3) test in bed67874e2
[PATCH] builtin/fsck.c: don't conflate "int" and "enum" in callback
2021-06-01 21:04 UTC (5+ messages)
[PATCH 00/18] Prepare tests for reftable backend
2021-06-01 20:44 UTC (64+ messages)
` [PATCH v2 00/21] "
` [PATCH v2 01/21] t4202: split testcase for invalid HEAD symref and HEAD hash
` [PATCH v2 02/21] t/helper/ref-store: initialize oid in resolve-ref
` [PATCH v2 05/21] t1401-symbolic-ref: avoid direct filesystem access
` [PATCH v2 06/21] t1413: use tar to save and restore entire .git directory
` [PATCH v2 08/21] t5000: reformat indentation to the latest fashion
` [PATCH v2 12/21] t5304: use "reflog expire --all" to clear the reflog
` [PATCH v2 18/21] t7900: mark pack-refs tests as REFFILES
` [PATCH v2 19/21] t7003: check reflog existence only for REFFILES
` [PATCH v2 20/21] t4202: mark bogus head hash test with REFFILES
` [PATCH v2 21/21] t1415: set REFFILES for test specific to storage format
` [PATCH v3 00/22] Prepare tests for reftable backend
` [PATCH v3 01/22] t4202: split testcase for invalid HEAD symref and HEAD hash
` [PATCH v3 02/22] t/helper/ref-store: initialize oid in resolve-ref
` [PATCH v3 03/22] t9300: check ref existence using test-helper rather than a file system check
` [PATCH v3 04/22] t5601: read HEAD using rev-parse
` [PATCH v3 05/22] t1401: use tar to snapshot and restore repo state
` [PATCH v3 06/22] t1401-symbolic-ref: avoid direct filesystem access
` [PATCH v3 07/22] t1413: use tar to save and restore entire .git directory
` [PATCH v3 08/22] t1301: fix typo in error message
` [PATCH v3 09/22] t5000: reformat indentation to the latest fashion
` [PATCH v3 10/22] t5000: inspect HEAD using git-rev-parse
` [PATCH v3 11/22] t7003: use rev-parse rather than FS inspection
` [PATCH v3 12/22] t5304: restyle: trim empty lines, drop ':' before >
` [PATCH v3 13/22] t5304: use "reflog expire --all" to clear the reflog
` [PATCH v3 14/22] test-lib: provide test prereq REFFILES
` [PATCH v3 15/22] t1407: require REFFILES for for_each_reflog test
` [PATCH v3 16/22] t1414: mark corruption test with REFFILES
` [PATCH v3 17/22] t2017: mark --orphan/logAllRefUpdates=false test as REFFILES
` [PATCH v3 18/22] t1404: mark tests that muck with .git directly "
` [PATCH v3 19/22] t7900: stop checking for loose refs
` [PATCH v3 20/22] t7003: check reflog existence only for REFFILES
` [PATCH v3 21/22] t4202: mark bogus head hash test with REFFILES
` [PATCH v3 22/22] t1415: set REFFILES for test specific to storage format
Removing Partial Clone / Filtered Clone on a repo
2021-06-01 16:54 UTC (5+ messages)
[PATCH] [GSOC] cat-file: fix --batch report changed-type bug
2021-06-01 16:42 UTC (15+ messages)
[PATCH 0/2] [GSOC] cat-file: fix --batch report changed-type bug
2021-06-01 15:55 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] [GSOC] cat-file: merge two block into one
[BUG] t5300 fails tests on NonStop x86 at 2.32.0-rc2
2021-06-01 15:09 UTC
[PATCH 0/5] Optimization batch 12: miscellaneous unthemed stuff
2021-06-01 14:58 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 1/5] merge-ort: replace string_list_df_name_compare with faster alternative
` [PATCH v2 2/5] diffcore-rename: avoid unnecessary strdup'ing in break_idx
` [PATCH v2 3/5] diffcore-rename: enable limiting rename detection to relevant destinations
` [PATCH v2 4/5] Fix various issues found in comments
` [PATCH v2 5/5] merge-ort: miscellaneous touch-ups
[BUG] t5300 fails tests on NonStop x86 at 2.32.0-rc2
2021-06-01 14:51 UTC
Runaway sed memory use in test on older sed+glibc (was "Re: [PATCH v6 1/3] test: add helper functions for git-bundle")
2021-06-01 14:49 UTC (10+ messages)
` [PATCH 1/2] t6020: fix bash incompatible issue
` [PATCH 2/2] t6020: do not mangle trailing spaces in output
[PATCH 0/2] [GSOC] ref-filter: add %(raw) atom
2021-06-01 14:37 UTC (3+ messages)
` [PATCH 1/2] [GSOC] ref-filter: add obj-type check in grab contents
` [PATCH 2/2] [GSOC] ref-filter: add %(raw) atom
proposal for additional search path in config
2021-06-01 14:13 UTC
[PATCH 0/2] [GSOC] ref-filter: add %(raw) atom
2021-06-01 13:48 UTC (22+ messages)
` [PATCH 1/2] "
` [PATCH v2 0/2] "
` [PATCH v2 2/2] "
[PATCH] clone: caveat note on converting partial clone
2021-06-01 10:46 UTC (3+ messages)
Slow fetch on repo with tags per each commit (à la Vim)
2021-06-01 3:39 UTC (3+ messages)
How to disable Git from automatically identifying and managing embedded git repositories?
2021-06-01 1:33 UTC (2+ messages)
[BUG] gitk error - can't read "arcnos()": no such element in array
2021-06-01 0:29 UTC (5+ messages)
Bug when cloning a repository with a default branch called HEAD
2021-05-31 20:57 UTC (6+ messages)
` Fwd: "
[PATCH v9 00/37] propose config-based hooks
2021-05-31 19:21 UTC (4+ messages)
` [PATCH v9 22/37] read-cache: convert post-index-change hook to use config
[BUG] t5300 fails tests on NonStop x86 at 2.32.0-rc2
2021-05-31 18:35 UTC
[RFH] CMake: detect if being run via Visual Studio, independent of build generator?
2021-05-31 17:12 UTC (14+ messages)
[PATCH v3 00/30] Create a reference backend for packed refs
2021-05-31 14:18 UTC (3+ messages)
` [PATCH] packed_ref_store: handle a packed-refs file that is a symlink
[PATCH v4 00/13] send-email: various optimizations to speed up by >2x
2021-05-31 14:38 UTC (5+ messages)
` [PATCH v5 "
Default behavior of git pull
2021-05-31 13:03 UTC (3+ messages)
[QUESTION] how to quickly find an oid in the git repository
2021-05-31 11:30 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).