git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-09-09 20:07:33 to 2016-09-12 19:46:40 UTC [more...]

[PATCH 00/22] Prepare the sequencer for the upcoming rebase -i patches
 2016-09-12 19:46 UTC  (51+ messages)
` [PATCH 13/22] sequencer: remember the onelines when parsing the todo file
              ` Git garden shears, was "
` [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 v2 08/25] sequencer: completely revamp the "todo" script parsing
  ` [PATCH v2 09/25] sequencer: avoid completely different messages for different actions
  ` [PATCH v2 10/25] sequencer: get rid of the subcommand field
  ` [PATCH v2 11/25] sequencer: refactor the code to obtain a short commit name
  ` [PATCH v2 12/25] sequencer: remember the onelines when parsing the todo file
  ` [PATCH v2 13/25] sequencer: prepare for rebase -i's commit functionality
  ` [PATCH v2 14/25] sequencer: introduce a helper to read files written by scripts
  ` [PATCH v2 15/25] sequencer: prepare for rebase -i's GPG settings
  ` [PATCH v2 16/25] sequencer: allow editing the commit message on a case-by-case basis
  ` [PATCH v2 17/25] sequencer: support amending commits
  ` [PATCH v2 18/25] sequencer: support cleaning up commit messages
  ` [PATCH v2 19/25] sequencer: remember do_recursive_merge()'s return value
  ` [PATCH v2 20/25] sequencer: left-trim lines read from the script
  ` [PATCH v2 21/25] sequencer: refactor write_message()
  ` [PATCH v2 22/25] sequencer: remove overzealous assumption in rebase -i mode
  ` [PATCH v2 23/25] sequencer: mark action_name() for translation
  ` [PATCH v2 24/25] sequencer: quote filenames in error messages
  ` [PATCH v2 25/25] sequencer: remove bogus hint for translators

Gitattributes file is not respected when switching between branches
 2016-09-12 19:42 UTC  (3+ messages)

[PATCH 0/6] Pull out require_clean_work_tree() functionality from builtin/pull.c
 2016-09-12 19:36 UTC  (10+ messages)
` [PATCH v2 0/5] "
  ` [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 0/4] git add --chmod: always change the file
 2016-09-12 19:30 UTC  (8+ 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

build issues on AIX - aka non-GNU environment, no gnu grep, no gcc
 2016-09-12 19:28 UTC 

[PATCH 1/2] pack-objects: Teach --use-bitmap-index codepath to respect --local, --honor-pack-keep and --incremental
 2016-09-12 19:21 UTC  (14+ 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] "

What's cooking in git.git (Sep 2016, #03; Fri, 9)
 2016-09-12 19:10 UTC  (3+ messages)

[PATCH v2] checkout: eliminate unnecessary merge for trivial checkout
 2016-09-12 18:12 UTC  (3+ messages)

Git Miniconference at Plumbers
 2016-09-12 18:09 UTC  (5+ messages)

[RFC/PATCH 0/2] more patch-id speedups
 2016-09-12 17:56 UTC  (11+ messages)
` [RFC/PATCH v2 0/3] patch-id for merges
  ` [PATCH v3 0/2] "
    ` [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/PATCH] ls-files: adding support for submodules
 2016-09-12 17:39 UTC  (11+ messages)

[PATCH 01/13] i18n: apply: mark plural string for translation
 2016-09-12 17:19 UTC  (25+ messages)
` [PATCH 04/13] i18n: blame: mark error messages "
` [PATCH v2 01/14] i18n: apply: mark plural string "
` [PATCH v2 02/14] i18n: apply: mark error messages "
` [PATCH v2 03/14] i18n: apply: mark info "
` [PATCH v2 04/14] i18n: blame: mark error "
` [PATCH v2 05/14] i18n: branch: mark option description "
` [PATCH v2 06/14] i18n: config: mark error message "
` [PATCH v2 07/14] i18n: merge-recursive: mark error messages "
` [PATCH v2 08/14] i18n: merge-recursive: mark verbose message "
` [PATCH v2 09/14] i18n: notes: mark error messages "
` [PATCH v2 10/14] notes: lowercase first word of error messages
` [PATCH v2 11/14] i18n: receive-pack: mark messages for translation
` [PATCH v2 12/14] i18n: show-branch: mark error "
` [PATCH v2 13/14] i18n: update-index: mark warnings "
` [PATCH v2 14/14] i18n: show-branch: mark plural strings "

[PATCH] Unbreak interactive GPG prompt upon signing
 2016-09-12 13:39 UTC  (11+ messages)
` [PATCH] gpg-interface: reflect stderr to stderr

[PATCH v7 00/10] Git filter protocol
 2016-09-12  9:49 UTC  (21+ 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

[PATCH] Do not record unstaged deleted file upon recursive merge if file was moved outside of working tree with enabled sparse-checkout
 2016-09-12 11:24 UTC 

[PATCH] Do not record unstaged deleted file upon recursive merge if file was moved outside of working tree with enabled sparse-checkout
 2016-09-12 11:07 UTC  (4+ messages)

Diff impromements: keep block whole
 2016-09-12 10:38 UTC  (2+ messages)

[PATCH] git-gui: respect commit.gpgsign again
 2016-09-12  8:14 UTC  (5+ messages)

Bug: git-add .* errors out
 2016-09-12  5:59 UTC  (4+ messages)

git commit -p with file arguments
 2016-09-12  4:56 UTC  (10+ messages)

[PATCH] doc: mention `git -c` in git-config(1)
 2016-09-12  2:19 UTC  (5+ messages)

[PATCH v2 0/4] cat-file: optionally convert to worktree version
 2016-09-11 21:44 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] cat-file: introduce the --filters option
  ` [PATCH v3 3/4] cat-file --textconv/--filters: allow specifying the path separately

Missing RPM spec file in tarball
 2016-09-11 16:05 UTC  (4+ messages)

[GIT PULL] l10n updates for 2.10.0 maint branch
 2016-09-11 14:25 UTC 

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  (5+ messages)
` [PATCH v3 00/17] "
  ` [PATCH v3 16/17] lib'ify checkout_fast_forward_to()

[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

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

[PATCH v4 0/3] handle empty spec-compliant remote repos correctly
 2016-09-10  6:00 UTC  (14+ messages)
` [PATCH 0/2] "
  ` [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
` [PATCH v4 1/3] tests: move test_lazy_prereq JGIT to test-lib.sh

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)

Issue with global config defaults "user.useConfigOnly = true" + "pull.rebase = preserve" - "user.email"
 2016-09-09 23:31 UTC  (10+ 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] 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


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