messages from 2018-09-26 21:22:24 to 2018-09-28 15:31:50 UTC [more...]
[PATCH] read-cache: fix division by zero core-dump
2018-09-28 15:31 UTC (3+ messages)
[PATCH] Improvement to only call Git Credential Helper once
2018-09-28 15:10 UTC
[PATCH v1 0/4] Cleanup pass on special test setups
2018-09-28 14:27 UTC (6+ messages)
` [PATCH v3 0/5] "
` [PATCH v3 3/5] fsmonitor: update GIT_TEST_FSMONITOR support
[PATCH 0/3] Filter alternate references
2018-09-28 14:21 UTC (20+ messages)
` [PATCH v2 "
` [PATCH v2 2/3] transport.c: introduce core.alternateRefsCommand
` [PATCH v3 0/4] Filter alternate references
` [PATCH v3 1/4] transport: drop refnames from for_each_alternate_ref
` [PATCH v3 2/4] transport.c: extract 'fill_alternate_refs_command'
` [PATCH v3 3/4] transport.c: introduce core.alternateRefsCommand
` [PATCH v3 4/4] transport.c: introduce core.alternateRefsPrefixes
[PATCH v3 4/4] wt-status.c: Set the committable flag in the collect phase
2018-09-28 13:55 UTC (4+ messages)
` [PATCH 0/1] wt-status-state-cleanup
` [PATCH 1/1] roll wt_status_state into wt_status and populate in the collect phase
[PATCH v1] read-cache: speed up index load through parallelization
2018-09-28 13:39 UTC (9+ messages)
` [PATCH v6 0/7] "
` [PATCH v6 3/7] eoie: add End of Index Entry (EOIE) extension
` [PATCH v6 4/7] config: add new index.threads config setting
--skip-worktree and operations like checkout / stash /etc
2018-09-28 13:35 UTC (2+ messages)
[PATCH v5 0/8] Introducing remote ODBs
2018-09-28 11:43 UTC (4+ messages)
` [PATCH v5 7/8] t0410: test fetching from many promisor remotes
[PATCH v2 0/5] Fix the racy split index problem
2018-09-28 10:17 UTC (14+ messages)
` [PATCH v2 1/5] split-index: add tests to demonstrate "
` [PATCH v2 2/5] t1700-split-index: date back files to avoid racy situations
` [PATCH v2 3/5] split-index: count the number of deleted entries
` [PATCH v2 4/5] split-index: don't compare stat data of entries already marked for split index
` [PATCH v2 5/5] split-index: smudge and add racily clean cache entries to "
[PATCH] help: allow redirecting to help for aliased command
2018-09-28 8:18 UTC (10+ messages)
[PATCH] submodule: Alllow staged changes for get_superproject_working_tree
2018-09-28 3:29 UTC (6+ messages)
[PATCH] git help: promote 'git help -av'
2018-09-28 2:37 UTC (7+ messages)
[PATCH] branch: colorize branches checked out in a linked working tree the same way as the current branch is colorized
2018-09-28 1:28 UTC (19+ messages)
Add proto v2 archive command with HTTP support
2018-09-28 1:25 UTC (17+ messages)
` [PATCH 3/3] archive: allow archive over HTTP(S) with proto v2
` [PATCH v2 0/4] Add proto v2 archive command with HTTP support
` [PATCH v2 1/4] archive: follow test standards around assertions
` [PATCH v2 2/4] archive: use packet_reader for communications
` [PATCH v2 3/4] archive: implement protocol v2 archive command
` [PATCH v2 4/4] archive: allow archive over HTTP(S) with proto v2
[PATCHv3 0/8] fetch: make sure submodule oids are fetched
2018-09-28 1:11 UTC (29+ messages)
` [PATCH 1/8] sha1-array: provide oid_array_filter
` On shipping more of our technical docs as manpages
` [PATCH] Documentation/CodingGuidelines: How to document new APIs
[PATCH] negotiator/skipping: parse commit before queueing
2018-09-27 23:29 UTC (2+ messages)
Fixing constant preference prompts during tests
2018-09-27 23:12 UTC (6+ messages)
[RFC PATCH] travis-ci: work around quarantine error during Perforce install on macOS
2018-09-27 22:56 UTC (2+ messages)
[PATCH 0/2] negotiator: improve recent behavior + docs
2018-09-27 22:46 UTC (4+ messages)
[PATCH] Add an EditorConfig file
2018-09-27 22:33 UTC (7+ messages)
[PATCH] FYI / RFC: submodules: introduce repo-like workflow
2018-09-27 22:27 UTC (2+ messages)
[PATCH] fetch: fix compilation warning
2018-09-27 22:08 UTC
[GSoC][PATCH v7 00/20] rebase -i: rewrite in C
2018-09-27 21:56 UTC (22+ messages)
` [GSoC][PATCH v8 "
` [GSoC][PATCH v8 01/20] sequencer: make three functions and an enum from sequencer.c public
` [GSoC][PATCH v8 02/20] rebase -i: rewrite append_todo_help() in C
` [GSoC][PATCH v8 03/20] editor: add a function to launch the sequence editor
` [GSoC][PATCH v8 04/20] rebase -i: rewrite the edit-todo functionality in C
` [GSoC][PATCH v8 05/20] sequencer: add a new function to silence a command, except if it fails
` [GSoC][PATCH v8 06/20] rebase -i: rewrite setup_reflog_action() in C
` [GSoC][PATCH v8 07/20] rebase -i: rewrite checkout_onto() "
` [GSoC][PATCH v8 08/20] sequencer: refactor append_todo_help() to write its message to a buffer
` [GSoC][PATCH v8 09/20] sequencer: change the way skip_unnecessary_picks() returns its result
` [GSoC][PATCH v8 10/20] t3404: todo list with commented-out commands only aborts
` [GSoC][PATCH v8 11/20] rebase -i: rewrite complete_action() in C
` [GSoC][PATCH v8 12/20] rebase -i: remove unused modes and functions
` [GSoC][PATCH v8 13/20] rebase -i: implement the logic to initialize $revisions in C
` [GSoC][PATCH v8 14/20] rebase -i: rewrite the rest of init_revisions_and_shortrevisions() "
` [GSoC][PATCH v8 15/20] rebase -i: rewrite write_basic_state() "
` [GSoC][PATCH v8 16/20] rebase -i: rewrite init_basic_state() "
` [GSoC][PATCH v8 17/20] rebase -i: implement the main part of interactive rebase as a builtin
` [GSoC][PATCH v8 18/20] rebase--interactive2: rewrite the submodes of interactive rebase in C
` [GSoC][PATCH v8 19/20] rebase -i: remove git-rebase--interactive.sh
` [GSoC][PATCH v8 20/20] rebase -i: move rebase--helper modes to rebase--interactive
[RFC PATCH] transport: list refs before fetch if necessary
2018-09-27 21:43 UTC (9+ messages)
` [RFC PATCH v2 0/4] Avoid ls-refs when possible in protocol v2
` [RFC PATCH v2 1/4] transport: allow skipping of ref listing
` [RFC PATCH v2 2/4] transport: do not list refs if possible
` [RFC PATCH v2 3/4] transport: list refs before fetch if necessary
` [RFC PATCH v2 4/4] fetch: do not list refs if fetching only hashes
[PATCH v1 0/2] Cleanup tests for test_cmp argument ordering and "|" placement
2018-09-27 21:18 UTC (6+ messages)
` [PATCH v3 0/5] Clean up tests for test_cmp arg ordering and pipe placement
` [PATCH v3 1/5] CodingGuidelines: add shell piping guidelines
t7005-editor.sh failure
2018-09-27 20:53 UTC (8+ messages)
Null pointer dereference in rerere.c
2018-09-27 20:40 UTC (3+ messages)
[PATCH] git-completion.bash: Add completion for stash list
2018-09-27 19:59 UTC
[PATCH] git-completion.bash: Add completion for stash list
2018-09-27 20:09 UTC
[PATCH 3/4] git-commit-graph.txt: refer to "*commit* graph file"
2018-09-27 19:21 UTC (8+ messages)
` [PATCH v2 0/4] git-commit-graph.txt: various cleanups
` [PATCH v2 1/4] git-commit-graph.txt: fix bullet lists
` [PATCH v2 2/4] git-commit-graph.txt: typeset more in monospace
` [PATCH v2 3/4] git-commit-graph.txt: refer to "*commit*-graph file"
` [PATCH v2 4/4] Doc: refer to the "commit-graph file" with dash
[PATCH] worktree: add per-worktree config files
2018-09-27 18:49 UTC (9+ messages)
` Wherefor worktrees?
[PATCH] fetch-pack: approximate no_dependents with filter
2018-09-27 18:37 UTC (2+ messages)
[PATCH v5 0/9] Make submodules work if .gitmodules is not checked out
2018-09-27 18:00 UTC (10+ messages)
` [PATCH v5 9/9] submodule: support reading .gitmodules when it's not in the working tree
[PATCH v2 0/6] Use generation numbers for --topo-order
2018-09-27 17:57 UTC (4+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 7/7] revision.c: refactor basic topo-order logic
Triggering "BUG: wt-status.c:476: multiple renames on the same target? how?"
2018-09-27 17:36 UTC (4+ messages)
` [PATCHv2] commit: fix erroneous BUG, 'multiple renames on the same target? how?'
Git for Windows for Unix?
2018-09-27 16:28 UTC (6+ messages)
Git Test Coverage Report (Tuesday, Sept 25)
2018-09-27 15:38 UTC (12+ messages)
[PATCH] git.txt: mention mailing list archive
2018-09-27 10:35 UTC (4+ messages)
` [PATCH v2] "
[PATCH] fetch: replace string-list used as a look-up table with a hashmap
2018-09-27 5:54 UTC (4+ messages)
[PATCH] doc: clarify gitcredentials path component matching
2018-09-27 5:19 UTC (2+ messages)
Triggering "BUG: wt-status.c:476: multiple renames on the same target? how?"
2018-09-27 4:20 UTC (4+ messages)
[PATCH v4 0/9] fetch: make sure submodule oids are fetched
2018-09-26 22:19 UTC (9+ messages)
` [PATCH v4 1/9] sha1-array: provide oid_array_filter
` [PATCH v4 2/9] submodule.c: fix indentation
` [PATCH v4 3/9] submodule.c: sort changed_submodule_names before searching it
` [PATCH v4 4/9] submodule: move global changed_submodule_names into fetch submodule struct
GPG signing is bent on WIndows
2018-09-26 21:41 UTC (2+ 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).