messages from 2018-07-16 20:45:45 to 2018-07-18 15:15:43 UTC [more...]
[PATCH 0/8] Clarify commit-graph and grafts/replace/shallow incompatibilities
2018-07-18 15:15 UTC (5+ messages)
` [PATCH 1/8] refs.c: migrate internal ref iteration to pass thru repository argument
` [PATCH 2/8] refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback
` [PATCH 3/8] commit-graph: update design document
` [PATCH 4/8] test-repository: properly init repo
[PATCH 00/16] Consolidate reachability logic
2018-07-18 15:01 UTC (29+ messages)
` [PATCH 15/16] commit-reach: make can_all_from_reach... linear
` [PATCH 11/16] test-reach: test get_merge_bases_many
` [PATCH 12/16] test-reach: test reduce_heads
` [PATCH 13/16] test-reach: test can_all_from_reach_with_flags
` [PATCH 14/16] commit-reach: replace ref_newer logic
` [PATCH 16/16] commit-reach: use can_all_from_reach
[PATCH 0/6] git-submodule.sh: convert part of cmd_update to C
2018-07-18 15:00 UTC (6+ messages)
` [PATCH 4/6] builtin/submodule--helper: store update_clone information in a struct
` [PATCH 6/6] submodule--helper: introduce new update-module-mode helper
[PATCH] sequencer.c: terminate the last line of author-script properly
2018-07-18 13:58 UTC (11+ messages)
` [PATCH] sequencer.c: terminate the last line of author-scriptproperly
[PATCH 0/2] RFC ref store to repository migration
2018-07-18 13:40 UTC (5+ messages)
` [PATCH 1/2] refs.c: migrate internal ref iteration to pass thru repository argument
` [PATCH 2/2] refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback
` [PATCH] TO-SQUASH: replace the_repository with arbitrary r
[RFC] push: add documentation on push v2
2018-07-18 13:31 UTC (3+ messages)
[PATCH] gc: do not warn about too many loose objects
2018-07-18 13:11 UTC (48+ messages)
` [PATCH v2 0/3] gc --auto: do not return error for prior errors in daemonized mode
` [PATCH 1/3] gc: improve handling of errors reading gc.log
` [PATCH 2/3] gc: exit with status 128 on failure
` [PATCH 3/3] gc: do not return error for prior errors in daemonized mode
[ANNOUNCE] Git Rev News edition 41
2018-07-18 12:53 UTC
Git 2.18: RUNTIME_PREFIX... is it working?
2018-07-18 12:18 UTC (14+ messages)
[PATCH 0/4] Use oid_object_info() instead of read_object_file()
2018-07-18 12:13 UTC (3+ messages)
sed: command garbled: rGIT-PERL-HEADER
2018-07-18 11:53 UTC
[PATCH v4 0/7] X509 (gpgsm) commit signing support
2018-07-18 10:36 UTC (16+ messages)
` [PATCH v4 1/7] gpg-interface: add new config to select how to sign a commit
` [PATCH v4 2/7] t/t7510: check the validation of the new config gpg.format
` [PATCH v5 "
` [PATCH v4 3/7] gpg-interface: introduce an abstraction for multiple gpg formats
` [PATCH v4 4/7] gpg-interface: do not hardcode the key string len anymore
` [PATCH v4 5/7] gpg-interface: introduce new config to select per gpg format program
` [PATCH v4 6/7] gpg-interface: introduce new signature format "x509" using gpgsm
` [PATCH v4 7/7] gpg-interface t: extend the existing GPG tests with GPGSM
` [PATCH v5 "
Receiving console output from GIT 10mins after abort/termination?
2018-07-18 6:38 UTC
[PATCH] diff.c: offer config option to control ws handling in move detection
2018-07-18 0:53 UTC
[PATCH v2 1/4] ref-filter: add info_source to valid_atom
2018-07-17 22:17 UTC (10+ messages)
` [PATCH v2 4/4] ref-filter: use oid_object_info() to get object
` [PATCH v3 1/5] ref-filter: add info_source to valid_atom
` [PATCH v3 5/5] ref-filter: use oid_object_info() to get object
` [PATCH v3 2/5] ref-filter: fill empty fields with empty values
` [PATCH v3 3/5] ref-filter: initialize eaten variable
` [PATCH v3 4/5] ref-filter: merge get_obj and get_object
[GSoC] [PATCH 0/5] rebase: rewrite rebase in C
2018-07-17 21:55 UTC (5+ messages)
` [GSoC] [PATCH v3 0/4] "
` [PATCH v3 4/4] builtin/rebase: support running "git rebase <upstream>"
[GSoC] GSoC with git, week 11
2018-07-17 21:55 UTC (2+ messages)
[PATCH v2 0/6] git-submodule.sh: convert part of cmd_update to C
2018-07-17 21:44 UTC (15+ messages)
` [PATCH v2 1/6] git-submodule.sh: align error reporting for update mode to use path
` [PATCH v2 2/6] git-submodule.sh: rename unused variables
` [PATCH v2 3/6] builtin/submodule--helper: factor out submodule updating
` [PATCH v2 4/6] builtin/submodule--helper: store update_clone information in a struct
` [PATCH v2 5/6] builtin/submodule--helper: factor out method to update a single submodule
` [PATCH v2 6/6] submodule--helper: introduce new update-module-mode helper
Are clone/checkout operations deterministic?
2018-07-17 19:52 UTC (5+ messages)
[PATCH 0/2] repack -ad: fix after `fetch --prune` in a shallow repository
2018-07-17 19:41 UTC (16+ messages)
` [PATCH 2/2] repack -ad: prune the list of shallow commits
` [PATCH v2 0/2] repack -ad: fix after `fetch --prune` in a shallow repository
` [PATCH v2 1/2] repack: point out a bug handling stale shallow info
` [PATCH v2 2/2] repack -ad: prune the list of shallow commits
[RFC PATCH 0/6] Add gentle alternative for `get_oid()`
2018-07-17 19:13 UTC (10+ messages)
` [RFC PATCH 1/6] sha1-name: Add `GET_OID_GENTLY` flag
` [RFC PATCH 2/6] tree-walk: Add three new gentle helpers
` [RFC PATCH 3/6] refs.c: Teach `read_ref_at()` to accept `GET_OID_GENTLY` flag
` [RFC PATCH 4/6] sha1-name: Teach `get_oid_basic()` to be gentle
` [RFC PATCH 5/6] sha1-name: Teach `get_oid_with_context[_1]()` "
` [RFC PATCH 6/6] sha1-name: Add gentle alternative for `get_oid()`
[PATCH 00/25] fix buggy tests, modernize tests, fix broken &&-chains
2018-07-17 17:53 UTC (15+ messages)
` [PATCH 11/25] t7400: fix broken "submodule add/reconfigure --force" test
` [PATCH 21/25] t5000-t5999: fix broken &&-chains
[PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
2018-07-17 17:47 UTC (18+ messages)
` [PATCH v3 00/20] Add `range-diff`, "
` [PATCH v3 03/20] range-diff: first rudimentary implementation
` [PATCH v3 11/20] range-diff: add tests
` [PATCH v3 09/20] range-diff: adjust the output of the commit pairs
` [PATCH v3 17/20] range-diff: add a man page
` [PATCH v3 20/20] range-diff: make --dual-color the default mode
[PATCH v2 0/2] Fix --short and --porcelain options for commit
2018-07-17 17:45 UTC (8+ messages)
` [PATCH v3 1/3] t7501: add merge conflict tests for dry run
` [PATCH v3 2/3] wt-status: teach wt_status_collect about merges in progress
` [PATCH v3 3/3] commit: fix exit code for --short/--porcelain
clean filter run in top of repo with wrong GIT_WORK_TREE
2018-07-17 17:32 UTC (2+ messages)
[PATCH 0/2] Fix --rebase-merges with custom commentChar
2018-07-17 16:46 UTC (5+ messages)
` [PATCH v3] sequencer: use configured comment character
[PATCH v3 0/7] X509 (gpgsm) commit signing support
2018-07-17 12:50 UTC (13+ messages)
` [PATCH v3 1/7] gpg-interface: add new config to select how to sign a commit
` [PATCH v3 3/7] gpg-interface: introduce an abstraction for multiple gpg formats
` [PATCH v3 5/7] gpg-interface: introduce new config to select per gpg format program
[RFC PATCH 0/5] format-patch: automate cover letter range-diff
2018-07-17 11:00 UTC (13+ messages)
` [RFC PATCH 1/5] format-patch: allow additional generated content in make_cover_letter()
` [RFC PATCH 2/5] format-patch: add --range-diff option to embed diff in cover letter
` [RFC PATCH 3/5] format-patch: extend --range-diff to accept revision range
` [RFC PATCH 5/5] format-patch: add --creation-weight tweak for --range-diff
[PATCH v2 0/9] X509 (gpgsm) commit signing support
2018-07-16 23:12 UTC (12+ messages)
` [PATCH v2 7/9] gpg-interface: introduce new config to select per gpg format program
[PATCHv5 0/9] Reroll of sb/diff-color-move-more
2018-07-16 23:05 UTC (10+ messages)
` [PATCH 1/9] xdiff/xdiff.h: remove unused flags
` [PATCH 2/9] xdiff/xdiffi.c: remove unneeded function declarations
` [PATCH 3/9] t4015: avoid git as a pipe input
` [PATCH 4/9] diff.c: do not pass diff options as keydata to hashmap
` [PATCH 5/9] diff.c: adjust hash function signature to match hashmap expectation
` [PATCH 6/9] diff.c: add a blocks mode for moved code detection
` [PATCH 7/9] diff.c: decouple white space treatment from move detection algorithm
` [PATCH 8/9] diff.c: factor advance_or_nullify out of mark_color_as_moved
` [PATCH 9/9] diff.c: add white space mode to move detection that allows indent changes
[PATCH] negotiator/skipping: skip commits during fetch
2018-07-16 23:02 UTC (2+ messages)
[PATCH 08/16] test-reach: create new test tool for ref_newer
2018-07-16 23:00 UTC (2+ messages)
[PATCH 07/16] commit-reach: move can_all_from_reach_with_flags
2018-07-16 22:37 UTC (2+ messages)
[PATCH] send-email: Fix tls AUTH when sending batch
2018-07-16 22:19 UTC (3+ messages)
` [PATCH v2] "
[PATCH 01/16] commit-reach: move walk methods from commit.c
2018-07-16 21:31 UTC (2+ messages)
rev-parse --show-toplevel broken during exec'ed rebase?
2018-07-16 21:10 UTC (7+ messages)
[PATCH] fsck: check skiplist for object in fsck_blob()
2018-07-16 21:08 UTC (5+ messages)
` [PATCH 2/2] fsck: downgrade gitmodulesParse default to "info"
[PATCH 00/17] object_id part 14
2018-07-16 21:06 UTC (5+ 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).