messages from 2020-07-21 13:29:11 to 2020-07-24 18:07:40 UTC [more...]
BUG FOLLOWUP: Case insensitivity in worktrees
2020-07-24 18:07 UTC (4+ messages)
Trying to update GIT in Ubuntu 18.04
2020-07-24 16:39 UTC (4+ messages)
[PATCH v2 0/4] upload-pack: custom allowed object filters
2020-07-24 16:51 UTC (7+ messages)
` [PATCH v2 1/4] list_objects_filter_options: introduce 'list_object_filter_config_name'
` [PATCH v2 2/4] upload-pack.c: allow banning certain object filter(s)
` [PATCH v2 3/4] upload-pack.c: pass 'struct list_objects_filter_options *'
` [PATCH v2 4/4] upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'
[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
2020-07-24 16:09 UTC (39+ messages)
` [PATCH v2 00/18] "
` [PATCH v2 01/18] maintenance: create basic maintenance runner
` [PATCH v2 02/18] maintenance: add --quiet option
` [PATCH v2 03/18] maintenance: replace run_auto_gc()
` [PATCH v2 04/18] maintenance: initialize task array
` [PATCH v2 05/18] maintenance: add commit-graph task
` [PATCH v2 06/18] maintenance: add --task option
` [PATCH v2 07/18] maintenance: take a lock on the objects directory
` [PATCH v2 08/18] maintenance: add prefetch task
` [PATCH v2 09/18] maintenance: add loose-objects task
` [PATCH v2 10/18] maintenance: add incremental-repack task
` [PATCH v2 11/18] maintenance: auto-size incremental-repack batch
` [PATCH v2 12/18] maintenance: create maintenance.<task>.enabled config
` [PATCH v2 13/18] maintenance: use pointers to check --auto
` [PATCH v2 14/18] maintenance: add auto condition for commit-graph task
` [PATCH v2 15/18] maintenance: create auto condition for loose-objects
` [PATCH v2 16/18] maintenance: add incremental-repack auto condition
` [PATCH v2 17/18] midx: use start_delayed_progress()
` [PATCH v2 18/18] maintenance: add trace2 regions for task execution
Creation of a branch named that has a directory prefix equal to the name of another branch fail
2020-07-24 16:00 UTC (2+ messages)
[PATCH] githooks.txt: use correct "reference-transaction" hook name
2020-07-24 14:21 UTC (2+ messages)
[PATCH] [RFC] travis-ci: remove bogus 'pyenv' in the Linux jobs
2020-07-24 13:58 UTC (7+ messages)
` [PATCH v2] ci: use absolute PYTHON_PATH "
Git Inclusion Summit
2020-07-24 12:55 UTC (4+ messages)
Improving merge of tricky conflicts
2020-07-24 6:53 UTC (16+ messages)
[PATCH v3 00/39] SHA-256, part 3/3
2020-07-24 1:11 UTC (51+ messages)
` [PATCH v3 01/39] t: make test-bloom initialize repository
` [PATCH v3 02/39] t1001: use $ZERO_OID
` [PATCH v3 03/39] t3305: make hash agnostic
` [PATCH v3 04/39] t3404: prepare 'short SHA-1 collision' tests for SHA-256
` [PATCH v3 05/39] t6100: make hash size independent
` [PATCH v3 06/39] t6101: "
` [PATCH v3 07/39] t6301: "
` [PATCH v3 08/39] t6500: specify test values for SHA-256
` [PATCH v3 09/39] t6501: avoid hard-coded objects
` [PATCH v3 10/39] t7003: compute appropriate length constant
` [PATCH v3 11/39] t7063: make hash size independent
` [PATCH v3 12/39] t7201: abstract away SHA-1-specific constants
` [PATCH v3 13/39] t7102: "
` [PATCH v3 14/39] t7400: make hash size independent
` [PATCH v3 15/39] t7405: "
` [PATCH v3 16/39] t7506: avoid checking for SHA-1-specific constants
` [PATCH v3 17/39] t7508: use $ZERO_OID instead of hard-coded constant
` [PATCH v3 18/39] t8002: make hash size independent
` [PATCH v3 19/39] t8003: "
` [PATCH v3 20/39] t8011: "
` [PATCH v3 21/39] t9300: abstract away SHA-1-specific constants
` [PATCH v3 22/39] t9300: use $ZERO_OID instead of hard-coded object ID
` [PATCH v3 23/39] t9301: make hash size independent
` [PATCH v3 24/39] t9350: "
` [PATCH v3 25/39] t9500: ensure that algorithm info is preserved in config
` [PATCH v3 26/39] t9700: make hash size independent
` [PATCH v3 27/39] t5308: make test work with SHA-256
` [PATCH v3 28/39] t0410: mark test with SHA1 prerequisite
` [PATCH v3 29/39] http-fetch: set up git directory before parsing pack hashes
` [PATCH v3 30/39] builtin/verify-pack: implement an --object-format option
` [PATCH v3 31/39] bundle: add new version for use with SHA-256
` [PATCH v3 32/39] setup: add support for reading extensions.objectformat
` [PATCH v3 33/39] Enable SHA-256 support by default
` [PATCH v3 34/39] t: add test_oid option to select hash algorithm
` [PATCH v3 35/39] t: allow testing different hash algorithms via environment
` [PATCH v3 36/39] t: make SHA1 prerequisite depend on default hash
` [PATCH v3 37/39] ci: run tests with SHA-256
` [PATCH v3 38/39] docs: add documentation for extensions.objectFormat
` [PATCH v3 39/39] t: remove test_oid_init in tests
[PATCH v2] git-send-email: die if sendmail.* config is set
2020-07-24 0:59 UTC (4+ messages)
[PATCH v16] Support auto-merge for meld to follow the vim-diff behavior
2020-07-24 0:58 UTC (3+ messages)
` [PATCH v17] "
[PATCH v3] git-send-email: die if sendmail.* config is set
2020-07-24 0:44 UTC
[PATCH v3] pack-write/docs: update regarding pack naming
2020-07-23 18:32 UTC (3+ messages)
[PATCH] sha1-file: make pretend_object_file() not prefetch
2020-07-23 18:06 UTC (5+ messages)
[BUG] git-cherry false-positive on upstream new-line change at end-of-file
2020-07-23 14:42 UTC
[PATCH 0/4] upload-pack: custom allowed object filters
2020-07-23 14:13 UTC (16+ messages)
` [PATCH 2/4] upload-pack.c: allow banning certain object filter(s)
Possible issue with rebase's --rebase-merges option
2020-07-23 14:09 UTC (5+ messages)
[PATCH 2/2] pack-objects: prefetch objects to be packed
2020-07-22 21:45 UTC (10+ messages)
[PATCH v2] doc: remove misleading documentation on pack names
2020-07-22 21:16 UTC (4+ messages)
[PATCH] Documentation/RelNotes: fix a typo in 2.28's relnotes
2020-07-22 21:10 UTC (2+ messages)
[PATCH] doc: remove misleading documentation on pack names
2020-07-22 20:24 UTC
[ANNOUNCE] Git for Windows 2.28.0-rc2
2020-07-22 19:59 UTC
[ANNOUNCE] Git v2.28.0-rc2
2020-07-22 17:30 UTC
What's cooking in git.git (Jul 2020, #04; Wed, 22)
2020-07-22 17:30 UTC
How can I search git log with ceratin keyword but without the other keyword?
2020-07-22 6:46 UTC (14+ messages)
Disclosure - Git Packs (zlib) Allows for Zipbomb Style Attacks
2020-07-21 23:42 UTC (2+ messages)
[PATCH] entry: check for fstat() errors after checkout
2020-07-21 20:57 UTC (4+ messages)
Request for adding a "clean" merge strategy for a double-commit merge to deal with conflicts separately
2020-07-21 20:43 UTC (7+ messages)
Trying to push from my local dir to the Github repo
2020-07-21 20:10 UTC (2+ messages)
Submit Git Bug
2020-07-21 19:53 UTC
[BUG?] shallow-since can't handle merges
2020-07-21 16:06 UTC
[GSOC] Blog about week 6
2020-07-21 13:27 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).