git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-03-21 01:03:10 to 2014-03-24 17:52:18 UTC [more...]

[PATCH] rev-parse --parseopt: option argument name hints
 2014-03-24 17:52 UTC  (10+ messages)
` [PATCH v3] "
        ` [PATCH v4] "
          ` [PATCH 0/3] Parse-options: spell multi-word placeholders with dashes

[RFC/PATCH] Better control of the tests run by a test suite
 2014-03-24 17:19 UTC  (6+ messages)
` [PATCH 1/3] test-lib: Document short options in t/README
` [PATCH 2/3] test-lib: tests skipped by GIT_SKIP_TESTS say so
` [PATCH 3/3] test-lib: '--run' to run only specific tests

[PATCH 000/144] Use the $( ... ) construct for command substitution instead of using the back-quotes
 2014-03-24 16:56 UTC 

[PATCH] git-remote-hg : Enable use of, $GIT_DIR/hg/origin/clone/.hg/hgrc
 2014-03-24 15:07 UTC  (2+ messages)

[PATCH v3 00/25] Support multiple checkouts
 2014-03-24 14:52 UTC  (3+ messages)
` [PATCH v3 18/25] setup.c: support multi-checkout repo setup

git log omits deleting merges
 2014-03-24 14:19 UTC  (6+ messages)

[PATCH][GSOC] Selection of the verbose message is replaced with generated message in install_branch_config()
 2014-03-24 12:22 UTC  (12+ messages)

[PATCH v3 2/2] fsck.c:fsck_commit replace memcmp by skip_prefix
 2014-03-24 12:09 UTC 

[PATCH v3 1/2] fsck.c: modify fsck_ident() and fsck_commit()
 2014-03-24 12:08 UTC 

[PATCH] Clarify pre-push hook documentation
 2014-03-24  1:40 UTC  (5+ messages)

[PATCH] Modify fsck_commit. Replace memcmp by skip_prefix
 2014-03-24  1:36 UTC  (5+ messages)

with reuse-delta patches, fetching with bitmaps segfaults due to possibly incomplete bitmap traverse
 2014-03-24  0:01 UTC  (3+ messages)

[GUILT 00/28] Teach guilt import-commit how create legal patch names, and more
 2014-03-23 21:13 UTC  (37+ messages)
` [GUILT 01/28] The tests should not fail if guilt.diffstat is set
` [GUILT 02/28] Allow "guilt delete -f" to run from a dir which contains spaces
` [GUILT 03/28] Added test case for "guilt delete -f"
` [GUILT 04/28] Allow "guilt import-commit" to run from a dir which contains spaces
` [GUILT 05/28] "guilt new": Accept more than 4 arguments
` [GUILT 06/28] Fix and simplify the do_get_patch function
` [GUILT 07/28] Added test cases for "guilt fold"
` [GUILT 08/28] Added more test cases for "guilt new": empty patches
` [GUILT 09/28] Test suite: properly check the exit status of commands
` [GUILT 10/28] Run test_failed if the exit status of a test script is bad
` [GUILT 11/28] test suite: remove pointless redirection
` [GUILT 12/28] "guilt header": more robust header selection
` [GUILT 13/28] Check that "guilt header '.*'" fails
` [GUILT 14/28] Use "git check-ref-format" to validate patch names
` [GUILT 15/28] Produce legal patch names in guilt-import-commit
` [GUILT 16/28] Fix backslash handling when creating names of imported patches
` [GUILT 17/28] "guilt graph" no longer loops when no patches are applied
` [GUILT 18/28] guilt-graph: Handle commas in branch names
` [GUILT 19/28] Check that "guilt graph" works when working on a branch with a comma
` [GUILT 20/28] "guilt graph": Handle patch names containing quotes
` [GUILT 21/28] The log.decorate setting should not influence import-commit
` [GUILT 22/28] The log.decorate setting should not influence patchbomb
` [GUILT 23/28] The log.decorate setting should not influence guilt rebase
` [GUILT 24/28] disp no longer processes backslashes
` [GUILT 25/28] "guilt push" now fails when there are no more patches to push
` [GUILT 26/28] "guilt pop" now fails when there are no more patches to pop
` [GUILT 27/28] Minor testsuite fix
` [GUILT 28/28] Added guilt.reusebranch configuration option

[RFC/PATCH] diff: simplify cpp funcname regex
 2014-03-23 19:36 UTC  (16+ messages)
` [PATCH 00/10] userdiff: cpp pattern simplification and test framework
  ` [PATCH 01/10] userdiff: support C++ ->* and .* operators in the word regexp
  ` [PATCH 02/10] userdiff: support unsigned and long long suffixes of integer constants
  ` [PATCH 03/10] t4018: an infrastructure to test hunk headers
  ` [PATCH 04/10] t4018: convert perl pattern tests to the new infrastructure
  ` [PATCH 05/10] t4018: convert java pattern test "
  ` [PATCH 06/10] t4018: convert custom "
  ` [PATCH 07/10] t4018: reduce test files for pattern compilation tests
  ` [PATCH 08/10] t4018: test cases for the built-in cpp pattern
  ` [PATCH 09/10] t4018: test cases showing that the cpp pattern misses many anchor points
  ` [PATCH 10/10] userdiff: have 'cpp' hunk header pattern catch more C++ "

Git-hooks pre-push script does not receive input on stdin
 2014-03-23 19:21 UTC  (3+ messages)

Borrowing objects from nearby repositories
 2014-03-23 18:04 UTC  (2+ messages)

[PATCH] builtin/apply.c: use iswspace() to detect line-ending-like chars
 2014-03-23  9:35 UTC  (6+ messages)

[PATCH v2] Rewrite strbuf.c:strbuf_cmp() replace memcmp() with starts_with()
 2014-03-23  9:02 UTC  (4+ messages)

[PATCH 0/4] Fix misuses of "nor" (v2)
 2014-03-22 23:47 UTC  (7+ messages)
` [PATCH 3/4] Fix misuses of "nor" in comments

[PATCH 00/10] pickaxe: honor -i when used with -S and --pickaxe-regex; cleanups
 2014-03-22 17:16 UTC  (11+ messages)
` [PATCH 01/10] t4209: set up expectations up front
` [PATCH 02/10] t4209: factor out helper function test_log()
` [PATCH 03/10] t4209: factor out helper function test_log_icase()
` [PATCH 04/10] t4209: use helper functions to test --grep
` [PATCH 05/10] t4209: use helper functions to test --author
` [PATCH 06/10] pickaxe: honor -i when used with -S and --pickaxe-regex
` [PATCH 07/10] pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_count() into diffcore_pickaxe()
` [PATCH 08/10] pickaxe: move pickaxe() after pickaxe_match()
` [PATCH 09/10] pickaxe: call strlen only when necessary in diffcore_pickaxe_count()
` [PATCH 10/10] pickaxe: simplify kwset loop in contains()

[PATCH v3] remote-hg: do not fail on invalid bookmarks
 2014-03-22 16:41 UTC  (5+ messages)

git log --graph --color inconsistency
 2014-03-22 13:10 UTC 

[BUG] Segfault on git describe
 2014-03-22 10:18 UTC  (4+ messages)

[PATCH 0/5] handle bogus commit dates
 2014-03-22  9:32 UTC  (3+ messages)
` [PATCH 5/5] log: do not segfault on gmtime errors

File extension conflict when working with git and latex
 2014-03-22  7:11 UTC  (7+ messages)

What's cooking in git.git (Mar 2014, #04; Thu, 20)
 2014-03-21 21:33 UTC  (6+ messages)

[PATCH 0/12] GIT_CONFIG in the test suite
 2014-03-21 21:26 UTC  (7+ messages)
` [PATCH 03/12] t: drop useless sane_unset GIT_* calls
` [PATCH 04/12] t: stop using GIT_CONFIG to cross repo boundaries
` [PATCH 11/12] t0001: drop useless subshells

Git server memory requirements
 2014-03-21 20:10 UTC  (2+ messages)

[PATCH/RFC 0/8] git-ls
 2014-03-21 20:01 UTC  (10+ messages)
` [PATCH 1/8] Import $LS_COLORS parsing code from coreutils
` [PATCH 3/8] ls_colors.c: enable coloring on u+x files

[PATCH] Enable index-pack threading in msysgit
 2014-03-21 20:01 UTC  (11+ messages)

[PATCH] GSoC Miniproject 15. Rewrite fsck.c:fsck_commit()
 2014-03-21 19:56 UTC  (2+ messages)

[PATCH v2] Rewrite fsck.c:fsck_commit() replace memcmp() with starts_with()
 2014-03-21 19:33 UTC  (4+ messages)

[PATCH 1/2] diff-no-index.c: rename read_directory()
 2014-03-21 19:09 UTC  (2+ messages)

[PATCH 2/2] diff-no-index.c: read_directory_path() use is_dot_or_dotdot()
 2014-03-21 19:02 UTC 

Configuring a third-party git hook
 2014-03-21 18:54 UTC  (12+ messages)

[PATCH] Enable index-pack threading in msysgit
 2014-03-21 18:40 UTC  (3+ messages)

[RFC] [GSoC] Draft of Proposal for GSoC
 2014-03-21 18:35 UTC  (8+ messages)

[PATCH v5] use starts_with() instead of !memcmp()
 2014-03-21 18:05 UTC  (4+ messages)

[PATCH] doc: status, remove leftover statement about '#' prefix
 2014-03-21 18:00 UTC  (2+ messages)

Bug? git status --porcelain --branch is translated
 2014-03-21 17:38 UTC  (5+ messages)
` [PATCH] status: disable translation when --porcelain is used

[PATCHv2] branch.c: simplify chain of if statements
 2014-03-21 16:50 UTC  (5+ messages)

Want to start using Git on my windows 7 system
 2014-03-21 16:09 UTC  (2+ messages)

[PATCH v5] commit.c: use skip_prefix() instead of starts_with()
 2014-03-21 15:53 UTC  (3+ messages)

[PATCH] GSoC Miniproject 15. Rewrite fsck.c:fsck_commit()
 2014-03-21 15:42 UTC  (3+ messages)

[GSOC 2014]idea:Git Configuration API Improvement
 2014-03-21 13:42 UTC  (4+ messages)
`  "

[PATCH v2] Bump core.deltaBaseCacheLimit to 128MiB
 2014-03-21  8:11 UTC  (14+ messages)

[PATCH] builtin/apply.c: fuzzy_matchlines:trying to fix some inefficiencies
 2014-03-21  6:32 UTC  (2+ messages)

[PATCH] Rewritten fetch-pack.c:filter_refs() using starts_with() instead of memcmp()
 2014-03-21  6:27 UTC  (2+ messages)

[GSoC] Inquiry about writing config file to disk
 2014-03-21  5:19 UTC  (2+ messages)

[PATCH] Rewritten fsck.c:fsck_commit() through using starts_with() instead of memcmp()
 2014-03-21  4:18 UTC  (2+ messages)

[PATCH v2] log: add --nonlinear-barrier to help see non-linear history
 2014-03-21  1:02 UTC  (5+ messages)
` [PATCH v3 1/2] object.h: centralize object flag allocation
  ` [PATCH v3 2/2] log: add --show-linear-break to help see non-linear history


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