git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-12-20 13:05:07 to 2017-12-25 00:29:20 UTC [more...]

[PATCH 0/6] increase wildmatch test coverage
 2017-12-25  0:28 UTC  (18+ messages)
` [PATCH 1/6] wildmatch test: indent with tabs, not spaces
` [PATCH 2/6] wildmatch test: use more standard shell style
` [PATCH 3/6] wildmatch test: use a paranoia pattern from nul_match()
` [PATCH 4/6] wildmatch test: remove dead fnmatch() test code
` [PATCH 5/6] wildmatch test: perform all tests under all wildmatch() modes
` [PATCH 6/6] wildmatch test: create & test files on disk in addition to in-memory
` [PATCH v2 0/7] increase wildmatch test coverage
` [PATCH v2 1/7] wildmatch test: indent with tabs, not spaces
` [PATCH v2 2/7] wildmatch test: use more standard shell style
` [PATCH v2 3/7] wildmatch test: don't try to vertically align our output
` [PATCH v2 4/7] wildmatch test: use a paranoia pattern from nul_match()
` [PATCH v2 5/7] wildmatch test: remove dead fnmatch() test code
` [PATCH v2 6/7] wildmatch test: perform all tests under all wildmatch() modes
` [PATCH v2 7/7] wildmatch test: create & test files on disk in addition to in-memory

[RFC/PATCH] perl: bump the required Perl version to 5.10.0 from 5.8.0
 2017-12-25  0:17 UTC  (8+ messages)

[PATCH] setup.c: move statement under condition
 2017-12-24 19:35 UTC  (5+ messages)

[PATCH 1/2] sequencer: factor out rewrite_file()
 2017-12-24 15:45 UTC  (12+ messages)
            ` Improved error handling (Was: [PATCH 1/2] sequencer: factor out rewrite_file())

[PATCH v2 0/5] Add --no-ahead-behind to status
 2017-12-24 14:33 UTC  (12+ messages)
` [PATCH v2 1/5] core.aheadbehind: add new config setting
` [PATCH v2 2/5] stat_tracking_info: return +1 when branches are not equal
` [PATCH v2 3/5] status: add --[no-]ahead-behind to porcelain V2 output
` [PATCH v2 4/5] status: update short status to use --no-ahead-behind
` [PATCH v2 5/5] status: support --no-ahead-behind in long format

[PATCH] revision: introduce prepare_revision_walk_extended()
 2017-12-24 14:22 UTC  (8+ messages)

Bring together merge and rebase
 2017-12-24 14:13 UTC  (8+ messages)

Re: Unify annotated and non-annotated tags
 2017-12-24 12:31 UTC  (7+ messages)

[PATCH 0/2] restore fast-export full filecopy detection
 2017-12-24 10:52 UTC  (3+ messages)
` [PATCH 1/2] fast-export: ensure proper order of modify, copy and rename entries
` [PATCH 2/2] fast-export: remove now obsolete filtering of modified files

[RFC PATCH v2] http: support CURLPROXY_HTTPS
 2017-12-23 17:48 UTC  (2+ messages)

[RFC] Prepend "tags/" when describing tags with embedded name
 2017-12-23 14:17 UTC 

Unify annotated and non-annotated tags
 2017-12-23 13:33 UTC  (4+ messages)

[PATCH 1/2] commit doc: document that -c, -C, -F and --fixup with -m error
 2017-12-23 12:49 UTC  (16+ messages)
` [PATCH 2/2] commit: add support for --fixup <commit> -m"<extra message>"
        ` [PATCH v2 0/2] support -m"<msg>" combined with commit --fixup
        ` [PATCH v2 1/2] commit doc: document that -c, -C, -F and --fixup with -m error
        ` [PATCH v2 2/2] commit: add support for --fixup <commit> -m"<extra message>"

Usability outrage as far as I am concerned
 2017-12-23 12:22 UTC  (7+ messages)

[PATCH v1] convert: add support for 'encoding' attribute
 2017-12-23  8:08 UTC  (5+ messages)

What's cooking in git.git (Dec 2017, #01; Mon, 4)
 2017-12-23  7:27 UTC  (4+ messages)
` [PATCH v3 1/1] check-non-portable-shell.pl: Quoted `wc -l` is not portable

[BUG] File move with `add -N` shows as rename to same name
 2017-12-23  2:42 UTC 

git merge commits staged files (when two trees are identical)
 2017-12-23  2:26 UTC  (9+ messages)
  ` [PATCH 1/3] t6044: recursive can silently incorporate dirty changes in a merge
    ` [PATCH 2/3] move index_has_changes() from builtin/am.c to merge.c for reuse
    ` [PATCH 3/3] merge-recursive: Avoid incorporating uncommitted changes in a merge

[PATCH] Fix urlencode format string on signed char
 2017-12-23  0:29 UTC  (4+ messages)

[PATCH] oidmap.h: strongly discourage using OIDMAP_INIT directly
 2017-12-23  0:23 UTC  (6+ messages)
    ` [PATCH] oidmap: ensure map is initialized

[PATCH 0/5] A couple of sequencer cleanups
 2017-12-22 23:56 UTC  (6+ messages)
` [PATCH 1/5] rebase: do not continue when the todo list generation failed
` [PATCH 2/5] sequencer: strip bogus LF at end of error messages
` [PATCH 3/5] sequencer: remove superfluous conditional
` [PATCH 4/5] sequencer: report when noop has an argument
` [PATCH 5/5] sequencer: do not invent whitespace when transforming OIDs

[PATCHv5 0/7] describe blob
 2017-12-22 23:10 UTC  (5+ messages)
` [PATCHv5 7/7] builtin/describe.c: describe a blob

[PATCH] sequencer: assign only free()able strings to gpg_sign
 2017-12-22 21:36 UTC  (5+ messages)

[PATCH] config.txt: Document behavior of backslashes in subsections
 2017-12-22 20:49 UTC  (2+ messages)

[PATCH] send-pack: use internal argv_array of struct child_process
 2017-12-22 20:11 UTC  (3+ messages)

[FYI PATCH] t/helper/test-lazy-name-hash: fix compilation
 2017-12-22 20:02 UTC  (5+ messages)
` [PATCH] "

[PATCHv2 0/4] Fix --recurse-submodules for submodule worktree changes
 2017-12-22 20:01 UTC  (7+ messages)
` [PATCH 1/4] t/lib-submodule-update.sh: clarify test
` [PATCH 2/4] t/lib-submodule-update.sh: Fix test ignoring ignored files in submodules
` [PATCH 3/4] unpack-trees: Fix same() for submodules
` [PATCH 4/4] submodule: submodule_move_head omits old argument in forced case

[PATCH 0/5] Fix --recurse-submodules for submodule worktree changes
 2017-12-22 19:34 UTC  (9+ messages)
` [PATCH 2/5] t/lib-submodule-update.sh: Fix test ignoring ignored files in submodules
` [PATCH 5/5] submodule: submodule_move_head omits old argument in forced case

[PATCH v4] Makefile: replace perl/Makefile.PL with simple make rules
 2017-12-22 19:07 UTC  (7+ messages)
` [PATCH v5] "
    ` [PATCH v6] "

Fetching commit instead of ref
 2017-12-22 18:47 UTC  (6+ messages)

[PATCH] status: add a failing test showing a core.untrackedCache bug
 2017-12-22 14:00 UTC 

[PATCH] http: use internal argv_array of struct child_process
 2017-12-22 11:56 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v5 0/9] sequencer: don't fork git commit
 2017-12-22 11:49 UTC  (10+ messages)
` [PATCH] sequencer: improve config handling
  ` Error in `git': free(): invalid pointer (was Re: [PATCH] sequencer: improve config handling)

Bug with "git submodule update" + subrepo with differing path/name?
 2017-12-21 23:08 UTC  (11+ messages)
` [PATCH] "

Need help migrating workflow from svn to git
 2017-12-21 22:04 UTC  (5+ messages)

[PATCH 0/6] Minor fsmonitor bugfixes, use with `git diff`
 2017-12-21 21:49 UTC  (15+ messages)
` [PATCH 1/6] Fix comments to agree with argument name
  ` [PATCH 2/6] fsmonitor: Add dir.h include, for untracked_cache_invalidate_path
  ` [PATCH 4/6] fsmonitor: Add a trailing newline to test-dump-fsmonitor
  ` [PATCH 5/6] fsmonitor: Remove debugging lines from t/t7519-status-fsmonitor.sh
` [PATCH 3/6] fsmonitor: Update helper tool, now that flags are filled later

[RFC/PATCH] Makefile: replace the overly complex perl build system with something simple
 2017-12-21 19:29 UTC  (4+ messages)
` [PATCH] Makefile: replace perl/Makefile.PL with simple make rules

[PATCH 0/4] Add --no-ahead-behind to status
 2017-12-21 17:47 UTC  (17+ messages)
` [PATCH 1/4] status: add --no-ahead-behind to porcelain V2
` [PATCH 2/4] stat_tracking_info: return +1 when branch and upstream differ
` [PATCH 3/4] status: update short status to use --no-ahead-behind
` [PATCH 4/4] status: support --no-ahead-behind in long status format

What's cooking in git.git (Dec 2017, #04; Tue, 19)
 2017-12-21 16:58 UTC  (3+ messages)

[PATCH 0/1] git-p4: update multiple shelved change lists
 2017-12-21 11:06 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 0/4] making test-suite tracing more useful
 2017-12-21  9:47 UTC  (10+ messages)
` [PATCH v2 4/4] t/Makefile: introduce TEST_SHELL_PATH

[ANNOUNCE] Git Rev News edition 34
 2017-12-20 17:43 UTC 

[PATCH] doc: Fix specification of default (auto) for --color
 2017-12-20 13:23 UTC  (2+ messages)

[PATCH] fmt-merge-msg: avoid leaking strbuf in shortlog()
 2017-12-20 13:05 UTC  (10+ 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).