messages from 2018-10-21 14:02:36 to 2018-10-23 15:01:21 UTC [more...]
[PATCH] Poison gettext with the Ook language
2018-10-23 15:00 UTC (21+ messages)
` [PATCH 1/8] test-lib.sh: preserve GIT_GETTEXT_POISON from the environment
` [PATCH 2/8] gettext: don't poison if GIT_GETTEXT_POISON is set but empty
` [PATCH 3/8] lib-rebase: loosen GETTEXT_POISON check in fake editor
` [PATCH 4/8] gettext: #ifdef away GETTEXT POISON-related code from _() and Q_()
` [PATCH 5/8] gettext: put "# GETTEXT POISON #" string literal into a macro
` [PATCH 6/8] gettext: use an enum for the mode of GETTEXT POISONing
` [PATCH 7/8] gettext: introduce GIT_GETTEXT_POISON=scrambled
` [PATCH 8/8] travis-ci: run GETTEXT POISON build job in scrambled mode, too
[PATCH] range-diff: allow to diff files regardless submodule
2018-10-23 14:07 UTC (4+ messages)
[PATCH v3 0/7] Use generation numbers for --topo-order
2018-10-23 13:54 UTC (15+ messages)
` [PATCH v4 "
` [PATCH v4 3/7] test-reach: add rev-list tests
` [PATCH v4 4/7] revision.c: begin refactoring --topo-order logic
` [RFC PATCH] revision.c: use new algorithm in A..B case
` [PATCH v4 5/7] commit/revisions: bookkeeping before refactoring
` [PATCH v4 6/7] revision.c: generation-based topo-order algorithm
[PATCH 0/2] Work around case-insensitivity issues with cwd on Windows
2018-10-23 13:20 UTC (5+ messages)
` [PATCH 1/2] mingw: ensure `getcwd()` reports the correct case
` [PATCH 2/2] mingw: fix getcwd when the parent directory cannot be queried
[PATCH] compat: make sure git_mmap is not expected to write
2018-10-23 12:35 UTC (3+ messages)
` [PATCH v2] "
[PATCH] khash: silence -Wunused-function
2018-10-23 11:34 UTC
Failed stash caused untracked changes to be lost
2018-10-23 11:02 UTC
[PATCH 0/1] Load system libraries the recommended way on Windows
2018-10-23 10:51 UTC (2+ messages)
` [PATCH 1/1] mingw: load system libraries the recommended way
[PATCH 0/3] Use nanosecond-precision file times on Windows
2018-10-23 10:23 UTC (4+ messages)
` [PATCH 1/3] mingw: factor out code to set stat() data
` [PATCH 2/3] mingw: replace MSVCRT's fstat() with a Win32-based implementation
` [PATCH 3/3] mingw: implement nanosecond-precision file times
[PATCH 00/19] Bring more repository handles into our code base
2018-10-23 10:21 UTC (9+ messages)
` New semantic patches vs. in-flight topics [was: Re: [PATCH 00/19] Bring more repository handles into our code base]
[PATCH v2 0/2] repack -ad: fix after `fetch --prune` in a shallow repository
2018-10-23 10:15 UTC (6+ messages)
` [PATCH v3 0/3] repack -ad: fix after fetch --prune "
` [PATCH v3 1/3] repack: point out a bug handling stale shallow info
` [PATCH v3 2/3] shallow: offer to prune only non-existing entries
` [PATCH v3 3/3] repack -ad: prune the list of shallow commits
[PATCH] test: avoid failures when USE_NED_ALLOCATOR
2018-10-23 9:38 UTC
[PATCH v2 0/3] Fix rebase autostash
2018-10-23 9:34 UTC (8+ messages)
` [PATCH v2 1/3] rebase (autostash): avoid duplicate call to state_dir_path()
` [PATCH v2 2/3] rebase (autostash): store the full OID in <state-dir>/autostash
` [PATCH v2 3/3] rebase (autostash): use an explicit OID to apply the stash
[PATCH v1 0/2] speed up git reset
2018-10-23 9:13 UTC (24+ messages)
` [PATCH v1 2/2] reset: add new reset.quietDefault config setting
` [PATCH v2 0/3] speed up git reset
` [PATCH v2 2/3] reset: add new reset.quiet config setting
` [PATCH v3 0/3] speed up git reset
` [PATCH v3 1/3] reset: don't compute unstaged changes after reset when --quiet
` [PATCH v3 2/3] reset: add new reset.quiet config setting
` [PATCH v3 3/3] reset: warn when refresh_index() takes more than 2 seconds
[RFC 0/2] explicitly support or not support --exclude-promisor-objects
2018-10-23 5:08 UTC (6+ messages)
` [RFC 1/2] Documentation/git-log.txt: do not show --exclude-promisor-objects
` [RFC 2/2] exclude-promisor-objects: declare when option is allowed
[PATCH 0/1] Fix format detection when archiving remotely
2018-10-23 4:09 UTC (16+ messages)
` [PATCH 1/1] archive: init archivers before determining format
` [PATCH v2] archive: initialize archivers earlier
` [PATCH v3] "
` [PATCH v4] "
test files with same names?
2018-10-23 4:07 UTC (10+ messages)
` [PATCH 0/5] Commit test name clean-up
` [PATCH 1/5] t2000: rename and combine checkout clash tests
` [PATCH 2/5] t7509: cleanup description and filename
` [PATCH 3/5] t7502: rename commit test script to comply with naming convention
` [PATCH 4/5] t7500: rename commit tests "
` [PATCH 5/5] t7501: rename commit test "
[PATCH] send-email: explicitly disable authentication
2018-10-23 3:24 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] Documentation/config.txt: fix typo in core.alternateRefsCommand
2018-10-23 1:32 UTC
[PATCH v3 00/12] Base SHA-256 implementation
2018-10-23 0:43 UTC (15+ messages)
` [PATCH v3 01/12] sha1-file: rename algorithm to "sha1"
` [PATCH v3 02/12] sha1-file: provide functions to look up hash algorithms
` [PATCH v3 03/12] hex: introduce functions to print arbitrary hashes
` [PATCH v3 04/12] cache: make hashcmp and hasheq work with larger hashes
` [PATCH v3 05/12] t: add basic tests for our SHA-1 implementation
` [PATCH v3 06/12] t: make the sha1 test-tool helper generic
` [PATCH v3 07/12] sha1-file: add a constant for hash block size
` [PATCH v3 08/12] t/helper: add a test helper to compute hash speed
` [PATCH v3 09/12] commit-graph: convert to using the_hash_algo
` [PATCH v3 10/12] Add a base implementation of SHA-256 support
` [PATCH v3 11/12] sha256: add an SHA-256 implementation using libgcrypt
` [PATCH v3 12/12] hash: add an SHA-256 implementation using OpenSSL
[PATCH 0/1] Limit client version advertisements
2018-10-23 0:37 UTC (6+ messages)
` [PATCH v2 0/1] Advertise multiple supported proto versions
` [PATCH v2 1/1] protocol: advertise multiple supported versions
[PATCH v1] load_cache_entries_threaded: remove unused src_offset parameter
2018-10-22 23:05 UTC (3+ messages)
[PATCH] commit-reach: fix sorting commits by generation
2018-10-22 21:53 UTC (2+ messages)
Bug with "git mv" and submodules, and with "git submodule add something --force"
2018-10-22 21:52 UTC (5+ messages)
What's cooking in git.git (Oct 2018, #04; Fri, 19)
2018-10-22 21:38 UTC (6+ messages)
[RFC PATCH v2] Allow aliases that include other aliases
2018-10-22 21:28 UTC (9+ messages)
` [PATCH] alias: detect loops in mixed execution mode
[PATCH 0/6] various fixes for docs
2018-10-22 21:14 UTC (8+ messages)
` [PATCH 1/6] doc: clarify boundaries of 'git worktree list --porcelain'
` [PATCH 2/6] doc: fix ASCII art tab spacing
` [PATCH 3/6] doc: fix inappropriate monospace formatting
` [PATCH 4/6] doc: fix descripion for 'git tag --format'
` [PATCH 5/6] doc: fix indentation of listing blocks in gitweb.conf.txt
` [PATCH 6/6] doc: fix formatting in git-update-ref
[PATCH 00/59] Split config.txt
2018-10-22 19:22 UTC (7+ messages)
` [PATCH 29/59] config.txt: move i18n.* to a separate file
[PATCH] completion: fix __gitcomp_builtin no longer consider extra options
2018-10-22 17:49 UTC (4+ messages)
[PATCH 1/3] gpg-interface.c: use flags to determine key/signer info presence
2018-10-22 16:38 UTC (3+ messages)
` [PATCH 2/3] gpg-interface.c: Support getting key fingerprint via %GF format
` [PATCH 3/3] gpg-interface.c: Obtain primary key fingerprint as well
[PATCH v4] gpg-interface.c: detect and reject multiple signatures on commits
2018-10-22 15:25 UTC (6+ messages)
[PATCH v1] read-cache: speed up index load through parallelization
2018-10-22 14:40 UTC (6+ messages)
` [PATCH v8 0/7] "
` [PATCH v8 7/7] read-cache: load cache entries on worker threads
[PATCH v3 0/2] Per-worktree config files
2018-10-22 14:32 UTC (6+ messages)
` [PATCH v4 "
` [PATCH v4 1/2] t1300: extract and use test_cmp_config()
` [PATCH v4 2/2] worktree: add per-worktree config files
[PATCH] completion: use __gitcomp_builtin for format-patch
2018-10-22 14:25 UTC (4+ messages)
wrong info from 'git remote show <remote>' about 'git push' configuration
2018-10-22 10:43 UTC
[PATCH v2 0/8] fix per-worktree ref iteration in fsck/reflog expire
2018-10-22 10:25 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 2/8] Add a place for (not) sharing stuff between worktrees
[PATCH] fetch: replace string-list used as a look-up table with a hashmap
2018-10-22 9:57 UTC (5+ messages)
` [PATCH v3] "
receive.denyCurrentBranch=updateInstead updates working tree even when receive.denyNonFastForwards rejects push
2018-10-22 9:32 UTC (5+ messages)
` [PATCH] receive: denyCurrentBranch=updateinstead should not blindly update
No --no-gpg-sign option with "git rebase"
2018-10-22 9:01 UTC (3+ messages)
Draft of Git Rev News edition 44
2018-10-22 8:40 UTC
Add config option to make "--keep-index" the default for "git stash push"
2018-10-22 8:11 UTC
[RFC/PATCH 0/3] refactor MIN macro
2018-10-22 6:41 UTC (8+ messages)
` [PATCH 1/3] sha256: avoid redefinition for MIN
` [PATCH 2/3] git-compat-util: define MIN through compat
` [PATCH 3/3] xdiff: use compat's MIN instead
[PATCH] fetch-pack: be more precise in parsing v2 response
2018-10-22 5:47 UTC (2+ messages)
[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
2018-10-22 5:41 UTC (10+ messages)
` Mirror of git.git on gitlab.com
[PATCH] read-cache: use of memory after it is freed
2018-10-22 3:39 UTC (3+ messages)
[PATCH] builtin/receive-pack: dead initializer for retval in check_nonce
2018-10-22 3:35 UTC (3+ messages)
git ls-files --with-tree documentation
2018-10-22 3:22 UTC (2+ messages)
[PATCH 0/1] commit-reach: fix first-parent heuristic
2018-10-22 2:29 UTC (5+ messages)
` [PATCH 1/1] "
[RFC PATCH 0/3] support for filtering trees and blobs based on depth
2018-10-22 2:21 UTC (5+ messages)
` [RFC PATCH 2/3] Documentation/git-rev-list: s/<commit>/<object>/
[PATCH 0/3] Add GIT_TEST_MULTI_PACK_INDEX environment variable
2018-10-22 1:41 UTC (4+ messages)
` [PATCH v2 "
[PATCH 1/2] alias: Rework comment about processing aliases
2018-10-21 18:46 UTC (2+ messages)
` [PATCH 2/2] alias: Move checking code into a seperate function
[PATCH] gitk: Do not mistake unchanged lines with submodule changes
2018-10-21 16:39 UTC (2+ 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).