git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-09-08 20:03:10 to 2016-09-11 10:53:27 UTC [more...]

[PATCH 00/22] Prepare the sequencer for the upcoming rebase -i patches
 2016-09-11 10:53 UTC  (44+ 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
              ` Git garden shears, was "
` [PATCH 21/22] sequencer: left-trim the lines read from the script
` [PATCH 22/22] sequencer: refactor write_message()
` [PATCH v2 00/25] Prepare the sequencer for the upcoming rebase -i patches
  ` [PATCH v2 01/25] sequencer: use static initializers for replay_opts
  ` [PATCH v2 02/25] sequencer: use memoized sequencer directory path
  ` [PATCH v2 03/25] sequencer: avoid unnecessary indirection
  ` [PATCH v2 04/25] sequencer: future-proof remove_sequencer_state()
  ` [PATCH v2 05/25] sequencer: allow the sequencer to take custody of malloc()ed data
  ` [PATCH v2 06/25] sequencer: release memory that was allocated when reading options
  ` [PATCH v2 07/25] sequencer: future-proof read_populate_todo()

[PATCH 0/4] git add --chmod: always change the file
 2016-09-11 10:30 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] add: document the chmod option
  ` [PATCH v2 2/4] update-index: use the same structure for chmod as add
  ` [PATCH v2 3/4] read-cache: introduce chmod_index_entry
  ` [PATCH v2 4/4] add: modify already added files when --chmod is given

Draft of Git Rev News edition 19
 2016-09-11 10:25 UTC 

[PATCH v2 00/14] Lib'ify quite a few functions in sequencer.c
 2016-09-11  8:09 UTC  (22+ 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 0/6] Pull out require_clean_work_tree() functionality from builtin/pull.c
 2016-09-11  8:03 UTC  (10+ messages)
` [PATCH 2/6] pull: make code more similar to the shell script again
` [PATCH v2 0/5] Pull out require_clean_work_tree() functionality from builtin/pull.c
  ` [PATCH v2 1/5] pull: drop confusing prefix parameter of die_on_unclean_work_tree()
  ` [PATCH v2 2/5] pull: make code more similar to the shell script again
  ` [PATCH v2 3/5] Make the require_clean_work_tree() function truly reusable
  ` [PATCH v2 4/5] Export also the has_un{staged,committed}_changed() functions
  ` [PATCH v2 5/5] wt-status: teach has_{unstaged,uncommitted}_changes() about submodules

[PATCH 00/10] Another preparatory series for rename detection
 2016-09-11  5:42 UTC  (11+ messages)
` [PATCH 01/10] diff: move line ending check into emit_hunk_header
` [PATCH 02/10] diff: emit_{add, del, context}_line to increase {pre,post}image line count
` [PATCH 03/10] diff.c: drop tautologous condition in emit_line_0
` [PATCH 04/10] diff.c: rename diff_flush_patch to diff_flush_patch_filepair
` [PATCH 05/10] diff.c: reintroduce diff_flush_patch for all files
` [PATCH 06/10] diff.c: emit_line_0 can handle no color
` [PATCH 07/10] diff.c: convert fn_out_consume to use emit_line_*
` [PATCH 08/10] diff.c: convert emit_rewrite_diff "
` [PATCH 09/10] diff.c: convert emit_rewrite_lines to use emit_line_0
` [PATCH 10/10] submodule.c: convert show_submodule_summary to use emit_line_fmt

[PATCH v7 00/10] Git filter protocol
 2016-09-10 16:40 UTC  (12+ messages)
` [PATCH v7 03/10] pkt-line: add packet_write_fmt_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 08/10] convert: modernize tests
` [PATCH v7 10/10] convert: add filter.<driver>.process option

How to simulate a real checkout to test a new smudge filter?
 2016-09-10 16:31 UTC  (10+ messages)

[PATCH 1/2] pack-objects: Teach --use-bitmap-index codepath to respect --local, --honor-pack-keep and --incremental
 2016-09-10 15:05 UTC  (10+ messages)
` [PATCH 1/2 v5] pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is in use
      ` [PATCH 1/2 v8] "
      ` [PATCH] t/perf/run: Don't forget to copy config.mak.autogen & friends to build area
` [PATCH 2/2 v7] pack-objects: use reachability bitmap index when generating non-stdout pack
      ` [PATCH 2/2 v8] "

git commit -p with file arguments
 2016-09-10  9:52 UTC  (8+ messages)

[PATCH 01/13] i18n: apply: mark plural string for translation
 2016-09-10  9:41 UTC  (6+ messages)
` [PATCH 04/13] i18n: blame: mark error messages "
` [PATCH 07/13] i18n: merge-recursive: "

Missing RPM spec file in tarball
 2016-09-10  8:15 UTC  (4+ messages)

[PATCH v2 0/4] cat-file: optionally convert to worktree version
 2016-09-10  7:59 UTC  (14+ 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] git-gui: respect commit.gpgsign again
 2016-09-10  7:05 UTC  (3+ messages)

[PATCH 0/2] handle empty spec-compliant remote repos correctly
 2016-09-10  6:00 UTC  (15+ messages)
` [PATCH v4 0/3] "
` [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 clone http:// fails some times with "Request for d53.. aborted"
 2016-09-10  0:21 UTC  (2+ messages)

If a branch moves a submodule, "merge --ff[-only]" succeeds while "merge --no-ff" fails with conflicts
 2016-09-10  0:17 UTC  (6+ messages)

[RFC/PATCH] ls-files: adding support for submodules
 2016-09-09 23:47 UTC  (5+ messages)

Issue with global config defaults "user.useConfigOnly = true" + "pull.rebase = preserve" - "user.email"
 2016-09-09 23:31 UTC  (10+ messages)

What's cooking in git.git (Sep 2016, #03; Fri, 9)
 2016-09-09 22:47 UTC 

[PATCH v2] checkout: eliminate unnecessary merge for trivial checkout
 2016-09-09 21:55 UTC  (2+ messages)

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  (10+ messages)

[RFC/PATCH 0/2] more patch-id speedups
 2016-09-09 21:13 UTC  (13+ 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"

[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] 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

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 0/3] Fix a segfault caused by regexec() being called on mmap()ed data
 2016-09-09 17:49 UTC  (29+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] Introduce a function to run regexec() on non-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 3/3] Use the newly-introduced regexec_buf() function

Bug with git worktrees and git init
 2016-09-09 17:45 UTC  (13+ 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

[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] "

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 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] "


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).