messages from 2018-10-22 16:38:31 to 2018-10-24 05:45:55 UTC [more...]
[PATCH] Poison gettext with the Ook language
2018-10-24 5:45 UTC (24+ 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] i18n: make GETTEXT_POISON a runtime option
[PATCH 1/2] mergetool: Accept -g/--[no-]gui as arguments
2018-10-24 5:44 UTC (4+ messages)
git pull defaults for recursesubmodules
2018-10-24 5:32 UTC (4+ messages)
[PATCH] range-diff: allow to diff files regardless submodule
2018-10-24 5:18 UTC (8+ messages)
[PATCH] revision.c: drop missing objects from cmdline
2018-10-24 4:54 UTC (2+ messages)
[PATCH] Clear --exclude list after 'git rev-parse --all'
2018-10-24 4:35 UTC (2+ messages)
[PATCH v2 0/2] repack -ad: fix after `fetch --prune` in a shallow repository
2018-10-24 3:56 UTC (9+ 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
[RFC 0/2] explicitly support or not support --exclude-promisor-objects
2018-10-24 1:31 UTC (9+ 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] compat: make sure git_mmap is not expected to write
2018-10-24 1:43 UTC (4+ messages)
` [PATCH v2] "
[PATCH 00/19] Bring more repository handles into our code base
2018-10-24 1:22 UTC (11+ messages)
` New semantic patches vs. in-flight topics [was: Re: [PATCH 00/19] Bring more repository handles into our code base]
[PATCH 1/3] gpg-interface.c: use flags to determine key/signer info presence
2018-10-24 3:10 UTC (5+ 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] test: avoid failures when USE_NED_ALLOCATOR
2018-10-24 2:07 UTC (2+ messages)
Add config option to make "--keep-index" the default for "git stash push"
2018-10-24 1:50 UTC (2+ messages)
[PATCH v1 0/2] speed up git reset
2018-10-24 2:56 UTC (31+ messages)
` [PATCH v1 2/2] reset: add new reset.quietDefault 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
` [PATCH v4 0/3] speed up git reset
` [PATCH v4 1/3] reset: don't compute unstaged changes after reset when --quiet
` [PATCH v4 2/3] reset: add new reset.quiet config setting
` [PATCH v4 3/3] reset: warn when refresh_index() takes more than 2 seconds
[PATCH 0/3] Use nanosecond-precision file times on Windows
2018-10-24 2:20 UTC (5+ 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] config.mak.dev: enable -Wunused-function
2018-10-24 2:58 UTC (4+ messages)
` [PATCH/RFC] thread-utils: better wrapper to avoid #ifdef NO_PTHREADS
[PATCH 1/3] [Outreachy] t3903-stash: test without configured user name
2018-10-24 2:48 UTC (4+ messages)
[PATCH 2/2] completion: Support `git mergetool --[no-]gui`
2018-10-24 2:25 UTC
[PATCH 8/9] fetch: retry fetching submodules if needed objects were not fetched
2018-10-23 23:37 UTC (4+ messages)
[PATCH] khash: silence -Wunused-function
2018-10-23 23:02 UTC (9+ messages)
` [PATCH v2 0/2] delta-islands: avoid unused function messages
` [PATCH v2 1/2] commit-slabs: move MAYBE_UNUSED out
` [PATCH v2 2/2] khash: silence -Wunused-function for delta-islands
[PATCH 7/9] submodule: fetch in submodules git directory instead of in worktree
2018-10-23 23:01 UTC (5+ messages)
[PATCH] commit-reach: fix sorting commits by generation
2018-10-23 20:32 UTC (3+ messages)
[PATCH v1] load_cache_entries_threaded: remove unused src_offset parameter
2018-10-23 20:07 UTC (5+ messages)
[PATCH 0/2] Demonstrate and fix a rebase --autostash bug with dirty submodules
2018-10-23 19:57 UTC (3+ messages)
` [PATCH 1/2] rebase --autostash: demonstrate a problem "
` [PATCH 2/2] rebase --autostash: fix issue "
[PATCH v2 0/3] Fix rebase autostash
2018-10-23 17:07 UTC (9+ 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 1/1] index_bulk_checkin(): Take off_t, not size_t
2018-10-23 16:11 UTC (2+ messages)
` [PATCH/RFC v2 1/1] Use off_t instead of size_t for functions dealing with streamed checkin
[PATCH v3 0/7] Use generation numbers for --topo-order
2018-10-23 15:48 UTC (7+ messages)
` [PATCH v4 "
` [PATCH v4 6/7] revision.c: generation-based topo-order algorithm
` [PATCH v4 7/7] t6012: make rev-list tests more interesting
[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
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/1] Fix format detection when archiving remotely
2018-10-23 4:09 UTC (15+ 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 (4+ messages)
` [PATCH v3 10/12] Add a base implementation of SHA-256 support
[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
Bug with "git mv" and submodules, and with "git submodule add something --force"
2018-10-22 21:52 UTC (2+ 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 (8+ 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 (2+ messages)
[PATCH] completion: fix __gitcomp_builtin no longer consider extra options
2018-10-22 17:49 UTC (4+ 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).