messages from 2018-12-21 16:28:53 to 2018-12-29 16:05:03 UTC [more...]
[PATCH v2 00/16] sequencer: refactor functions working on a todo_list
2018-12-29 16:03 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 06/16] sequencer: refactor sequencer_add_exec_commands() to work "
` [PATCH v4 00/16] sequencer: refactor functions working "
` [PATCH v4 01/16] sequencer: changes in parse_insn_buffer()
git-rebase is ignoring working-tree-encoding
2018-12-29 15:48 UTC (14+ messages)
` [PATCH/RFC v1 1/1] Support working-tree-encoding "UTF-16LE-BOM"
What's cooking in git.git (Dec 2018, #02; Fri, 28)
2018-12-29 12:08 UTC (5+ messages)
` ag/sequencer-reduce-rewriting-todo, was "
RFE: version-controlled merge rules
2018-12-29 9:14 UTC (7+ messages)
[PATCH] cherry-pick: do not error on non-merge commits when '-m 1' is specified
2018-12-29 9:10 UTC (5+ messages)
` [PATCH v2 0/4] Allow 'cherry-pick -m 1' for non-merge commits
"IMAP IDLE"-like long-polling "git fetch"
2018-12-29 6:13 UTC (3+ messages)
[PATCH] sha1-name.c: Fix handling of revisions that contain paths with brackets
2018-12-29 5:43 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] Rebase: Run post-checkout hook on checkout
2018-12-29 3:06 UTC (6+ messages)
` [PATCH 1/2] t5403: Refactor
` [PATCH 2/2] Rebase: Run post-checkout hook on checkout
a git svn bug
2018-12-29 4:16 UTC (2+ messages)
[PATCH v4 1/4] transport-helper: use xread instead of read
2018-12-28 23:35 UTC
[PATCH] completion: escape metacharacters when completing paths
2018-12-28 23:25 UTC (2+ messages)
[PATCH 0/2] Improve documentation on UTF-16
2018-12-28 20:35 UTC (11+ messages)
` [PATCH 1/2] Documentation: document UTF-16-related behavior
` [PATCH 2/2] utf8: add comment explaining why BOMs are rejected
[PATCH v1 0/4] HPE NonStop Port Commits
2018-12-28 20:38 UTC (15+ messages)
` [PATCH v1 1/4] transport-helper: use xread instead of read
` [PATCH v1 2/4] config.mak.uname: support for modern HPE NonStop config
` [PATCH v1 3/4] git-compat-util.h: add FLOSS headers for HPE NonStop
` [PATCH v1 4/4] compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop
[PATCH v12 00/26] Convert "git stash" to C builtin
2018-12-28 19:40 UTC (5+ messages)
` [PATCH v12 04/26] ident: add the ability to provide a "fallback identity"
[PATCH] imap-send: Fix compilation without deprecated OpenSSL APIs
2018-12-28 19:20 UTC (4+ messages)
[PATCH 0/2] Teach log -G to ignore binary files
2018-12-26 23:24 UTC (3+ messages)
` [PATCH v3] log -G: "
[RFC PATCH 0/5] ref-filter: add new formatting options
2018-12-26 20:44 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] ref-filter: add objectsize:disk option
` [PATCH v2 3/6] ref-filter: add tests for objectsize:disk
` [PATCH v2 4/6] ref-filter: add deltabase option
` [PATCH v2 2/6] ref-filter: add check for negative file size
` [PATCH v2 5/6] ref-filter: add tests for deltabase
` [PATCH v2 6/6] ref-filter: add docs for new options
[PATCH 00/23] sb/more-repo-in-api
2018-12-27 14:41 UTC (3+ messages)
[PATCH 0/4]
2018-12-26 18:27 UTC (6+ messages)
` [PATCH 0/4] submodules: unset core.worktree when no working tree present
` [PATCH 1/4] submodule update: add regression test with old style setups
` [PATCH 2/4] submodule: unset core.worktree if no working tree is present
[PATCH v3 2/4] config.mak.uname: support for modern HPE NonStop config
2018-12-28 20:03 UTC (3+ messages)
[PATCH v4 2/4] config.mak.uname: support for modern HPE NonStop config
2018-12-28 20:02 UTC
[PATCH 1/2] Change how HTTP response body is returned
2018-12-28 20:00 UTC (6+ messages)
` [PATCH 2/2] Unset CURLOPT_FAILONERROR
[PATCH] log: add %S option (like --source) to log --format
2018-12-28 18:14 UTC (6+ messages)
Can git choose perl at runtime?
2018-12-28 15:38 UTC (7+ messages)
Bug in git-remote
2018-12-28 12:32 UTC (4+ messages)
[PATCH] Simplify handling of setup_git_directory_gently() failure cases
2018-12-27 23:46 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
Missed Commit in 2.20.1
2018-12-27 23:44 UTC (5+ messages)
` GCC Compile farm (Linux, Solaris, AIX etc.) testing of git.git
[PATCH 0/6] Add "git config --move-to"
2018-12-27 20:40 UTC (9+ messages)
` [PATCH 1/6] config.c: avoid git_path() in do_git_config_sequence()
` [PATCH 2/6] worktree.c: add get_worktree_config()
` [PATCH 3/6] config.c: add repo_config_set_worktree_gently()
` [PATCH 4/6] config: use OPT_FILENAME()
` [PATCH 5/6] config: factor out set_config_source_file()
` [PATCH 6/6] config: add --move-to
[PATCH 00/75] Convert diff opt parser to parse_options()
2018-12-27 20:34 UTC (17+ messages)
` [PATCH 01/75] parse-options.h: remove extern on function prototypes
` [PATCH 02/75] parse-options: add one-shot mode
` [PATCH 03/75] parse-options: allow keep-unknown + stop-at-non-opt combination
` [PATCH 04/75] parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
` [PATCH 05/75] parse-options: add OPT_BITOP()
` [PATCH 06/75] parse-options: stop abusing 'callback' for lowlevel callbacks
` [PATCH 07/75] parse-options: avoid magic return codes
` [PATCH 08/75] parse-options: allow ll_callback with OPTION_CALLBACK
` [PATCH 09/75] diff.h: keep forward struct declarations sorted
` [PATCH 10/75] diff.h: avoid bit fields in struct diff_flags
` [PATCH 11/75] diff.c: prepare to use parse_options() for parsing
` [PATCH 12/75] diff.c: convert -u|-p|--patch
` [PATCH 73/75] range-diff: use parse_options() instead of diff_opt_parse()
` [PATCH 74/75] diff --no-index: "
` [PATCH 75/75] am: avoid diff_opt_parse()
RFE: merge driver without overwrite
2018-12-27 20:21 UTC
[PATCH v2 2/4] config.mak.uname: support for modern HPE NonStop config
2018-12-27 20:03 UTC (2+ messages)
[PATCH] config.mak.dev: add -Wformat
2018-12-27 18:59 UTC (5+ messages)
[PATCH] Specify -Wformat along with -Wformat-security
2018-12-27 18:46 UTC (3+ messages)
[PATCHv2] imap-send: Fix compilation without deprecated OpenSSL APIs
2018-12-27 18:00 UTC
[PATCH 0/3] Some fixes and improvements
2018-12-27 17:10 UTC (12+ messages)
` [PATCH v2 8/8] tests: mark tests broken under GIT_TEST_PROTOCOL_VERSION=2
[PATCH v2 3/4] git-compat-util.h: add FLOSS headers for HPE NonStop
2018-12-27 15:58 UTC
[PATCH] Use packet_reader instead of packet_read_line
2018-12-27 6:52 UTC
[PATCH 0/2] Add commit-graph fuzzer and fix buffer overflow
2018-12-26 22:29 UTC (6+ messages)
` [PATCH v4 0/3] "
Parsing trailers
2018-12-26 21:30 UTC (5+ messages)
Reg SVN to Git Migration
2018-12-26 10:49 UTC
[PATCH] doc: improve grammar in git-update-index
2018-12-26 18:12 UTC (3+ messages)
[PATCH] completion: fix typo in git-completion.bash
2018-12-26 16:22 UTC (2+ messages)
` [PATCH v2] "
[Bug] t0410 breakages at 2.20.1 on NonStop platform
2018-12-26 16:07 UTC
[PATCH v4 0/2] Fix scissors bug during merge conflict
2018-12-25 13:56 UTC (6+ messages)
` [PATCH v5 0/4] Add git-merge --cleanup support
` [PATCH v5 1/4] commit: extract cleanup_mode functions to sequencer
` [PATCH v5 2/4] t7600: clean up 'merge --squash c3 with c7' test
` [PATCH v5 3/4] merge: cleanup messages like commit
` [PATCH v5 4/4] merge: add scissors line on merge conflict
[PATCH 0/1] Make abspath() aware of case-insensitive filesystems
2018-12-25 10:42 UTC (11+ messages)
` [PATCH 1/1] abspath_part_inside_repo: respect core.fileMode
` [PATCH v2 0/1] Make abspath() aware of case-insensitive filesystems
` [PATCH v2 1/1] abspath_part_inside_repo: respect core.fileMode
` [PATCH v3 0/1] Make abspath() aware of case-insensitive filesystems
` [PATCH v3 1/1] abspath_part_inside_repo: respect core.fileMode
[PATCH 1/2] t5403: Refactor
2018-12-24 21:24 UTC (6+ messages)
` [PATCH 2/2] Rebase: Run post-checkout hook on checkout
Unable to install latest git version. Claims git process pid running
2018-12-24 19:08 UTC (4+ messages)
[PATCH v3 1/3] ref-filter: add worktreepath atom
2018-12-24 8:47 UTC (5+ messages)
` [PATCH v4 0/3]
` [PATCH v4 1/3] ref-filter: add worktreepath atom
` [PATCH v4 2/3] branch: Mark and color a branch differently if it is checked out in a linked worktree
` [PATCH v4 3/3] branch: Add an extra verbose output displaying worktree path for refs "
[PATCH] stripspace: allow -s/-c outside git repository
2018-12-24 0:01 UTC (5+ messages)
` Referring to commits in commit messages
[PATCH] doc/config: do a better job of introducing 'worktree.guessRemote'
2018-12-23 19:24 UTC
[PATCH 0/8] introduce no-overlay and cached mode in git checkout
2018-12-23 9:44 UTC (5+ messages)
` [PATCH v2 0/8] introduce no-overlay "
` [PATCH v2 7/8] checkout: introduce --{,no-}overlay option
Does "git push" open a pack for read before closing it?
2018-12-22 23:12 UTC (2+ messages)
Show-branch without commits
2018-12-22 2:20 UTC (2+ messages)
[PATCH] diff: add support for reading files literally with --no-index
2018-12-21 23:20 UTC (3+ messages)
[PATCH 0/5] Create 'expire' and 'repack' verbs for git-multi-pack-index
2018-12-21 16:28 UTC (3+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 4/7] midx: refactor permutation logic
page: next (older) | prev (newer) | latest
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).