messages from 2018-02-22 19:39:24 to 2018-02-24 04:03:55 UTC [more...]
[PATCH v2 00/27] protocol version 2
2018-02-24 4:03 UTC (56+ messages)
` [PATCH v3 00/35] "
` [PATCH v3 04/35] upload-pack: convert to a builtin
` [PATCH v3 05/35] upload-pack: factor out processing lines
` [PATCH v3 07/35] connect: convert get_remote_heads to use struct packet_reader
` [PATCH v3 11/35] test-pkt-line: introduce a packet-line test helper
` [PATCH v3 12/35] serve: introduce git-serve
` [PATCH v3 13/35] ls-refs: introduce ls-refs server command
` [PATCH v3 16/35] transport: convert transport_get_remote_refs to take a list of ref patterns
` [PATCH v3 21/35] fetch-pack: perform a fetch using v2
` [PATCH v3 23/35] fetch-pack: support shallow requests
` [PATCH v3 28/35] transport-helper: introduce stateless-connect
[PATCH 14/26] sha1_file: allow prepare_alt_odb to handle arbitrary repositories
2018-02-24 3:44 UTC (20+ messages)
` [PATCH 0/2] Fix initializing the_hash_algo
` [PATCH 1/2] setup.c: initialize the_repository correctly in all cases
` [PATCH 2/2] Revert "repository: pre-initialize hash algo pointer"
` [PATCH v2 0/5] Fix initializing the_hash_algo
` [PATCH v2 1/5] setup.c: initialize the_repository correctly in all cases
` [PATCH v2 2/5] sha1_file.c: keep a good name for "unknown" hash_algos[UNKNOWN]
` [PATCH v2 3/5] index-pack: check (and optionally set) hash algo based on input file
` [PATCH v2 4/5] diff.c: initialize hash algo when running in --no-index mode
` [PATCH v2 5/5] Revert "repository: pre-initialize hash algo pointer"
[PATCH] commit-graph: fix some "plain integer as NULL pointer" warnings
2018-02-24 2:24 UTC
[PATCH v2 2/2] t5536: simplify checking of messages output to stderr
2018-02-24 1:22 UTC
[PATCH v2 1/2] t4151: consolidate multiple calls to test_i18ngrep
2018-02-24 1:20 UTC
[PATCH v2 0/2] test_i18ngrep
2018-02-24 1:18 UTC
[PATCHv2 00/16] Moving global state into the repository object (part 1)
2018-02-24 0:47 UTC (51+ messages)
` [PATCHv3 00/27] "
` [PATCH 05/27] object-store: move packed_git and packed_git_mru to object store
` [PATCH 08/27] pack: move approximate object count "
` [PATCH 13/27] sha1_file: add repository argument to prepare_alt_odb
` [PATCH 15/27] sha1_file: allow prepare_alt_odb to handle arbitrary repositories
` [PATCH 16/27] sha1_file: add repository argument to sha1_file_name
` [PATCH 22/27] sha1_file: allow sha1_file_name to handle arbitrary repositories
` [PATCHv4 00/27] Moving global state into the repository object (part 1)
` [PATCHv4 01/27] repository: introduce raw object store field
` [PATCHv4 02/27] object-store: migrate alternates struct and functions from cache.h
` [PATCHv4 03/27] object-store: move alt_odb_list and alt_odb_tail to object store
` [PATCHv4 04/27] object-store: free alt_odb_list
` [PATCHv4 05/27] object-store: move packed_git and packed_git_mru to object store
` [PATCHv4 06/27] object-store: close all packs upon clearing the "
` [PATCHv4 07/27] pack: move prepare_packed_git_run_once to "
` [PATCHv4 08/27] pack: move approximate object count "
` [PATCHv4 09/27] sha1_file: add raw_object_store argument to alt_odb_usable
` [PATCHv4 10/27] sha1_file: add repository argument to link_alt_odb_entry
` [PATCHv4 11/27] sha1_file: add repository argument to read_info_alternates
` [PATCHv4 12/27] sha1_file: add repository argument to link_alt_odb_entries
` [PATCHv4 13/27] sha1_file: add repository argument to prepare_alt_odb
` [PATCHv4 14/27] sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
` [PATCHv4 15/27] sha1_file: allow prepare_alt_odb "
` [PATCHv4 16/27] sha1_file: add repository argument to sha1_file_name
` [PATCHv4 17/27] sha1_file: add repository argument to stat_sha1_file
` [PATCHv4 18/27] sha1_file: add repository argument to open_sha1_file
` [PATCHv4 19/27] sha1_file: add repository argument to map_sha1_file_1
` [PATCHv4 20/27] sha1_file: add repository argument to map_sha1_file
` [PATCHv4 21/27] sha1_file: add repository argument to sha1_loose_object_info
` [PATCHv4 22/27] sha1_file: allow sha1_file_name to handle arbitrary repositories
` [PATCHv4 23/27] sha1_file: allow stat_sha1_file "
` [PATCHv4 24/27] sha1_file: allow open_sha1_file "
` [PATCHv4 25/27] sha1_file: allow map_sha1_file_1 "
` [PATCHv4 26/27] sha1_file: allow map_sha1_file "
` [PATCHv4 27/27] sha1_file: allow sha1_loose_object_info "
Git 2.16.2: Build failure linking static libcurl / static SSL
2018-02-24 0:25 UTC
Issue in switching branches with different submodules
2018-02-24 0:36 UTC (2+ messages)
[GSoC][PATCH v2] ref-filter: Make "--contains <id>" less chatty if <id> is invalid
2018-02-23 23:44 UTC (3+ messages)
[PATCH 00/11] Make the test suite pass with '-x' and /bin/sh
2018-02-23 23:39 UTC (12+ messages)
` [PATCH 01/11] t: prevent '-x' tracing from interfering with test helpers' stderr
` [PATCH 02/11] t: add means to disable '-x' tracing for individual test scripts
` [PATCH 03/11] t1507-rev-parse-upstream: don't check the stderr of a shell function
` [PATCH 04/11] t3030-merge-recursive: don't check the stderr of a subshell
` [PATCH 05/11] t5500-fetch-pack: "
` [PATCH 06/11] t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log file
` [PATCH 07/11] t5570-git-daemon: don't check the stderr of a subshell
` [PATCH 08/11] t9903-bash-prompt: don't check the stderr of __git_ps1()
` [PATCH 09/11] t1510-repo-setup: mark as untraceable with '-x'
` [PATCH 10/11] t/README: add a note about don't saving stderr of compound commands
` [PATCH 11/11] travis-ci: run tests with '-x' tracing
[PATCH 0/3] Teach 'test_must_fail' to save the command's stderr to a file
2018-02-23 23:26 UTC (4+ messages)
` [PATCH 2/3] t: teach "
[PATCH] sequencer: factor out strbuf_read_file_or_whine()
2018-02-23 22:55 UTC (7+ messages)
` [PATCH] strbuf_read_file(): preserve errno across close() call
[PATCH v2] subtree: fix add and pull for GPG-signed commits
2018-02-23 22:45 UTC (2+ messages)
[PATCH] Call timegm and timelocal with 4-digit year
2018-02-23 22:28 UTC (2+ messages)
Git "branch properties"-- thoughts?
2018-02-23 21:25 UTC (3+ messages)
[PATCH v2 00/12] document & test fetch pruning & add fetch.pruneTags
2018-02-23 21:10 UTC (7+ messages)
` [PATCH v5 00/17] "
What's cooking in git.git (Feb 2018, #03; Wed, 21)
2018-02-23 21:09 UTC (5+ messages)
RFC: git squash
2018-02-23 20:31 UTC (4+ messages)
[PATCH v7 0/7] convert: add support for different encodings
2018-02-23 20:11 UTC (8+ messages)
[PATCH v3 00/14] Serialized Git Commit Graph
2018-02-23 20:02 UTC (29+ messages)
` [PATCH v4 00/13] "
` [PATCH v4 02/13] graph: add commit graph design document
` [PATCH v4 03/13] commit-graph: create git-commit-graph builtin
` [PATCH v4 04/13] commit-graph: implement write_commit_graph()
` [PATCH v4 07/13] commit-graph: implement --set-latest
` [PATCH v4 08/13] commit-graph: implement --delete-expired
` [PATCH v4 12/13] commit-graph: read only from specific pack-indexes
[RFC PATCH 0/1] Implement CMake build
2018-02-23 18:48 UTC (7+ messages)
[PATCH v2 00/41] Automate updating git-completion.bash a bit
2018-02-23 18:08 UTC (17+ messages)
` [PATCH v3 00/42] "
` [PATCH v3 04/42] git-completion.bash: introduce __gitcomp_builtin
` [PATCH v3 06/42] completion: use __gitcomp_builtin in _git_am
` [PATCH v3 29/42] completion: use __gitcomp_builtin in _git_notes
[PATCH 0/3] a few grep patches
2018-02-23 18:01 UTC (5+ messages)
` [PATCH v2 0/2] two small "
` [PATCH v2 1/2] grep: move grep_source_init outside critical section
` [PATCH v2 2/2] grep: simplify grep_oid and grep_file
[PATCH] am: support --quit
2018-02-23 18:00 UTC (4+ messages)
[PATCH 0/1] git-p4: add unshelve command
2018-02-23 17:22 UTC (5+ messages)
` [PATCH 1/1] "
git-gui, feature request: add hotkeys to focus different widgets
2018-02-23 16:42 UTC (3+ messages)
` [PATCH] git-gui: Add hotkeys to change focus between ui widgets
Git should preserve modification times at least on request
2018-02-23 12:28 UTC (7+ messages)
Is there any way to "interrupt" a rebase?
2018-02-23 13:12 UTC (6+ messages)
[PATCH v3 00/12] rebase -i: offer to recreate merge commits
2018-02-23 12:39 UTC (14+ messages)
` [PATCH v4 "
` [PATCH v4 01/12] sequencer: avoid using errno clobbered by rollback_lock_file()
` [PATCH v4 02/12] sequencer: make rearrange_squash() a bit more obvious
` [PATCH v4 03/12] git-rebase--interactive: clarify arguments
` [PATCH v4 04/12] sequencer: introduce new commands to reset the revision
` [PATCH v4 05/12] sequencer: introduce the `merge` command
` [PATCH v4 06/12] sequencer: fast-forward merge commits, if possible
` [PATCH v4 07/12] rebase-helper --make-script: introduce a flag to recreate merges
` [PATCH v4 08/12] rebase: introduce the --recreate-merges option
` [PATCH v4 09/12] sequencer: make refs generated by the `label` command worktree-local
` [PATCH v4 10/12] sequencer: handle post-rewrite for merge commands
` [PATCH v4 11/12] pull: accept --rebase=recreate to recreate the branch topology
` [PATCH v4 12/12] rebase -i: introduce --recreate-merges=[no-]rebase-cousins
Bug Report: git status triggers a file change event
2018-02-23 12:18 UTC (4+ messages)
[PATCH v2 0/3] Add "git rebase --show-patch"
2018-02-23 10:20 UTC (5+ messages)
` [PATCH v3 0/3] Add "git rebase --show-current-patch"
[BUG] git init doesn't respect `--template` like configuration variable init.templateDir and $GIT_TEMPLATE_DIR
2018-02-23 10:11 UTC (6+ messages)
` [PATCH 1/2] parse-options: expand $HOME on filename options
git stash --keep-index doesn't have the expected behaviour
2018-02-23 8:15 UTC
[BUG] [git 2.16.1] yeeek ... my files are gone .. by git pull <otherRepositoryUrl>
2018-02-23 6:45 UTC (4+ messages)
FUSE with git
2018-02-23 4:20 UTC
removed submodules shown as untracked when switching branches
2018-02-23 0:41 UTC (3+ messages)
[PATCH v2] Fix misconversion of gitsubmodule.txt
2018-02-22 20:42 UTC (8+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] Replace non-ASCII apostrophes to ASCII single quotes in gitsubmodules.txt
[PATCH] t: send verbose test-helper output to fd 4
2018-02-22 20:18 UTC (2+ messages)
bug in HTTP protocol spec
2018-02-22 20:12 UTC (8+ 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).