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

[RFC/PATCH 00/17]
 2016-09-13  4:46 UTC  (18+ messages)
` [RFC/PATCH 01/17] diff: move line ending check into emit_hunk_header
` [RFC/PATCH 02/17] diff: emit_{add, del, context}_line to increase {pre,post}image line count
` [RFC/PATCH 03/17] diff.c: drop tautologous condition in emit_line_0
` [RFC/PATCH 04/17] diff.c: factor out diff_flush_patch_all_file_pairs
` [RFC/PATCH 05/17] diff.c: emit_line_0 can handle no color setting
` [RFC/PATCH 06/17] diff.c: convert fn_out_consume to use emit_line_*
` [RFC/PATCH 07/17] diff.c: convert builtin_diff "
` [RFC/PATCH 08/17] diff.c: convert emit_rewrite_diff "
` [RFC/PATCH 09/17] diff.c: convert emit_rewrite_lines "
` [RFC/PATCH 10/17] submodule.c: convert show_submodule_summary to use emit_line_fmt
` [RFC/PATCH 11/17] diff.c: convert emit_binary_diff_body to use emit_line_*
` [RFC/PATCH 12/17] diff.c: convert show_stats "
` [RFC/PATCH 13/17] diff.c: convert word diffing "
` [RFC/PATCH 14/17] diff.c: convert diff_flush "
` [RFC/PATCH 15/17] diff.c: convert diff_summary "
` [RFC/PATCH 16/17] diff: buffer output in emit_line_0
` [RFC/PATCH 17/17] diff.c: color moved lines differently

[RFC/PATCH] ls-files: adding support for submodules
 2016-09-13  3:35 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 0/16] fix config-reading in non-repos
 2016-09-13  3:24 UTC  (17+ messages)
` [PATCH 01/16] t1007: factor out repeated setup
` [PATCH 02/16] hash-object: always try to set up the git repository
` [PATCH 03/16] patch-id: use RUN_SETUP_GENTLY
` [PATCH 04/16] diff: skip implicit no-index check when given --no-index
` [PATCH 05/16] diff: handle --no-index prefixes consistently
` [PATCH 06/16] diff: always try to set up the repository
` [PATCH 07/16] pager: remove obsolete comment
` [PATCH 08/16] pager: stop loading git_default_config()
` [PATCH 09/16] pager: make pager_program a file-local static
` [PATCH 10/16] pager: use callbacks instead of configset
` [PATCH 11/16] pager: handle early config
` [PATCH 12/16] t1302: use "git -C"
` [PATCH 13/16] test-config: setup git directory
` [PATCH 14/16] config: only read .git/config from configured repos
` [PATCH 15/16] init: expand comments explaining config trickery
` [PATCH 16/16] init: reset cached config when entering new repo

[PATCH 00/10] Another preparatory series for rename detection
 2016-09-13  0:41 UTC  (17+ 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_*

Potential Same Name Bug
 2016-09-13  0:35 UTC  (2+ messages)

git clone http:// fails some times with "Request for d53.. aborted"
 2016-09-13  0:25 UTC  (5+ messages)
` [RFC 0/3] http: avoid repeatedly adding curl easy to curlm
  ` [RFC 1/3] http: warn on curl_multi_add_handle failures
  ` [RFC 2/3] http: consolidate #ifdefs for curl_multi_remove_handle
  ` [RFC 3/3] http: always remove curl easy from curlm session on release

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

Git Miniconference at Plumbers
 2016-09-12 23:14 UTC  (8+ messages)

[PATCH] t/perf/run: Don't forget to copy config.mak.autogen & friends to build area
 2016-09-12 23:10 UTC  (4+ messages)

build issues on AIX - aka non-GNU environment, no gnu grep, no gcc
 2016-09-12 22:44 UTC  (3+ messages)

[GIT PULL] l10n updates for 2.10.0 maint branch
 2016-09-12 22:24 UTC  (2+ messages)

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

[PATCH] [git-p4.py] Add --checkpoint-period option to sync/clone
 2016-09-12 22:02 UTC  (2+ messages)

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

[PATCH 00/22] Prepare the sequencer for the upcoming rebase -i patches
 2016-09-12 21:36 UTC  (43+ messages)
` [PATCH v2 00/25] "
  ` [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

git commit -p with file arguments
 2016-09-12 21:14 UTC  (11+ messages)

[PATCH 01/13] i18n: apply: mark plural string for translation
 2016-09-12 20:46 UTC  (26+ 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 "

[RFC/PATCH 0/2] more patch-id speedups
 2016-09-12 20:44 UTC  (8+ messages)
` [RFC/PATCH v2 0/3] patch-id for merges
  ` [PATCH v3 0/2] "

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

git-am includes escape characters from 'From' field
 2016-09-12 20:10 UTC 

[ANNOUNCE] Git User's Survey 2016
 2016-09-12 19:51 UTC 

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  (7+ messages)
` [PATCH v2 0/5] "
  ` [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 1/2] pack-objects: Teach --use-bitmap-index codepath to respect --local, --honor-pack-keep and --incremental
 2016-09-12 19:21 UTC  (9+ messages)
` [PATCH 1/2 v5] pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is in use
` [PATCH 2/2 v7] pack-objects: use reachability bitmap index when generating non-stdout pack

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

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

[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  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] cat-file: introduce the --filters option

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


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