messages from 2019-01-23 20:59:47 to 2019-01-25 19:29:22 UTC [more...]
[PATCH] log,diff-tree: add --combined-with-paths options for merges with renames
2019-01-25 19:29 UTC (9+ messages)
` [PATCH v2] "
[PATCH v2 2/3] setup: do not use invalid `repository_format`
2019-01-25 19:25 UTC (7+ messages)
` [PATCH v3 0/2] setup: fix memory leaks with `struct repository_format`
` [PATCH v3 2/2] "
[PATCH 00/14] Trace2 tracing facility
2019-01-25 19:13 UTC (7+ messages)
` [PATCH 01/14] trace2: Documentation/technical/api-trace2.txt
` [PATCH 02/14] trace2: create new combined trace facility
[PATCH v3 1/3] t5323: test cases for git-pack-redundant
2019-01-25 19:12 UTC (8+ messages)
` [PATCH/RFC v2 1/1] test-lint: Only use only sed [-n] [-e command] [-f command_file]
Inconsistent Behavior using 'Reference'
2019-01-25 17:19 UTC (3+ messages)
[PATCH on sb/more-repo-in-api] revision: use commit graph in get_reference()
2019-01-25 15:33 UTC (2+ messages)
` Regression in: "
[PATCH v1] git-instaweb: Add Python builtin http.server support
2019-01-25 15:22 UTC (5+ messages)
git describe --dirty doesn't work with --work-tree
2019-01-25 14:05 UTC
[PATCH 0/6] Create commit-graph file format v2
2019-01-25 13:54 UTC (15+ messages)
` [PATCH 1/6] commit-graph: return with errors during write
` [PATCH 2/6] commit-graph: collapse parameters into flags
` [PATCH 3/6] commit-graph: create new version flags
` [PATCH 4/6] commit-graph: add --version=<n> option
` [PATCH 5/6] commit-graph: implement file format version 2
` [PATCH 6/6] commit-graph: test verifying a corrupt v2 header
[PATCH v3 00/21] Offer to run CI/PR builds in Azure Pipelines
2019-01-25 13:51 UTC (26+ messages)
` [PATCH v4 "
` [PATCH v4 01/21] travis: fix skipping tagged releases
` [PATCH v4 02/21] ci: rename the library of common functions
` [PATCH v4 04/21] ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
` [PATCH v4 03/21] ci/lib.sh: encapsulate Travis-specific things
` [PATCH v4 06/21] test-date: add a subcommand to measure times in shell scripts
` [PATCH v4 08/21] ci/lib.sh: add support for Azure Pipelines
` [PATCH v4 09/21] Add a build definition for Azure DevOps
` [PATCH v4 10/21] ci: move the Windows job to the top
` [PATCH v4 17/21] tests: add t/helper/ to the PATH with --with-dashes
` [PATCH v4 20/21] ci: speed up Windows phase
[PATCH] git-submodule.sh: shorten submodule SHA-1s using rev-parse
2019-01-25 13:05 UTC (5+ messages)
[PATCH v2 0/7] Turn git add-i into built-in
2019-01-25 12:37 UTC (14+ messages)
` [PATCH v3 "
` [PATCH v3 6/7] t3701-add-interactive: test add_i_show_help()
` [PATCH v4 0/7] Turn git add-i into built-in
` [PATCH v4 1/7] diff: export diffstat interface
` [PATCH v4 2/7] add--helper: create builtin helper for interactive add
` [PATCH v4 3/7] add-interactive.c: implement status command
` [PATCH v4 4/7] add--interactive.perl: use add--helper --status for status_cmd
` [PATCH v4 6/7] t3701-add-interactive: test add_i_show_help()
` [PATCH v4 5/7] add-interactive.c: implement show-help command
` [PATCH v4 7/7] add--interactive.perl: use add--helper --show-help for help_cmd
[PATCH] strbuf.cocci: suggest strbuf_addbuf() to add one strbuf to an other
2019-01-25 12:25 UTC
(no subject)
2019-01-25 11:27 UTC (2+ messages)
` your mail
[PATCH] fetch: prefer suffix substitution in compact fetch.output
2019-01-25 9:51 UTC
[PATCH v2 0/8] introduce no-overlay mode in git checkout
2019-01-25 9:24 UTC (13+ messages)
` [PATCH v3 "
` [PATCH v3 7/8] checkout: introduce --{,no-}overlay option
[PATCH 0/9] drop some unused parameters
2019-01-25 1:53 UTC (13+ messages)
` [PATCH 1/8] match-trees: drop unused path parameter from score functions
` [PATCH 2/8] apply: drop unused "def" parameter from find_name_gnu()
` [PATCH 3/8] create_bundle(): drop unused "header" parameter
` [PATCH 4/8] column: drop unused "opts" parameter in item_length()
` [PATCH 5/8] show_date_relative(): drop unused "tz" parameter
` [PATCH 6/8] config: drop unused parameter from maybe_remove_section()
` [PATCH 7/8] convert: drop len parameter from conversion checks
` [PATCH 8/8] convert: drop path parameter from actual conversion functions
Writing merge strategy?
2019-01-25 0:55 UTC
[PATCH v4 1/2] pack-objects: move read mutex to packing_data struct
2019-01-25 0:22 UTC (2+ messages)
` [PATCH v4 2/2] pack-objects: merge read_lock and lock in "
git stash changes ORIG_HEAD
2019-01-25 0:22 UTC
[PATCH v3 1/2] pack-objects: move read mutex to packing_data struct
2019-01-25 0:20 UTC (6+ messages)
` [PATCH v3 2/2] pack-objects: merge read_lock and lock in "
[PATCH v4 00/16] sequencer: refactor functions working on a todo_list
2019-01-24 22:43 UTC (8+ messages)
` [PATCH v5 "
` [PATCH v5 12/16] rebase-interactive: use todo_list_write_to_file() in edit_todo_list()
` [PATCH v5 14/16] rebase-interactive: rewrite edit_todo_list() to handle the initial edit
` [PATCH v5 15/16] sequencer: use edit_todo_list() in complete_action()
` [PATCH v5 16/16] rebase--interactive: move transform_todo_file() to rebase--interactive.c
[PATCH v3 0/9] Create 'expire' and 'repack' verbs for git-multi-pack-index
2019-01-24 22:14 UTC (14+ messages)
` [PATCH v4 00/10] "
` [PATCH v4 01/10] repack: refactor pack deletion for future use
` [PATCH v4 02/10] Docs: rearrange subcommands for multi-pack-index
` [PATCH v4 03/10] multi-pack-index: prepare for 'expire' subcommand
` [PATCH v4 05/10] midx: refactor permutation logic and pack sorting
` [PATCH v4 04/10] midx: simplify computation of pack name lengths
` [PATCH v4 07/10] multi-pack-index: prepare 'repack' subcommand
` [PATCH v4 06/10] multi-pack-index: implement 'expire' subcommand
` [PATCH v4 08/10] midx: implement midx_repack()
` [PATCH v4 09/10] multi-pack-index: test expire while adding packs
` [PATCH v4 10/10] midx: add test that 'expire' respects .keep files
[PATCH] init docs: correct a punctuation typo
2019-01-24 21:44 UTC
[PATCH v3 7/9] multi-pack-index: prepare 'repack' subcommand
2019-01-24 21:38 UTC (4+ messages)
[PATCH v6 0/3]
2019-01-24 21:26 UTC (11+ messages)
` [PATCH] branch: colorize branches checked out in a linked working tree the same way as the current branch is colorized
` [PATCH v6 1/3] ref-filter: add worktreepath atom
git status OOM on mmap of large file
2019-01-24 21:18 UTC (12+ messages)
` [PATCH] avoid unncessary malloc of whole file size
[PATCH 0/6] some diff --cc --stat fixes
2019-01-24 21:17 UTC (19+ messages)
` [PATCH 1/6] t4006: resurrect commented-out tests
` [PATCH 2/6] diff: clear emitted_symbols flag after use
` [PATCH 3/6] combine-diff: factor out stat-format mask
` [PATCH 4/6] combine-diff: treat --shortstat like --stat
` [PATCH 5/6] combine-diff: treat --summary "
` [PATCH 6/6] combine-diff: treat --dirstat "
[PATCH] optimize PNGs with FileOptimizer 13.50.2431 (x86) and ZopfliPNG 1.0.2
2019-01-24 21:15 UTC (5+ messages)
` Fwd: "
git status confusing message while conflicts in interactive rebase
2019-01-24 21:15 UTC
Git Test Coverage Report (Sat Jan 19)
2019-01-24 20:56 UTC (5+ messages)
[PATCH 00/11] nd/the-index-final small update
2019-01-24 19:56 UTC (13+ messages)
` [PATCH 01/11] grep: use grep_opt->repo instead of explict repo argument
` [PATCH 02/11] notes-utils.c: remove the_repository references
` [PATCH 03/11] repository.c: replace hold_locked_index() with repo_hold_locked_index()
` [PATCH 04/11] checkout: avoid the_index when possible
` [PATCH 05/11] read-cache.c: kill read_index()
` [PATCH 06/11] read-cache.c: replace update_index_if_able with repo_&
` [PATCH 07/11] sha1-name.c: remove implicit dependency on the_index
` [PATCH 08/11] merge-recursive.c: "
` [PATCH 09/11] merge-recursive.c: remove implicit dependency on the_repository
` [PATCH 10/11] read-cache.c: remove the_* from index_has_changes()
` [PATCH 11/11] cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
[PATCH v3 5/9] midx: refactor permutation logic and pack sorting
2019-01-24 19:17 UTC (4+ messages)
[PATCH v3 6/9] multi-pack-index: implement 'expire' verb
2019-01-24 17:36 UTC (3+ messages)
(no subject)
2019-01-24 17:11 UTC (3+ messages)
`
Removing data from repository
2019-01-24 15:28 UTC (5+ messages)
` [EXTERNAL] "
Contributor Summit Topics and Logistics
2019-01-24 8:57 UTC (3+ messages)
testing some changes to a public-inbox .onion
2019-01-24 4:35 UTC (3+ messages)
[PATCH v3 8/9] midx: implement midx_repack()
2019-01-23 22:33 UTC (2+ messages)
[PATCH v1 0/2] Fix regression in checkout -b
2019-01-23 21:23 UTC (3+ messages)
` [PATCH v3 "
[PATCH] doc: tidy asciidoc style
2019-01-23 21:20 UTC (4+ 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).