messages from 2017-06-28 22:00:29 to 2017-07-01 00:28:56 UTC [more...]
[PATCH 00/10] Friday night special: hash map cleanup
2017-07-01 0:28 UTC (6+ messages)
` [PATCH 01/10] attr.c: drop hashmap_cmp_fn cast
` [PATCH 02/10] builtin/difftool.c: "
` [PATCH 03/10] builtin/describe: "
` [PATCH 04/10] config.c: "
` [PATCH 09/10] name-hash.c: "
[GSoC] Update: Week 6
2017-06-30 23:19 UTC (14+ messages)
` [GSoC][PATCH 1/6 v2] submodule--helper: introduce for_each_submodule_list
` [GSoC][PATCH 1/5 v3] submodule--helper: introduce get_submodule_displaypath()
` [GSoC][PATCH 2/5 v3] submodule--helper: introduce for_each_submodule_list()
` [GSoC][PATCH 3/5 v3] submodule: port set_name_rev() from shell to C
` [GSoC][PATCH 4/5 v3] submodule: port submodule subcommand 'status' "
` [GSoC][PATCH 5/5 v3] submodule: port submodule subcommand 'sync' "
[RFC 0/4] Implementation of fetch-blobs and fetch-refs
2017-06-30 22:41 UTC (2+ messages)
speeding up git pull from a busy gerrit instance over a slow link?
2017-06-30 22:00 UTC (3+ messages)
What's cooking in git.git (Jun 2017, #09; Fri, 30)
2017-06-30 21:51 UTC
[PATCH 00/25] Reroll of sb/diff-color-moved
2017-06-30 21:49 UTC (63+ messages)
` [PATCH 01/25] diff.c: readability fix
` [PATCH 02/25] diff.c: move line ending check into emit_hunk_header
` [PATCH 03/25] diff.c: factor out diff_flush_patch_all_file_pairs
` [PATCH 04/25] diff.c: introduce emit_diff_symbol
` [PATCH 05/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_MARKER
` [PATCH 06/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_FRAGINFO
` [PATCH 07/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_NO_LF_EOF
` [PATCH 08/25] diff.c: migrate emit_line_checked to use emit_diff_symbol
` [PATCH 09/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_WORDS[_PORCELAIN]
` [PATCH 10/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_INCOMPLETE
` [PATCH 11/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_FILEPAIR_{PLUS, MINUS}
` [PATCH 12/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_HEADER
` [PATCH 13/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_BINARY_FILES
` [PATCH 14/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_REWRITE_DIFF
` [PATCH 15/25] submodule.c: migrate diff output to use emit_diff_symbol
` [PATCH 16/25] diff.c: convert emit_binary_diff_body "
` [PATCH 17/25] diff.c: convert show_stats "
` [PATCH 18/25] diff.c: convert word diffing "
` [PATCH 19/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_STAT_SEP
` [PATCH 20/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_SUMMARY
` [PATCH 21/25] diff.c: buffer all output if asked to
` [PATCH 22/25] diff.c: color moved lines differently
` [PATCH 23/25] diff.c: color moved lines differently, plain mode
` [PATCH 24/25] diff.c: add dimming to moved line detection
` [PATCH 25/25] diff: document the new --color-moved setting
` [PATCHv2 00/25] Reroll of sb/diff-color-moved
` [PATCHv2 01/25] diff.c: readability fix
` [PATCHv2 02/25] diff.c: move line ending check into emit_hunk_header
` [PATCHv2 03/25] diff.c: factor out diff_flush_patch_all_file_pairs
` [PATCHv2 04/25] diff.c: introduce emit_diff_symbol
` [PATCHv2 05/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_MARKER
` [PATCHv2 06/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_FRAGINFO
` [PATCHv2 07/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_NO_LF_EOF
` [PATCHv2 08/25] diff.c: migrate emit_line_checked to use emit_diff_symbol
` [PATCHv2 09/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_WORDS[_PORCELAIN]
` [PATCHv2 10/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_INCOMPLETE
` [PATCHv2 11/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_FILEPAIR_{PLUS, MINUS}
` [PATCHv2 12/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_HEADER
` [PATCHv2 13/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_BINARY_FILES
` [PATCHv2 14/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_REWRITE_DIFF
` [PATCHv2 15/25] submodule.c: migrate diff output to use emit_diff_symbol
` [PATCHv2 16/25] diff.c: convert emit_binary_diff_body "
` [PATCHv2 17/25] diff.c: convert show_stats "
` [PATCHv2 18/25] diff.c: convert word diffing "
` [PATCHv2 19/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_STAT_SEP
` [PATCHv2 20/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_SUMMARY
` [PATCHv2 21/25] diff.c: buffer all output if asked to
` [PATCHv2 22/25] diff.c: color moved lines differently
` [PATCHv2 23/25] diff.c: color moved lines differently, plain mode
` [PATCHv2 24/25] diff.c: add dimming to moved line detection
` [PATCHv2 25/25] diff: document the new --color-moved setting
[PATCH v9 0/7] convert: add "status=delayed" to filter process protocol
2017-06-30 21:30 UTC (9+ messages)
` [PATCH v9 1/7] t0021: keep filter log files on comparison
` [PATCH v9 2/7] t0021: make debug log file name configurable
` [PATCH v9 3/7] t0021: write "OUT <size>" only on success
` [PATCH v9 4/7] convert: put the flags field before the flag itself for consistent style
` [PATCH v9 5/7] convert: move multiple file filter error handling to separate function
` [PATCH v9 6/7] convert: refactor capabilities negotiation
` [PATCH v9 7/7] convert: add "status=delayed" to filter process protocol
[PATCH v8 0/6] convert: add "status=delayed" to filter process protocol
2017-06-30 20:44 UTC (6+ messages)
` [PATCH v8 6/6] "
[PATCH 0/2] Introduce data field in hashmap and migrate docs to header
2017-06-30 19:50 UTC (25+ messages)
` [PATCH 1/2] hashmap.h: compare function has access to a data field
` [PATCH 2/2] hashmap: migrate documentation from Documentation/technical into header
` [PATCHv2 0/2] Introduce data field in hashmap and migrate docs to header
` [PATCHv2 1/2] hashmap.h: compare function has access to a data field
` [PATCHv2 2/2] hashmap: migrate documentation from Documentation/technical into header
` [PATCHv3 0/3] Introduce data field in hashmap and migrate docs to header
` [PATCHv3 1/3] hashmap.h: compare function has access to a data field
` [PATCHv3 2/3] patch-ids.c: use hashmap correctly
` [PATCHv3 3/3] hashmap: migrate documentation from Documentation/technical into header
Warning suggestion for git stash drop
2017-06-30 19:21 UTC (5+ messages)
RFC: Missing blob hook might be invoked infinitely recursively
2017-06-30 18:28 UTC (3+ messages)
[PATCH] merge-recursive: use DIFF_XDL_SET macro
2017-06-30 17:54 UTC (2+ messages)
git log use of date format differs between Command Line and script usage
2017-06-30 17:29 UTC (4+ messages)
[PATCH v3 05/30] log: make --regexp-ignore-case work with --perl-regexp
2017-06-30 17:20 UTC (18+ messages)
` [PATCH 0/5] grep: remove redundant code & reflags from API
` [PATCH 2/5] grep: remove redundant grep pattern type assignment
` [PATCH 3/5] grep: remove redundant "fixed" field re-assignment to 0
` [PATCH 5/5] grep: remove regflags from the public grep_opt API
` [PATCH v2 0/6] grep: remove redundant code & reflags from API
` [PATCH v2 1/6] grep: remove redundant double assignment to 0
` [PATCH v2 2/6] grep: adjust a redundant grep pattern type assignment
` [PATCH v2 3/6] grep: remove redundant "fixed" field re-assignment to 0
` [PATCH v2 4/6] grep: remove redundant and verbose re-assignments "
` [PATCH v2 5/6] grep: remove regflags from the public grep_opt API
` [PATCH v2 6/6] grep: remove redundant REG_NEWLINE when compiling fixed regex
[PATCH] hooks: add signature to the top of the commit message
2017-06-30 16:44 UTC (2+ messages)
Bug with automated processing of git status results
2017-06-30 16:28 UTC (5+ messages)
` [PATCH] status: suppress additional warning output in plumbing modes
[PATCH] git-p4: changelist template with p4 -G change -o
2017-06-30 16:02 UTC (13+ messages)
` [PATCH] git-p4: parse marshal output "p4 -G" in p4 changes
[PATCH 0/5] Move unquote_path() from git-add--interactive.perl to Git.pm
2017-06-30 15:06 UTC (9+ messages)
` [PATCH 0/4] Move unquote_path "
` [PATCH 1/4] add -i move unquote_path() "
` [PATCH 2/4] Git::unquote_path() Handle '\a'
` [PATCH 3/4] Git::unquote_path() throw an exception on bad path
` [PATCH 4/4] Add tests for Git::unquote_path()
[PATCH] commit-template: improve readability of commit template
2017-06-30 14:52 UTC (11+ messages)
` [PATCH 1/2] commit-template: remove outdated notice about explicit paths
` [PATCH 2/2] commit-template: add new line before status information
` [PATCH 2/2] commit-template: distinguish status information unconditionally
git send-email (w/o Cc: stable)
2017-06-30 7:08 UTC
git-gui: Error on restoring defaults
2017-06-30 5:22 UTC (2+ messages)
[PATCH] recursive submodules: detach HEAD from new state, keeping branches sane
2017-06-30 0:38 UTC
[PATCH 0/6] Fixing up sb/diff-color-moved
2017-06-29 23:51 UTC (6+ messages)
` [PATCH 6/6] diff.c: detect blocks despite whitespace changes
Bug: Cannot kill Nodejs process using ctrl + c
2017-06-29 20:12 UTC (3+ messages)
[PATCH] completion: optionally disable checkout DWIM
2017-06-29 20:03 UTC
[PATCH v4 0/6] Add a FREE_AND_NULL() wrapper macro
2017-06-28 23:15 UTC (14+ messages)
` [PATCH v3 0/2] "
` [PATCH v4 4/6] coccinelle: add a rule to make "expression" code use FREE_AND_NULL()
What's cooking in git.git (Jun 2017, #08; Wed, 28)
2017-06-28 22:13 UTC
[PATCH 0/3] update sha1dc from PR #36
2017-06-28 22:02 UTC (5+ messages)
` [PATCH v2 "
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).