messages from 2023-03-11 20:04:26 to 2023-03-16 18:11:58 UTC [more...]
[PATCH v4 1/3] rebase: add documentation and test for --no-rebase-merges
2023-03-16 18:11 UTC (24+ messages)
` [PATCH v5 0/3] rebase: add a config option for --rebase-merges
` [PATCH v5 3/3] "
` [PATCH v6 0/3] rebase: document, clean up, and introduce "
` [PATCH v6 3/3] rebase: add "
` [PATCH v7 0/3] rebase: document, clean up, and introduce "
` [PATCH v7 1/3] rebase: add documentation and test for --no-rebase-merges
` [PATCH v7 2/3] rebase: deprecate --rebase-merges=""
` [PATCH v7 3/3] rebase: add a config option for --rebase-merges
When exactly should REBASE_HEAD exist?
2023-03-16 17:46 UTC (11+ messages)
[PATCH] object-name: fix quiet @{u} parsing
2023-03-16 17:43 UTC (2+ messages)
[RFC PATCH] hooks--pre-push.sample: identify branch point
2023-03-16 17:32 UTC (6+ messages)
git-p4 issue
2023-03-16 17:28 UTC
[PATCH 0/8] fetch: refactor code that prints reference updates
2023-03-16 16:50 UTC (22+ messages)
` [PATCH 1/8] fetch: rename `display` buffer to avoid name conflict
` [PATCH 2/8] fetch: move reference width calculation into `display_state`
` [PATCH 3/8] fetch: move output format "
` [PATCH 4/8] fetch: pass the full local reference name to `format_display`
` [PATCH 5/8] fetch: deduplicate handling of per-reference format
` [PATCH 6/8] fetch: deduplicate logic to print remote URL
` [PATCH 7/8] fetch: fix inconsistent summary width for pruned and updated refs
` [PATCH 8/8] fetch: centralize printing of reference updates
[PATCH 0/2] diff: support bare repositories when reading gitattributes for diff algorithm
2023-03-16 16:46 UTC (13+ messages)
` [PATCH 1/2] diff: use HEAD for attributes when using bare repository
` [PATCH 2/2] diff: add --attr-source to read gitattributes from a commit
[PATCH try2] completion: prompt: use generic colors
2023-03-16 14:11 UTC (4+ messages)
[PATCH 0/6] [RFC] config.c: use struct for config reading state
2023-03-16 0:15 UTC (11+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 1/8] config.c: plumb config_source through static fns
` [PATCH v2 2/8] config.c: don't assign to "cf_global" directly
` [PATCH v2 3/8] config.c: create config_reader and the_reader
` [PATCH v2 4/8] config.c: plumb the_reader through callbacks
` [PATCH v2 5/8] config.c: remove current_config_kvi
` [PATCH v2 6/8] config.c: remove current_parsing_scope
` [PATCH v2 7/8] config: report cached filenames in die_bad_number()
` [PATCH v2 8/8] config.c: rename "struct config_source cf"
[PATCH 0/8] ahead-behind: new builtin for counting multiple commit ranges
2023-03-15 23:28 UTC (46+ messages)
` [PATCH v2 0/8] ref-filter: ahead/behind counting, faster --merged option
` [PATCH v2 1/8] for-each-ref: add --stdin option
` [PATCH v2 6/8] commit-reach: implement ahead_behind() logic
` [PATCH v2 7/8] for-each-ref: add ahead-behind format atom
` [PATCH v2 8/8] commit-reach: add tips_reachable_from_bases()
` [PATCH v3 0/8] ref-filter: ahead/behind counting, faster --merged option
` [PATCH v3 1/8] for-each-ref: add --stdin option
` [PATCH v3 2/8] for-each-ref: explicitly test no matches
` [PATCH v3 3/8] commit-graph: combine generation computations
` [PATCH v3 4/8] commit-graph: return generation from memory
` [PATCH v3 5/8] commit-graph: introduce `ensure_generations_valid()`
` [PATCH v3 6/8] commit-reach: implement ahead_behind() logic
` [PATCH v3 7/8] for-each-ref: add ahead-behind format atom
` [PATCH v3 8/8] commit-reach: add tips_reachable_from_bases()
[PATCH v15] git: change variable types to match what is assigned to them
2023-03-15 19:09 UTC (4+ messages)
` [PATCH v16] "
` [PATCH v17] "
A nice, beauty progress metter for Git Clone + a feature request
2023-03-15 18:02 UTC (2+ messages)
Join us for Review Club!
2023-03-15 17:54 UTC (2+ messages)
Buggy `git log -- path` behavior
2023-03-15 17:07 UTC (2+ messages)
[PATCH 0/4] rebase: cleanup merge strategy option handling
2023-03-15 16:50 UTC (7+ messages)
` [PATCH 1/4] rebase: stop reading and writing unnecessary strategy state
` [PATCH 2/4] rebase -m: cleanup --strategy-option handling
` [PATCH 3/4] rebase -m: fix serialization of strategy options
` [PATCH 4/4] rebase: remove a couple of redundant strategy tests
[PATCH] Add `restore.defaultLocation` option
2023-03-14 23:51 UTC (5+ messages)
[PATCH v4 1/1] ref-filter: add new "signature" atom
2023-03-14 22:51 UTC (4+ messages)
` [PATCH v5 0/1] "
` [PATCH v5 1/1] "
[PATCH] credential/libsecret: support password_expiry_utc
2023-03-14 21:32 UTC
[PATCH v1 0/7] t: fix unused files, part 1
2023-03-14 20:43 UTC (15+ messages)
` [PATCH v1 1/7] t1005: assert output of ls-files
` [PATCH v1 1/1] t1507: assert output of rev-parse
` [PATCH v1 2/7] t1006: assert error output of cat-file
` [PATCH v1 3/7] t1010: assert empty output of mktree
` [PATCH v1 4/7] t1302: don't create unused file
` [PATCH v1 5/7] t1400: assert output of update-ref
` [PATCH v1 6/7] t1404: don't create unused file
` [PATCH v1 7/7] t1507: assert output of rev-parse
Git fetch slow on local repository with 600k refs
2023-03-14 14:29 UTC (4+ messages)
` [External Mail]Re: "
unsubscribing
2023-03-14 11:26 UTC (2+ messages)
[PATCH v6 0/9] config API: make "multi" safe, fix segfaults, propagate "ret"
2023-03-14 11:21 UTC (5+ messages)
` [PATCH v7 "
` [PATCH v7 3/9] config API: add and use a "git_config_get()" family of functions
t3206-range-diff failures on non x86 arches
2023-03-14 11:08 UTC (2+ messages)
[ANNOUNCE] Git for Windows 2.40.0
2023-03-14 7:52 UTC
[PATCH] credential: new attribute oauth_refresh_token
2023-03-14 6:46 UTC
Bugs in config of Git-2.39.2-64-bit.exe
2023-03-14 2:00 UTC (3+ messages)
public-inbox.org/git to be downgraded
2023-03-13 22:55 UTC (3+ messages)
[ANNOUNCE] Git v2.40.0
2023-03-13 20:28 UTC (2+ messages)
Better suggestions when git-am(1) fails
2023-03-13 19:54 UTC (9+ messages)
` [PATCH 3/5] diff: add --default-prefix option
[PATCH v2] index-pack: remove fetch_if_missing=0
2023-03-13 19:18 UTC (4+ messages)
` [PATCH v3] "
'git commit --amend --no-edit --date {date}' sets wrong date when the summer daylight saving time is on
2023-03-13 19:17 UTC (2+ messages)
What's cooking in git.git (Mar 2023, #03; Mon, 13)
2023-03-13 18:28 UTC
A note from the maintainer
2023-03-13 18:02 UTC
Better suggestions when git-am(1) fails
2023-03-13 17:10 UTC (7+ messages)
How to mirror and augment a git repository
2023-03-13 16:30 UTC (8+ messages)
git rebase issue
2023-03-13 12:58 UTC (2+ messages)
Track git blame through two unrelated histories
2023-03-13 11:49 UTC (4+ messages)
[PATCH] test: encoding: simplify BOM addition
2023-03-13 5:04 UTC
[PATCH 0/2] test: framework API cleanup
2023-03-13 5:01 UTC (3+ messages)
` [PATCH 1/2] test: relocate test_expect_{success,failure}
` [PATCH 2/2] test: relocate yes
git alias for log with format - how to support --no-decorate?
2023-03-13 1:08 UTC
Bug in git archive + .gitattributes + relative path
2023-03-12 21:25 UTC (11+ messages)
[PATCH 0/5] perf: fixes and cleanups
2023-03-12 20:08 UTC (6+ messages)
` [PATCH 1/5] perf: sparse: remove grep --sparse option
` [PATCH 2/5] perf: grep: fix prereqs
` [PATCH 3/5] perf: grep: don't check PRCE twice
` [PATCH 4/5] perf: grep: avoid unused prereq
` [PATCH 5/5] perf: aggregate: check if subtest exists
[PATCH v2] index-pack: remove fetch_if_missing=0
2023-03-12 17:16 UTC (2+ messages)
[GIT PULL] l10n updates for 2.40.0 round 1
2023-03-12 12:44 UTC
[PATCH] ls-files: document that pathspecs are supported
2023-03-12 11:55 UTC (4+ messages)
` [PATCH v2] "
What's cooking in git.git (Mar 2023, #02; Tue, 7)
2023-03-11 20:38 UTC (3+ messages)
` rj/bisect-already-used-branch (was Re: What's cooking in git.git (Mar 2023, #02; Tue, 7))
[PATCH] index-pack: remove fetch_if_missing=0
2023-03-11 20:37 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).