messages from 2018-11-14 04:10:18 to 2018-11-16 10:32:40 UTC [more...]
[PATCH 3/3] Makefile: optionally symlink libexec/git-core binaries to bin/git
2018-11-16 10:32 UTC (6+ messages)
` [RFC/PATCH 1/5] Makefile: move long inline shell loops in "install" into helper
[PATCH 0/3] [Outreachy] make stash work if user.name and user.email are not configured
2018-11-16 10:12 UTC (11+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] [Outreachy] t3903-stash: test without configured user.name and user.email
` [PATCH v2 2/2] [Outreachy] stash: tolerate missing user identity
[PATCH] ref-filter: don't look for objects when outside of a repository
2018-11-16 10:07 UTC (7+ messages)
[PATCH v2 0/2] rebase.useBuiltin doc & test mode
2018-11-16 9:58 UTC (9+ messages)
` [PATCH v2 1/2] rebase doc: document rebase.useBuiltin
` [PATCH v2 2/2] tests: add a special setup where rebase.useBuiltin is off
[PATCH 0/1] bundle: fix issue when bundles would be empty
2018-11-16 9:43 UTC (17+ messages)
` [PATCH 1/1] bundle: refuse to create empty bundle
` [PATCH v2 0/1] bundle: fix issue when bundles would be empty
` [PATCH v2 1/1] bundle: cleanup lock files on error
` [PATCH] bundle: dup() output descriptor closer to point-of-use
Import/Export as a fast way to purge files from Git?
2018-11-16 8:50 UTC (31+ messages)
` [PATCH 00/10] fast export and import fixes and features
` [PATCH 10/10] fast-export: add --always-show-modify-after-rename
` [PATCH v2 00/11] fast export and import fixes and features
` [PATCH v2 04/11] fast-export: avoid dying when filtering by paths and old tags exist
` [PATCH v2 08/11] fast-export: add --reference-excluded-parents option
` [PATCH v3 00/11] fast export and import fixes and features
` [PATCH v3 01/11] fast-export: convert sha1 to oid
` [PATCH v3 02/11] git-fast-import.txt: fix documentation for --quiet option
` [PATCH v3 03/11] git-fast-export.txt: clarify misleading documentation about rev-list args
` [PATCH v3 04/11] fast-export: use value from correct enum
` [PATCH v3 05/11] fast-export: avoid dying when filtering by paths and old tags exist
` [PATCH v3 06/11] fast-export: move commit rewriting logic into a function for reuse
` [PATCH v3 07/11] fast-export: when using paths, avoid corrupt stream with non-existent mark
` [PATCH v3 08/11] fast-export: ensure we export requested refs
` [PATCH v3 09/11] fast-export: add --reference-excluded-parents option
` [PATCH v3 10/11] fast-import: remove unmaintained duplicate documentation
` [PATCH v3 11/11] fast-export: add a --show-original-ids option to show original names
[PATCH] remote-curl: die on server-side errors
2018-11-16 8:49 UTC (10+ messages)
` [PATCH 0/3] remote-curl smart-http discovery cleanup
` [PATCH 1/3] remote-curl: refactor smart-http discovery
` [PATCH 2/3] remote-curl: tighten "version 2" check for smart-http
` [PATCH 3/3] remote-curl: die on server-side errors
[[PATCH v2] ] INSTALL: add macOS gettext and sdk header explanation to INSTALL
2018-11-16 5:03 UTC (3+ messages)
[PATCH 0/3] clone: respect configured fetch respecs during initial fetch
2018-11-16 4:14 UTC (9+ messages)
` [PATCH 1/3] clone: use a more appropriate variable name for the default refspec
` [PATCH 2/3] clone: respect additional configured fetch refspecs during initial fetch
` [PATCH 3/3] Documentation/clone: document ignored configuration variables
insteadOf and git-request-pull output
2018-11-16 4:10 UTC (4+ messages)
[RFC PATCH 0/2] Fix scissors bug during merge conflict
2018-11-16 3:32 UTC (8+ messages)
` [RFC PATCH 1/2] commit: don't add scissors line if one exists
` [RFC PATCH 2/2] merge: add scissors line on merge conflict
[PATCH v2 0/1] Advertise multiple supported proto versions
2018-11-16 2:45 UTC (14+ messages)
` [PATCH v3 "
` [PATCH v3 1/1] protocol: advertise multiple supported versions
` [PATCH v4 0/1] Advertise multiple supported proto versions
Confusing behavior with ignored submodules and `git commit -a`
2018-11-16 0:31 UTC (11+ messages)
[PATCHv3 00/23] Bring more repository handles into our code base
2018-11-15 22:12 UTC (2+ messages)
[PATCH 18/23] submodule: use submodule repos for object lookup
2018-11-15 20:36 UTC (3+ messages)
[PATCH 0/1] mingw: update a link to the official documentation
2018-11-15 18:20 UTC (3+ messages)
` [PATCH 1/1] mingw: replace an obsolete link with the superseding one
[PATCH v3] commit: add a commit.allowEmpty config variable
2018-11-15 16:16 UTC (9+ messages)
` [PATCH v4] "
[PATCH] technical doc: add a design doc for the evolve command
2018-11-15 15:36 UTC (3+ messages)
approxidate woes
2018-11-15 14:54 UTC (3+ messages)
[RFC] cherry-pick notes to find out cherry-picks from the origin
2018-11-15 14:40 UTC (2+ messages)
[PATCH 0/5] tests: various improvements to the GIT_TEST_INSTALLED feature
2018-11-15 12:41 UTC (27+ messages)
` [PATCH 1/5] tests: fix GIT_TEST_INSTALLED's PATH to include t/helper/
` [PATCH 2/5] tests: respect GIT_TEST_INSTALLED when initializing repositories
` [PATCH 3/5] t/lib-gettext: test installed git-sh-i18n if GIT_TEST_INSTALLED is set
` [PATCH 4/5] tests: do not require Git to be built when testing an installed Git
` [PATCH 5/5] tests: explicitly use `git.exe` on Windows
` [PATCH v2 0/5] tests: various improvements to the GIT_TEST_INSTALLED feature
` [PATCH v2 1/5] tests: fix GIT_TEST_INSTALLED's PATH to include t/helper/
` [PATCH v2 2/5] tests: respect GIT_TEST_INSTALLED when initializing repositories
` [PATCH v2 3/5] t/lib-gettext: test installed git-sh-i18n if GIT_TEST_INSTALLED is set
` [PATCH v2 4/5] tests: do not require Git to be built when testing an installed Git
` [PATCH v2 5/5] tests: explicitly use `git.exe` on Windows
[PATCH v2 0/2] Reimplement rebase --merge via interactive machinery
2018-11-15 12:27 UTC (7+ messages)
` [PATCH v2 2/2] rebase: Implement --merge via git-rebase--interactive
[PATCH] INSTALL: add macOS gettext and sdk header explanation to INSTALL
2018-11-15 10:42 UTC (3+ messages)
[PATCH v1] read-cache: speed up index load through parallelization
2018-11-15 0:19 UTC (19+ messages)
` [PATCH v8 0/7] "
` [PATCH 0/3] Avoid confusing messages from new index extensions (Re: [PATCH v8 0/7] speed up index load through parallelization)
` [PATCH 1/3] eoie: default to not writing EOIE section
` [PATCH 2/3] ieot: default to not writing IEOT section
` [PATCH 3/3] index: do not warn about unrecognized extensions
[PATCH 0/1] Some left-over add-on for bw/config-h
2018-11-14 21:42 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] config: report a bug if git_dir exists without commondir
[PATCH 0/1] rebase: understand -C again, refactor
2018-11-14 21:24 UTC (13+ messages)
` [PATCH 1/1] rebase: really just passthru the `git am` options
` [PATCH v2 0/2] rebase: understand -C again, refactor
` [PATCH v2 1/2] rebase: really just passthru the `git am` options
` [PATCH v2 2/2] rebase: validate -C<n> and --whitespace=<mode> parameters early
[PATCH] Makefile: use CXXFLAGS for linking fuzzers
2018-11-14 19:41 UTC (2+ messages)
` [PATCH v2] Makefile: use FUZZ_CXXFLAGS "
[PATCH 0/9] caching loose objects
2018-11-14 18:21 UTC (8+ messages)
` [PATCH 8/9] sha1-file: use loose object cache for quick existence check
[PATCH] doc: move extensions.worktreeConfig to the right place
2018-11-14 16:02 UTC
[PATCH v4 3/3] range-diff: make diff option behavior (e.g. --stat) consistent
2018-11-14 15:36 UTC (3+ messages)
` [PATCH v5 0/3] range-diff fixes
[PATCH/RFC] checkout: print something when checking out paths
2018-11-14 15:31 UTC (4+ messages)
` [PATCH v2] "
rebase-in-C stability for 2.20
2018-11-14 14:07 UTC (5+ messages)
` [PATCH 0/2] rebase.useBuiltin doc & test mode
` [PATCH 1/2] rebase doc: document rebase.useBuiltin
` [PATCH 2/2] tests: add a special setup where rebase.useBuiltin is off
[ANNOUNCE] Git Merge Contributor's Summit Jan 31, 2019, Brussels
2018-11-14 12:53 UTC (5+ messages)
[PATCH v2 0/3] index-pack: test updates
2018-11-14 12:40 UTC (4+ messages)
` [PATCH v3] index-pack: add ability to disable SHA-1 collision check
[PATCH] INSTALL: add macOS gettext and sdk header explanation to INSTALL
2018-11-14 10:38 UTC
[PATCH] push: change needlessly ambiguous example in error
2018-11-14 8:16 UTC (6+ messages)
[PATCH] git-compat-util: prefer poll.h to sys/poll.h
2018-11-14 7:32 UTC (5+ messages)
[PATCH] diff: differentiate error handling in parse_color_moved_ws
2018-11-14 7:27 UTC (3+ messages)
` [PATCH] diff: align move detection error handling with other options
[PATCH v3 0/8] fixes for unqualified <dst> push
2018-11-14 7:00 UTC (3+ messages)
` [PATCH v4 0/7] "
What's cooking in git.git (Nov 2018, #04; Tue, 13)
2018-11-14 5:34 UTC (3+ messages)
[PATCH 01/24] Makefile: add pending semantic patches
2018-11-14 4:15 UTC (6+ messages)
` [PATCH] "
[PATCH v5 00/12] Base SHA-256 implementation
2018-11-14 4:09 UTC (14+ messages)
` [PATCH v6 "
` [PATCH v6 01/12] sha1-file: rename algorithm to "sha1"
` [PATCH v6 02/12] sha1-file: provide functions to look up hash algorithms
` [PATCH v6 03/12] hex: introduce functions to print arbitrary hashes
` [PATCH v6 04/12] cache: make hashcmp and hasheq work with larger hashes
` [PATCH v6 05/12] t: add basic tests for our SHA-1 implementation
` [PATCH v6 06/12] t: make the sha1 test-tool helper generic
` [PATCH v6 07/12] sha1-file: add a constant for hash block size
` [PATCH v6 08/12] t/helper: add a test helper to compute hash speed
` [PATCH v6 09/12] commit-graph: convert to using the_hash_algo
` [PATCH v6 10/12] Add a base implementation of SHA-256 support
` [PATCH v6 11/12] sha256: add an SHA-256 implementation using libgcrypt
` [PATCH v6 12/12] hash: add an SHA-256 implementation using OpenSSL
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).