messages from 2019-08-26 15:24:56 to 2019-08-27 20:32:35 UTC [more...]
[PATCH] gitk: Make web links clickable
2019-08-27 20:32 UTC (3+ messages)
[GSoC] Blogging with Rohit
2019-08-27 20:30 UTC (2+ messages)
[PATCH] fetch-pack: write fetched refs to .promisor
2019-08-27 20:27 UTC (2+ messages)
Question of intent: stash push --include-untracked
2019-08-27 20:02 UTC
[PATCH 0/1] banned.h: fix vsprintf warning
2019-08-27 19:46 UTC (7+ messages)
[PATCH] grep: under --debug, show whether PCRE JIT is enabled
2019-08-27 19:43 UTC (8+ messages)
[Feature Request] Option to make .git not read-only in cloned repos
2019-08-27 19:35 UTC (11+ messages)
Support for an interactive confirmation prompt when users can possibly lose their work like some UNIX commands
2019-08-27 19:05 UTC (2+ messages)
git slow unless piped to cat
2019-08-27 18:59 UTC (10+ messages)
[PATCH 5/5] Signing API: Duplicated signing tests using new config aliases
2019-08-27 18:54 UTC (3+ messages)
[PATCH 2/5] Signing API: Added new signing interface API
2019-08-27 18:53 UTC (3+ messages)
[PATCH 1/5] Signing API: Added documentation for the new signing interface
2019-08-27 18:52 UTC (3+ messages)
[PATCH 0/5] New signing interface API with pluggable drivers
2019-08-27 18:49 UTC (3+ messages)
"git commit" of single file takes 5 minutes, mounted fileystem/diskimage with 50G GIT repo + 900G of builds articles
2019-08-27 18:44 UTC (3+ messages)
How to build to debug with gdb?
2019-08-27 18:36 UTC (5+ messages)
git-diff passes <rev>:<path> args to GIT_EXTERNAL_DIFF incorrectly?
2019-08-27 18:24 UTC
[PATCH 0/1] commit-graph: emit trace2 cmd_mode for each sub-command
2019-08-27 16:56 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH 00/11] hashmap: bugfixes, safety fixes, and WIP improvements
2019-08-27 14:53 UTC (12+ messages)
` [PATCH 01/11] diff: use hashmap_entry_init on moved_entry.ent
` [PATCH 03/11] hashmap_entry_init takes "struct hashmap_entry *"
` [PATCH 04/11] hashmap_entry: detect improper initialization
` [PATCH 10/11] introduce container_of macro
` [PATCH 11/11] hashmap_get_next returns "struct hashmap_entry *"
[BUG] You can't have single quote in your username
2019-08-27 14:33 UTC (8+ messages)
[PATCH 0/6] Port git to Plan 9
2019-08-27 13:46 UTC (5+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] Change HOME, PATH, and .gitconfig paths to be customizable
` [PATCH v2 2/3] Fix C syntactic errors for the Plan 9 C compiler
` [PATCH v2 3/3] Support Plan 9 dialect
[PATCH v2 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
2019-08-27 12:58 UTC (26+ messages)
` [PATCH v3 "
` [PATCH v3 01/11] Start to implement a built-in version of `git add --interactive`
` [PATCH v3 03/11] built-in add -i: implement the `status` command
` [PATCH v3 02/11] diff: export diffstat interface
` [PATCH v3 07/11] Add a function to determine unique prefixes for a list of strings
` [PATCH v4 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
` [PATCH v4 01/11] Start to implement a built-in version of `git add --interactive`
` [PATCH v4 02/11] diff: export diffstat interface
` [PATCH v4 04/11] built-in add -i: refresh the index before running `status`
` [PATCH v4 03/11] built-in add -i: implement the `status` command
` [PATCH v4 05/11] built-in add -i: color the header in "
` [PATCH v4 07/11] Add a function to determine unique prefixes for a list of strings
` [PATCH v4 06/11] built-in add -i: implement the main loop
` [PATCH v4 08/11] built-in add -i: show unique prefixes of the commands
` [PATCH v4 09/11] built-in add -i: support `?` (prompt help)
` [PATCH v4 10/11] built-in add -i: use color in the main loop
` [PATCH v4 11/11] built-in add -i: implement the `help` command
[RFC PATCH v4 0/3] grep: no leaks or crashes (windows testing needed)
2019-08-27 11:51 UTC (5+ messages)
` [RFC PATCH v5 0/3] grep: almost no more leaks, hopefully no crashes
` [RFC PATCH v5 2/3] grep: make PCRE2 aware of custom allocator
How to split file with its history?
2019-08-27 10:59 UTC (3+ messages)
[PATCH 0/3] make sure stash refreshes the index properly
2019-08-27 10:14 UTC (4+ messages)
` [PATCH 1/3] factor out refresh_and_write_cache function
` [PATCH 2/3] merge: use refresh_and_write_cache
` [PATCH 3/3] stash: make sure to write refreshed cache
[PATCH 0/2] config: make config_with_options() handle any repo
2019-08-27 9:26 UTC (4+ messages)
` [PATCH 1/2] config: allow config_with_options() to "
` [PATCH 2/2] submodule: pass repo instead of adding to alternates list
RFC: Proposing git-filter-repo for inclusion in git.git
2019-08-27 8:43 UTC (16+ messages)
` [RFC PATCH 0/5] Remove git-filter-branch from git.git; host it elsewhere
` [RFC PATCH 1/5] t6006: simplify and optimize empty message test
` [RFC PATCH 2/5] t3427: accelerate this test by using fast-export and fast-import
` [RFC PATCH 3/5] git-sh-i18n: work with external scripts
` [RFC PATCH 4/5] Recommend git-filter-repo instead of git-filter-branch in documentation
` [RFC PATCH 5/5] Remove git-filter-branch, it is now external to git.git
[RFC WIP PATCH v8 00/13] learn --keep-base & more
2019-08-27 8:11 UTC (17+ messages)
` [PATCH v9 0/9] rebase: learn --keep-base and improvements on fast-forward behaviour
` [PATCH v9 5/9] rebase: refactor can_fast_forward into goto tower
` [PATCH v10 0/9] rebase: learn --keep-base and improvements on fast-forward behaviour
` [PATCH v10 1/9] t3431: add rebase --fork-point tests
` [PATCH v10 2/9] t3432: test rebase fast-forward behavior
` [PATCH v10 3/9] t3432: distinguish "noop-same" v.s. "work-same" in "same head" tests
` [PATCH v10 4/9] t3432: test for --no-ff's interaction with fast-forward
` [PATCH v10 5/9] rebase: refactor can_fast_forward into goto tower
` [PATCH v10 6/9] rebase: fast-forward --onto in more cases
` [PATCH v10 7/9] rebase: fast-forward --fork-point "
` [PATCH v10 8/9] rebase tests: test linear branch topology
` [PATCH v10 9/9] rebase: teach rebase --keep-base
Git in Outreachy December 2019?
2019-08-27 5:17 UTC
[PATCH 0/2] completion: complete --skip for cherry-pick and revert
2019-08-27 4:45 UTC (7+ messages)
` [PATCH 1/2] completion: merge options "
` [PATCH v2 0/3] advertise --skip for cherry-pick and revert better
` [PATCH v2 1/3] completion: merge options for cherry-pick and revert
` [PATCH v2 2/3] completion: add --skip "
` [PATCH v2 3/3] status: mention --skip for revert and cherry-pick
[PATCH 1/1] .mailmap: update email address of Andrey Mazo
2019-08-27 4:24 UTC
[PATCH v2 0/4] format-patch: learn --infer-cover-subject option
2019-08-27 4:05 UTC (28+ messages)
` [PATCH v3 00/13] format-patch: learn --infer-cover-subject option (also t4014 cleanup)
` [PATCH v3 13/13] format-patch: learn --infer-cover-subject option
` [PATCH 00/13] format-patch: clean up tests and documentation
` [PATCH 12/13] Doc: add more detail for git-format-patch
` [PATCH v2 00/13] format-patch: clean up tests and documentation
` [PATCH v2 01/13] t4014: drop unnecessary blank lines from test cases
` [PATCH v2 02/13] t4014: s/expected/expect/
` [PATCH v2 03/13] t4014: move closing sq onto its own line
` [PATCH v2 04/13] t4014: use sq for test case names
` [PATCH v2 05/13] t4014: remove spaces after redirect operators
` [PATCH v2 06/13] t4014: use indentable here-docs
` [PATCH v2 07/13] t4014: drop redirections to /dev/null
` [PATCH v2 08/13] t4014: let sed open its own files
` [PATCH v2 09/13] t4014: use test_line_count() where possible
` [PATCH v2 10/13] t4014: remove confusing pipe in check_threading()
` [PATCH v2 11/13] t4014: stop losing return codes of git commands
` [PATCH v2 12/13] Doc: add more detail for git-format-patch
` [PATCH v2 13/13] config/format.txt: specify default value of format.coverLetter
git remote-helpers and connectivity-ok
2019-08-27 3:51 UTC
[PATCH v2 0/1] git-p4: auto-delete named temporary file
2019-08-27 3:43 UTC (2+ messages)
` [PATCH v2 1/1] "
Missing file in 2.23 (p5302-pack-index.subtests)?
2019-08-27 3:35 UTC (7+ messages)
[GSoC] My project blog
2019-08-27 3:03 UTC (2+ messages)
[PATCH 0/2] PCRE1 cleanup
2019-08-27 1:34 UTC (6+ messages)
` [PATCH 1/2] grep: make sure NO_LIBPCRE1_JIT disable JIT in PCRE1
` [PATCH 2/2] grep: refactor and simplify PCRE1 support
[PATCH] packfile: free packed_git memory when closing object store
2019-08-27 0:25 UTC (3+ messages)
[PATCH 4/5] Signing API: Removed old gpg interface and gpg mentions in code
2019-08-26 19:58 UTC
[PATCH 3/5] Signing API: Migrated to the new signing interface API
2019-08-26 19:58 UTC
RFC: Proposing git-filter-repo for inclusion in git.git
2019-08-26 19:56 UTC (3+ messages)
[Question] clone performance
2019-08-26 19:27 UTC (5+ messages)
[PATCH] fast-import: Reinitialize command_buf rather than detach it
2019-08-26 19:18 UTC (12+ messages)
` [PATCH 0/2] fast-import input string handling bugs
` [PATCH 1/2] fast-import: duplicate parsed encoding string
` [PATCH 2/2] fast-import: duplicate into history rather than passing ownership
[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
2019-08-26 19:16 UTC (7+ messages)
[PATCH] git-gui: Update in-memory config when changing config options
2019-08-26 19:10 UTC (3+ messages)
[PATCH] log-tree: always use return value of strbuf_detach()
2019-08-26 18:46 UTC (2+ messages)
[PATCH] fix segv with corrupt tag object
2019-08-26 18:18 UTC (6+ messages)
revision.c alters commit object state ; also no cleanup
2019-08-26 18:14 UTC (2+ messages)
[PATCH] http: don't leak urlmatch_config.vars
2019-08-26 18:09 UTC (2+ messages)
[PATCH] commit: free the right buffer in release_commit_memory
2019-08-26 17:52 UTC (2+ messages)
[PATCH v3 0/1] rebase.c: make sure the active branch isn't moved when autostashing
2019-08-26 17:10 UTC (4+ messages)
` [PATCH v4 1/1] "
[PATCH 0/1] mingw: handle non-ASCII PATH components correctly
2019-08-26 17:09 UTC (3+ messages)
` [PATCH 1/1] mingw: fix launching of externals from Unicode paths
git diff autocomplete
2019-08-26 17:09 UTC (4+ messages)
[PATCH 0/3] Handle worktrees at the top of a network drive
2019-08-26 17:08 UTC (2+ messages)
[PATCH 0/1] mingw: support UNC as file://server/share/repo
2019-08-26 17:06 UTC (2+ messages)
[PATCH 0/1] Do use ALL_CFLAGS in hdr-check
2019-08-26 17:04 UTC (2+ messages)
[PATCH] apply: reload .gitattributes after patching it
2019-08-26 16:41 UTC (10+ messages)
` [PATCH v4 0/2] Honor .gitattributes with rebase --am
` [PATCH v4 2/2] apply: reload .gitattributes after patching it
[PATCH 0/1] git-p4: auto-delete named temporary file
2019-08-26 16:39 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH 0/1] commit-graph: add --[no-]progress to write and verify
2019-08-26 16:29 UTC (3+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] "
[PATCH] credential: add nocache option to the credentials API
2019-08-26 16:27 UTC (5+ messages)
[PATCH 0/1] quote: handle null and empty strings in sq_quote_buf_pretty()
2019-08-26 16:20 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] "
[PATCH 00/24] Reinstate support for Visual Studio
2019-08-26 15:49 UTC (9+ messages)
` [PATCH v2 00/23] "
` [PATCH v2 20/23] .gitignore: touch up the entries regarding "
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).