messages from 2018-05-01 12:47:34 to 2018-05-02 18:53:45 UTC [more...]
[PATCH] git-p4 - Add option --sha1 to submit in p4
2018-05-02 18:53 UTC (2+ messages)
[PATCH 00/13] object store: alloc
2018-05-02 18:44 UTC (23+ messages)
` [PATCH 01/13] repository: introduce object parser field
` [PATCH 02/13] object: add repository argument to create_object
` [PATCH 03/13] object: add repository argument to grow_object_hash
` [PATCH 04/13] alloc: add repository argument to alloc_blob_node
` [PATCH 05/13] alloc: add repository argument to alloc_tree_node
` [PATCH 06/13] alloc: add repository argument to alloc_commit_node
` [PATCH 07/13] alloc: add repository argument to alloc_tag_node
` [PATCH 08/13] alloc: add repository argument to alloc_object_node
` [PATCH 09/13] alloc: add repository argument to alloc_report
` [PATCH 10/13] alloc: add repository argument to alloc_commit_index
` [PATCH 11/13] object: allow grow_object_hash to handle arbitrary repositories
` [PATCH 12/13] object: allow create_object "
` [PATCH 13/13] alloc: allow arbitrary repositories for alloc functions
[PATCH] checkout & worktree: introduce a core.DWIMRemote setting
2018-05-02 18:25 UTC (5+ messages)
[PATCH v1 0/2] add additional config settings for merge
2018-05-02 17:20 UTC (6+ messages)
` [PATCH v4 0/3] "
` [PATCH v4 1/3] merge: update documentation for {merge,diff}.renameLimit
` [PATCH v4 2/3] merge: Add merge.renames config setting
` [PATCH v4 3/3] merge: pass aggressive when rename detection is turned off
[PATCH v3 0/9] Compute and consume generation numbers
2018-05-02 16:15 UTC (25+ messages)
` [PATCH v4 00/10] "
` [PATCH v4 03/10] commit-graph: compute "
` [PATCH v4 08/10] commit: add short-circuit to paint_down_to_common()
` [PATCH v4 09/10] merge: check config before loading commits
` [PATCH v4 10/10] commit-graph.txt: update design document
` [PATCH v5 00/11] Compute and consume generation numbers
` [PATCH v5 06/11] ref-filter: use generation number for --contains
` [PATCH v5 09/11] commit: use generation number in remove_redundant()
` [PATCH v5 10/11] merge: check config before loading commits
` [PATCH v5 11/11] commit-graph.txt: update design document
[PATCH v2 0/2] Fix --short and --porcelain options for commit
2018-05-02 15:52 UTC (5+ messages)
` [PATCH "
` [PATCH v2 1/2] commit: fix --short and --porcelain options
[PATCH v2 00/42] object_id part 13
2018-05-02 15:32 UTC (44+ messages)
` [PATCH v2 01/42] cache: add a function to read an object ID from a buffer
` [PATCH v2 02/42] server-info: remove unused members from struct pack_info
` [PATCH v2 03/42] Remove unused member in struct object_context
` [PATCH v2 04/42] packfile: remove unused member from struct pack_entry
` [PATCH v2 05/42] packfile: convert has_sha1_pack to object_id
` [PATCH v2 06/42] sha1-file: convert freshen functions "
` [PATCH v2 07/42] packfile: convert find_pack_entry "
` [PATCH v2 08/42] packfile: abstract away hash constant values
` [PATCH v2 09/42] pack-objects: abstract away hash algorithm
` [PATCH v2 10/42] pack-redundant: "
` [PATCH v2 11/42] tree-walk: avoid hard-coded 20 constant
` [PATCH v2 12/42] tree-walk: convert get_tree_entry_follow_symlinks to object_id
` [PATCH v2 13/42] fsck: convert static functions to struct object_id
` [PATCH v2 14/42] submodule-config: convert structures to object_id
` [PATCH v2 15/42] split-index: convert struct split_index "
` [PATCH v2 16/42] Update struct index_state to use struct object_id
` [PATCH v2 17/42] pack-redundant: convert linked lists "
` [PATCH v2 18/42] index-pack: abstract away hash function constant
` [PATCH v2 19/42] commit: convert uses of get_sha1_hex to get_oid_hex
` [PATCH v2 20/42] dir: convert struct untracked_cache_dir to object_id
` [PATCH v2 21/42] http: eliminate hard-coded constants
` [PATCH v2 22/42] revision: replace use of "
` [PATCH v2 23/42] upload-pack: replace use of several "
` [PATCH v2 24/42] diff: specify abbreviation size in terms of the_hash_algo
` [PATCH v2 25/42] builtin/receive-pack: avoid hard-coded constants for push certs
` [PATCH v2 26/42] sha1-file: add functions for hex empty tree and blob OIDs
` [PATCH v2 27/42] builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algo
` [PATCH v2 28/42] builtin/merge: switch tree functions to use object_id
` [PATCH v2 29/42] merge: convert empty tree constant to the_hash_algo
` [PATCH v2 30/42] sequencer: convert one use of EMPTY_TREE_SHA1_HEX
` [PATCH v2 31/42] submodule: convert several uses "
` [PATCH v2 32/42] wt-status: convert two "
` [PATCH v2 33/42] builtin/receive-pack: convert one use "
` [PATCH v2 34/42] builtin/reset: convert use of EMPTY_TREE_SHA1_BIN
` [PATCH v2 35/42] sha1_file: convert cached object code to struct object_id
` [PATCH v2 36/42] cache-tree: use is_empty_tree_oid
` [PATCH v2 37/42] sequencer: use the_hash_algo for empty tree object ID
` [PATCH v2 38/42] dir: use the_hash_algo for empty blob "
` [PATCH v2 39/42] sha1_file: only expose empty object constants through git_hash_algo
` [PATCH v2 40/42] Update shell scripts to compute empty tree object ID
` [PATCH v2 41/42] add--interactive: compute the empty tree value
` [PATCH v2 42/42] merge-one-file: compute empty blob object ID
[PATCH 00/41] object_id part 13
2018-05-02 15:26 UTC (8+ messages)
` [PATCH 01/41] cache: add a function to read an object ID from a buffer
` [PATCH 08/41] packfile: abstract away hash constant values
[PATCH 0/3] BUG() and "config --local" outside of repo
2018-05-02 15:18 UTC (7+ messages)
` [PATCH v2 0/4] Finish the conversion from die("BUG: ...") to BUG()
` [PATCH v2 1/4] test-tool: help verifying BUG() code paths
` [PATCH v2 2/4] run-command: use BUG() to report bugs, not die()
` [PATCH v2 3/4] Replace all die("BUG: ...") calls by BUG() ones
` [PATCH v2 4/4] Convert remaining die*(BUG) messages
[PATCH v3 2/3] merge: Add merge.renames config setting
2018-05-02 14:33 UTC (5+ messages)
` (no subject)
`
[PATCH] git-send-email: allow re-editing of message
2018-05-02 14:32 UTC
[PATCH v2] wt-status: use rename settings from init_diff_ui_defaults
2018-05-02 14:20 UTC (8+ messages)
[PATCH v2 00/12] get_short_oid UI improvements
2018-05-02 13:45 UTC (21+ messages)
` [PATCH v2 06/11] get_short_oid: sort ambiguous objects by type, then SHA-1
` [PATCH v3 00/12] get_short_oid UI improvements
` [PATCH v3 01/12] sha1-name.c: remove stray newline
` [PATCH v3 02/12] sha1-array.h: align function arguments
` [PATCH v3 03/12] git-p4: change "commitish" typo to "committish"
` [PATCH v3 04/12] cache.h: add comment explaining the order in object_type
` [PATCH v3 05/12] sha1-name.c: move around the collect_ambiguous() function
` [PATCH v3 06/12] get_short_oid: sort ambiguous objects by type, then SHA-1
` [PATCH v3 07/12] get_short_oid: learn to disambiguate by ^{tag}
` [PATCH v3 08/12] get_short_oid: learn to disambiguate by ^{blob}
` [PATCH v3 09/12] get_short_oid / peel_onion: ^{tree} should be tree, not treeish
` [PATCH v3 10/12] get_short_oid / peel_onion: ^{commit} should be commit, not committish
` [PATCH v3 11/12] config doc: document core.disambiguate
` [PATCH v3 12/12] get_short_oid: document & warn if we ignore the type selector
[PATCH] gitweb: Measure offsets against UTF-8 flagged string
2018-05-02 11:47 UTC (3+ messages)
What's cooking in git.git (Apr 2018, #04; Mon, 30)
2018-05-02 10:46 UTC (13+ messages)
` js/no-pager-shorthand [was: What's cooking in git.git (Apr 2018, #04; Mon, 30)]
` js/no-pager-shorthand [
[PATCH 0/6] Finish the conversion from die("BUG: ...") to BUG()
2018-05-02 10:41 UTC (6+ messages)
` [PATCH 2/6] t1406: prepare for the refs code to fail with BUG()
git-submodule is missing --dissociate option
2018-05-02 8:54 UTC (22+ messages)
` [PATCH 0/2] Add --progress and --dissociate to git submodule
` [PATCH 1/2] submodule: Add --progress option to add command
` [PATCH 2/2] submodule: Add --dissociate option to add/update commands
` [PATCH 0/3] Add --progress and --dissociate to git submodule
` [PATCH 1/3] submodule: clean up subsititions in script
` [PATCH 2/3] submodule: add --progress option to add command
` [PATCH 3/3] submodule: add --dissociate option to add/update commands
git merge banch w/ different submodule revision
2018-05-02 7:30 UTC (6+ messages)
[GSoC] Info: new blog series of my work on Git GSoC '18
2018-05-02 7:12 UTC (2+ messages)
[PATCH v1] test-drop-caches: simplify delay loading of NtSetSystemInformation
2018-05-02 6:55 UTC (3+ messages)
` [PATCH v2] "
[PATCH] revisions.txt: expand tabs to spaces in diagram
2018-05-02 6:20 UTC (3+ messages)
(no subject)
2018-05-02 5:18 UTC (2+ messages)
` subscription (was: (no subject))
git-submodule is missing --dissociate option
2018-05-02 4:34 UTC (6+ messages)
[PATCH v3] blame: prevent error if range ends past end of file
2018-05-02 2:47 UTC (8+ messages)
` [PATCH v4 0/2] blame and log: "
` [PATCH v4 1/2] blame: "
Bug: format-patch MIME boundary not added to cover letter when attach enabled
2018-05-02 2:20 UTC (5+ messages)
` [PATCH] format-patch: make cover letters always text/plain
` [PATCH v2] "
[PATCH 0/2] Supporting partial clones in protocol v2
2018-05-02 0:31 UTC (9+ messages)
` [PATCH 1/2] upload-pack: fix error message typo
` [PATCH 2/2] {fetch,upload}-pack: support filter in protocol v2
` [PATCH v2 0/3] Supporting partial clones "
` [PATCH v2 1/3] upload-pack: fix error message typo
` [PATCH v2 2/3] upload-pack: read config when serving protocol v2
` [PATCH v2 3/3] {fetch,upload}-pack: support filter in "
Fetching tags overwrites existing tags
2018-05-02 0:08 UTC (12+ messages)
` [RFC PATCH v4 0/3] Optional sub hierarchy for remote tags
` [RFC PATCH v4 1/3] Teach remote add the --remote-tags option
` [RFC PATCH v4 2/3] Teach tag to list remote-tags
` [RFC PATCH v4 3/3] Test git remote add -f --remote-tags
Fetching tags overwrites existing tags
2018-05-01 17:11 UTC (2+ messages)
[PATCH v1 0/5] Allocate cache entries from memory pool
2018-05-01 15:43 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 3/5] mem-pool: fill out functionality
[PATCH 0/9] get_short_oid UI improvements
2018-05-01 13:05 UTC (7+ messages)
` [PATCH 4/9] get_short_oid: sort ambiguous objects by type, then SHA-1
[PATCH 0/4] subtree: move out of contrib
2018-05-01 12:48 UTC (3+ 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).