messages from 2023-02-02 20:42:19 to 2023-02-06 19:26:03 UTC [more...]
[PATCH v6 00/12] Enhance credential helper protocol to include auth headers
2023-02-06 19:25 UTC (14+ messages)
` [PATCH v7 "
` [PATCH v7 11/12] http: read HTTP WWW-Authenticate response headers
` [PATCH v7 12/12] credential: add WWW-Authenticate header to cred requests
[PATCH v3 7/8] builtin/rebase.c: free() "options.strategy_opts"
2023-02-06 19:08 UTC (10+ messages)
` [PATCH v4 0/8] sequencer API & users: fix widespread leaks
` [PATCH v4 1/8] rebase: use "cleanup" pattern in do_interactive_rebase()
` [PATCH v4 2/8] sequencer.c: split up sequencer_remove_state()
` [PATCH v4 3/8] sequencer API users: fix get_replay_opts() leaks
` [PATCH v4 4/8] builtin/revert.c: move free-ing of "revs" to replay_opts_release()
` [PATCH v4 5/8] builtin/rebase.c: fix "options.onto_name" leak
` [PATCH v4 6/8] sequencer.c: always free() the "msgbuf" in do_pick_commit()
` [PATCH v4 7/8] builtin/rebase.c: free() "options.strategy_opts"
` [PATCH v4 8/8] commit.c: free() revs.commit in get_fork_point()
[PATCH] bisect: fix "reset" when branch is checked out elsewhere
2023-02-06 19:04 UTC (7+ messages)
` [PATCH v2] "
[PATCH] credential: new attribute password_expiry_utc
2023-02-06 18:59 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] cache-tree: fix strbuf growth in prime_cache_tree_rec()
2023-02-06 18:55 UTC (5+ messages)
[PATCH 0/3] add: remove Perl version of "git add -[pi]"
2023-02-06 18:38 UTC (7+ messages)
` [PATCH 1/3] add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"
` [PATCH 2/3] add API: remove run_add_interactive() wrapper function
` [PATCH 3/3] docs & comments: replace mentions of "git-add--interactive.perl"
What's cooking in git.git (Feb 2023, #01; Thu, 2)
2023-02-06 18:35 UTC (3+ messages)
[PATCH 0/2] Teach diff to honor diff algorithms set through git attributes
2023-02-06 18:14 UTC (9+ messages)
` [PATCH 1/2] diff: consolidate diff algorithm option parsing
` [PATCH 2/2] diff: teach diff to read gitattribute diff-algorithm
GSoC 2023
2023-02-06 17:48 UTC (7+ messages)
[PATCH v5 00/19] leak fixes: various simple leak fixes
2023-02-06 17:19 UTC (10+ messages)
` [PATCH v6 "
` [PATCH v6 17/19] receive-pack: free() the "ref_name" in "struct command"
` [PATCH v6 18/19] push: refactor refspec_append_mapped() for subsequent leak-fix
` [PATCH v6 19/19] push: free_refs() the "local_refs" in set_refspecs()
[PATCH] worktree: teach find_shared_symref to ignore current worktree
2023-02-06 16:59 UTC (9+ messages)
` [PATCH v2 0/3] fix die_if_checked_out() when ignore_current_worktree
` [PATCH v3 0/4] "
` [PATCH v3 1/4] worktree: introduce is_shared_symref()
` [PATCH v3 2/4] branch: fix die_if_checked_out() when ignore_current_worktree
` [PATCH v3 3/4] rebase: refuse to switch to a branch already checked out elsewhere (test)
` [PATCH v3 4/4] switch: reject if the branch is "
[PATCH v3 0/9] config API: make "multi" safe, fix numerous segfaults
2023-02-06 16:23 UTC (20+ messages)
` [PATCH v4 "
` [PATCH v4 1/9] config tests: cover blind spots in git_die_config() tests
` [PATCH v4 2/9] config tests: add "NULL" tests for *_get_value_multi()
` [PATCH v4 3/9] config API: add and use a "git_config_get()" family of functions
` [PATCH v4 4/9] versioncmp.c: refactor config reading next commit
` [PATCH v4 6/9] for-each-repo: error on bad --config
` [PATCH v4 8/9] config API: add "string" version of *_value_multi(), fix segfaults
Stability of git-archive, breaking (?) the Github universe, and a possible solution
2023-02-06 14:46 UTC (13+ messages)
` [PATCH 0/9] git archive: use gzip again by default, document output stabilty
` [PATCH 9/9] git archive docs: document output non-stability
[RFC PATCH 0/1] Canonical tar format for Git
2023-02-05 22:17 UTC (2+ messages)
` [RFC PATCH 1/1] Document a fixed tar format for interoperability
[PATCH] imap-send: replace auto-probe libcurl with hard dependency
2023-02-05 21:51 UTC (14+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 4/6] imap-send: make --curl no-optional
` [PATCH v2 5/6] imap-send: remove old --no-curl codepath
` [PATCH v2 6/6] imap-send: correctly report "host" when using "tunnel"
[PATCH v1 0/3] userdiff: Java updates
2023-02-05 21:33 UTC (12+ messages)
` [PATCH v1 1/3] userdiff: support Java type parameters
` [PATCH v1 2/3] userdiff: support Java record types
` [PATCH v1 3/3] userdiff: support Java sealed classes
` [PATCH v2 0/3] userdiff: Java updates
` [PATCH v2 1/3] userdiff: support Java type parameters
` [PATCH v2 2/3] userdiff: support Java record types
` [PATCH v2 3/3] userdiff: support Java sealed classes
[PATCH] read-cache: use size_t for {base,df}_name_compare()
2023-02-05 21:09 UTC (2+ messages)
[PATCH] pack-objects: use strcspn(3) in name_cmp_len()
2023-02-05 20:59 UTC (2+ messages)
[PATCH] blame-tree: add library and tests via "test-tool blame-tree"
2023-02-05 20:47 UTC
[GSoC][PATCH] t/t4113-apply-ending.sh: Modernize a test script
2023-02-05 20:29 UTC (16+ messages)
` [PATCH v2 0/4] t4113: modernize test style
` [PATCH v2 1/4]t4113: replace backslash with single quote
` [PATCH v2 3/4] t4113: use "<<-" instead of "<<"
` [PATCH v2 4/4] t4113: indent with tabs
` [PATCH v3 0/3] modernize style
` [PATCH v3 1/3]t4113: modernize a test script
` [PATCH v3 2/3] t4113: put executable lines to test_expect_success
` [PATCH v3 3/3] t4113: indent with space
grep: fix multibyte regex handling under macOS (1819ad327b7a1f19540a819813b70a0e8a7f798f)
2023-02-05 19:51 UTC (13+ messages)
[ANNOUNCE] tig-2.5.8
2023-02-05 18:38 UTC
[GSoC][PATCH] merge: use reverse_commit_list() for list reversal
2023-02-05 18:12 UTC (10+ messages)
[PATCH] t5000: modernise archive and :(glob) test
2023-02-05 18:10 UTC (2+ messages)
[GSoC][PATCH] t/t5000-tar-tree: add helper function
2023-02-05 17:59 UTC (8+ messages)
[GSoC][PATCH] merge: use reverse_commit_list() for list reversal
2023-02-05 17:31 UTC
Bug Report: Superfluous Tab Characters
2023-02-05 17:01 UTC (4+ messages)
[PATCH] pull: conflict hint pull.rebase suggestion should offer "merges" vs "true"
2023-02-05 16:24 UTC
Hash for a commit sourcetree beside to a commit hash
2023-02-05 1:41 UTC (9+ messages)
[PATCH 0/2] [RFC] push: allow delete one level ref
2023-02-04 16:48 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] receive-pack: fix funny ref error messsage
` [PATCH v2 2/2] [RFC] push: allow delete one level ref
[PATCH v2 0/2] ls-files: add %(skipworktree) atom to format option
2023-02-04 16:16 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] docs: fix sparse-checkout docs link
` [PATCH v3 2/2] ls-files: add %(skipworktree) atom to format option
The sad state of git.wiki.kernel.org
2023-02-04 14:03 UTC (5+ messages)
Git over HTTP; have flexible SASL authentication
2023-02-04 11:34 UTC (3+ messages)
[PATCH] delta-islands: free island_marks and bitmaps
2023-02-04 11:14 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2 0/2] Improvements to tests and docs for .gitattributes eol
2023-02-04 8:03 UTC (5+ messages)
` [PATCH] .gitattributes: include `text` attribute for eol attributes
[PATCH] new-command.txt: update reference to builtin docs
2023-02-04 2:27 UTC
[PATCH] gitweb: fix base url set if PATH_INFO is used, add a / at the end
2023-02-03 21:42 UTC
Defaulting --rebase-merges overall?
2023-02-03 21:09 UTC (2+ messages)
[PATCH 0/4] t/lib-httpd ssl fixes
2023-02-03 17:19 UTC (6+ messages)
` [PATCH 1/4] t/lib-httpd: bump required apache version to 2.2
Stability of git-archive, breaking (?) the Github universe, and a possible solution
2023-02-03 13:32 UTC (19+ messages)
[PATCH v2 0/5] hook API: support stdin, convert post-rewrite
2023-02-03 12:15 UTC (6+ messages)
` [PATCH v2 1/5] run-command.c: remove dead assignment in while-loop
` [PATCH v2 2/5] run-command: allow stdin for run_processes_parallel
` [PATCH v2 3/5] hook API: support passing stdin to hooks, convert am's 'post-rewrite'
` [PATCH v2 4/5] sequencer: use the new hook API for the simpler "post-rewrite" call
` [PATCH v2 5/5] hook: support a --to-stdin=<path> option
[PATCH 0/9] git archive: use gzip again by default, document output stabilty
2023-02-03 8:06 UTC (2+ messages)
` [PATCH] archive: document output stability concerns
nested submodules detection w/o .gitmodules file
2023-02-03 1:04 UTC (2+ messages)
[PATCH v4 0/9] rebase: fix several code/testing/documentation issues around flag incompatibilities
2023-02-02 23:48 UTC (4+ messages)
` [PATCH v5 00/10] "
` rebase --merge vs --whitespace=fix, was "
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).