messages from 2016-09-08 07:30:47 to 2016-09-09 21:55:12 UTC [more...]
[PATCH v2] checkout: eliminate unnecessary merge for trivial checkout
2016-09-09 21:55 UTC (2+ messages)
[RFC/PATCH] ls-files: adding support for submodules
2016-09-09 21:53 UTC
Git Ignore Exception bug
2016-09-09 21:39 UTC
[PATCH] Move format-patch base commit and prerequisites before email signature
2016-09-09 21:16 UTC (11+ messages)
[RFC/PATCH 0/2] more patch-id speedups
2016-09-09 21:13 UTC (15+ messages)
` [RFC/PATCH v2 0/3] patch-id for merges
` [PATCH 2/3] diff_flush_patch_id: stop returning error result
` [PATCH v3 0/2] patch-id for merges
` [PATCH v3 1/2] patch-ids: turn off rename detection
` [PATCH v3 2/2] patch-ids: define patch-id of merge commits as "null"
[PATCH 0/2] handle empty spec-compliant remote repos correctly
2016-09-09 21:07 UTC (21+ messages)
` [PATCH v3 "
` [PATCH v3 2/2] connect: advertized capability is not a ref
` [PATCH] connect: tighten check for unexpected early hang up (Re: [PATCH v3 2/2] connect: advertized capability is not a ref)
` [PATCH v4 0/3] handle empty spec-compliant remote repos correctly
` [PATCH v4 1/3] tests: move test_lazy_prereq JGIT to test-lib.sh
` [PATCH v4 2/3] connect: tighten check for unexpected early hang up
` [PATCH v4 3/3] connect: advertized capability is not a ref
` [PATCH v5 0/3] handle empty spec-compliant remote repos correctly
` [PATCH v5 1/3] tests: move test_lazy_prereq JGIT to test-lib.sh
` [PATCH v5 2/3] connect: tighten check for unexpected early hang up
` [PATCH v5 3/3] connect: advertized capability is not a ref
git commit -p with file arguments
2016-09-09 20:52 UTC (7+ messages)
[RFC] Proposed questions for "Git User's Survey 2016"
2016-09-09 20:20 UTC (4+ messages)
` [RFCv2] Proposed questions for "Git User's Survey 2016", take two
` [RFCv3] Proposed questions for "Git User's Survey 2016", take three
[PATCH 01/13] i18n: apply: mark plural string for translation
2016-09-09 19:23 UTC (4+ messages)
` [PATCH 07/13] i18n: merge-recursive: mark error messages "
[PATCH] checkout: swap the order of ambiguity check for :/ syntax
2016-09-09 19:21 UTC (7+ messages)
` [PATCH 0/3] fix checkout ambiguation in subdir
` [PATCH 2/3] checkout.txt: document a common case that ignores ambiguation rules
` [PATCH 3/3] checkout: fix ambiguity check in subdir
[PATCH 00/22] Prepare the sequencer for the upcoming rebase -i patches
2016-09-09 19:11 UTC (34+ messages)
` [PATCH 09/22] sequencer: completely revamp the "todo" script parsing
` [PATCH 10/22] sequencer: avoid completely different messages for different actions
` [PATCH 13/22] sequencer: remember the onelines when parsing the todo file
` [PATCH 21/22] sequencer: left-trim the lines read from the script
` [PATCH 22/22] sequencer: refactor write_message()
Issue with global config defaults "user.useConfigOnly = true" + "pull.rebase = preserve" - "user.email"
2016-09-09 19:00 UTC (9+ messages)
Working with public-inbox.org [Was: [PATCH] rev-parse: respect core.hooksPath in --git-path]
2016-09-09 18:51 UTC (10+ messages)
` Announcing Git User's Survey 2016 [was: Working with public-inbox.org]
[PATCH] git-gui: respect commit.gpgsign again
2016-09-09 18:29 UTC (2+ messages)
[PATCH v2 00/14] Lib'ify quite a few functions in sequencer.c
2016-09-09 18:26 UTC (21+ messages)
` [PATCH v3 00/17] "
` [PATCH v3 01/17] sequencer: lib'ify sequencer_pick_revisions()
` [PATCH v3 02/17] sequencer: do not die() in do_pick_commit()
` [PATCH v3 03/17] sequencer: lib'ify write_message()
` [PATCH v3 04/17] sequencer: lib'ify do_recursive_merge()
` [PATCH v3 05/17] sequencer: lib'ify do_pick_commit()
` [PATCH v3 06/17] sequencer: lib'ify walk_revs_populate_todo()
` [PATCH v3 07/17] sequencer: lib'ify prepare_revs()
` [PATCH v3 08/17] sequencer: lib'ify read_and_refresh_cache()
` [PATCH v3 09/17] sequencer: lib'ify read_populate_todo()
` [PATCH v3 10/17] sequencer: lib'ify read_populate_opts()
` [PATCH v3 11/17] sequencer: lib'ify create_seq_dir()
` [PATCH v3 12/17] sequencer: lib'ify save_head()
` [PATCH v3 13/17] sequencer: lib'ify save_todo()
` [PATCH v3 14/17] sequencer: lib'ify save_opts()
` [PATCH v3 15/17] sequencer: lib'ify fast_forward_to()
` [PATCH v3 16/17] lib'ify checkout_fast_forward_to()
` [PATCH v3 17/17] sequencer: ensure to release the lock when we could not read the index
[PATCH v2 0/4] cat-file: optionally convert to worktree version
2016-09-09 18:06 UTC (12+ messages)
` [PATCH v3 "
` [PATCH v3 1/4] cat-file: fix a grammo in the man page
` [PATCH v3 2/4] cat-file: introduce the --filters option
` [PATCH v3 3/4] cat-file --textconv/--filters: allow specifying the path separately
` [PATCH v3 4/4] cat-file: support --textconv/--filters in batch mode
[PATCH 0/3] Fix a segfault caused by regexec() being called on mmap()ed data
2016-09-09 17:49 UTC (49+ messages)
` [PATCH 1/3] Demonstrate a problem: our pickaxe code assumes NUL-terminated buffers
` [PATCH 2/3] diff_populate_filespec: NUL-terminate buffers
` [PATCH v2 0/3] Fix a segfault caused by regexec() being called on mmap()ed data
` [PATCH v2 2/3] Introduce a function to run regexec() on non-NUL-terminated buffers
` [PATCH v2 1/3] Demonstrate a problem: our pickaxe code assumes NUL-terminated buffers
` [PATCH v2 3/3] Use the newly-introduced regexec_buf() function
` [PATCH v3 0/3] Fix a segfault caused by regexec() being called on mmap()ed data
` [PATCH v3 1/3] Demonstrate a problem: our pickaxe code assumes NUL-terminated buffers
` [PATCH v3 2/3] Introduce a function to run regexec() on non-NUL-terminated buffers
` [PATCH v3 3/3] Use the newly-introduced regexec_buf() function
Bug with git worktrees and git init
2016-09-09 17:45 UTC (14+ messages)
` [PATCH 0/3] Fix git-init in linked worktrees
` [PATCH 1/3] init: correct re-initialization from a linked worktree
` [PATCH 2/3] t0001: work around the bug that reads config file before repo setup
` [PATCH 3/3] init: do not set core.worktree more often than necessary
Missing RPM spec file in tarball
2016-09-09 16:42 UTC (3+ messages)
[PATCH] checkout: eliminate unnecessary merge for trivial checkout
2016-09-09 13:29 UTC (4+ messages)
[PATCH] rebase -i: improve advice on bad instruction lines
2016-09-09 12:21 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/6] Pull out require_clean_work_tree() functionality from builtin/pull.c
2016-09-09 10:49 UTC (4+ messages)
` [PATCH 2/6] pull: make code more similar to the shell script again
2.10.0: multiple versionsort.prereleasesuffix buggy?
2016-09-09 10:43 UTC (9+ messages)
` [PATCH 0/5] Fix version sort prerelease reordering bug
` [PATCH 4/5] versioncmp: pass full tagnames to swap_prereleases()
` [PATCH 5/5] versioncmp: cope with common leading parts in versionsort.prereleaseSuffix
[PATCH] t6026-merge-attr: wait for process to release trash directory
2016-09-09 9:58 UTC (7+ messages)
[PATCH] Unbreak interactive GPG prompt upon signing
2016-09-09 7:28 UTC (11+ messages)
` [PATCH] gpg-interface: reflect stderr to stderr
Git Bash and Git GUI freezing just after opening
2016-09-09 3:05 UTC
[PATCH] Allow stashes to be referenced by index only
2016-09-08 23:46 UTC
What's cooking in git.git (Sep 2016, #02; Thu, 8)
2016-09-08 22:22 UTC
[PATCH v7 00/10] Git filter protocol
2016-09-08 22:05 UTC (15+ messages)
` [PATCH v7 01/10] pkt-line: rename packet_write() to packet_write_fmt()
` [PATCH v7 02/10] pkt-line: extract set_packet_header()
` [PATCH v7 03/10] pkt-line: add packet_write_fmt_gently()
` [PATCH v7 04/10] pkt-line: add packet_flush_gently()
` [PATCH v7 05/10] pkt-line: add packet_write_gently()
` [PATCH v7 06/10] pkt-line: add functions to read/write flush terminated packet streams
` [PATCH v7 07/10] convert: quote filter names in error messages
` [PATCH v7 08/10] convert: modernize tests
` [PATCH v7 09/10] convert: make apply_filter() adhere to standard Git error handling
` [PATCH v7 10/10] convert: add filter.<driver>.process option
[PATCH v2 00/38] Virtualization of the refs API
2016-09-08 21:45 UTC (3+ messages)
` [PATCH v2 38/38] refs: implement iteration over only per-worktree refs
Bug: git-p4 can generate duplicate commits when syncing changes that span multiple depot paths
2016-09-08 21:41 UTC
[PATCH 0/3] preparatory diff improvements for moved color detection
2016-09-08 21:07 UTC (5+ messages)
` [PATCH 2/3] diff: omit found pointer from emit_callback
` [PATCH 3/3] diff: remove dead code
[PATCH] t/Makefile: add a rule to re-run previously-failed tests
2016-09-08 20:34 UTC (11+ messages)
` [PATCH v2] "
"fatal error in commit_refs" from pushing to github
2016-09-08 18:40 UTC (4+ messages)
[ANNOUNCE] Git for Windows 2.10.0
2016-09-08 18:19 UTC (3+ messages)
[PATCH v1 0/2] Use CLOEXEC to avoid fd leaks
2016-09-08 17:37 UTC (8+ messages)
` [PATCH v1 2/2] read-cache: make sure file handles are not inherited by child processes
[PATCH 1/6] git-gui: The term unified for remote in Japanese
2016-09-08 16:48 UTC (8+ messages)
` [PATCH v2 1/6] git-gui: consistently use the same word for "remote" "
` [PATCH v2 6/6] git-gui: Update Japanese information
` git-gui, was "
How to simulate a real checkout to test a new smudge filter?
2016-09-08 13:12 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).