git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-22 10:19:23 to 2014-03-25 08:32:12 UTC [more...]

[PATCH 000/144] Use the $( ... ) construct for command substitution instead of using the back-quotes
 2014-03-25  8:25 UTC  (60+ messages)
` [PATCH 001/144] check-builtins.sh: use the $( ... ) construct for command substitution
` [PATCH 007/144] git-web--browse.sh: "
` [PATCH 008/144] unimplemented.sh: "
` [PATCH 009/144] t0001-init.sh: "
` [PATCH 012/144] t0025-crlf-auto.sh: "
` [PATCH 013/144] t0026-eol-config.sh: "
` [PATCH 015/144] t0204-gettext-reencode-sanity.sh: "
` [PATCH 018/144] t1001-read-tree-m-2way.sh: "
` [PATCH 030/144] t3030-merge-recursive.sh: "
` [PATCH 034/144] t3403-rebase-skip.sh: "
` [PATCH 038/144] t3905-stash-include-untracked.sh: "
` [PATCH 040/144] t4006-diff-mode.sh: "
` [PATCH 041/144] t4010-diff-pathspec.sh: "
` [PATCH 048/144] t4116-apply-reverse.sh: "
` [PATCH 049/144] t4119-apply-config.sh: "
` [PATCH 053/144] t5100-mailinfo.sh: "
` [PATCH 056/144] t5302-pack-index.sh: "
` [PATCH 057/144] t5303-pack-corruption-resilience.sh: "
` [PATCH 058/144] t5304-prune.sh: "
` [PATCH 064/144] t5515-fetch-merge-logic.sh: "
` [PATCH 067/144] t5520-pull.sh: "
` [PATCH 068/144] t5522-pull-symlink.sh: "
` [PATCH 069/144] t5530-upload-pack-error.sh: "
` [PATCH 070/144] t5537-fetch-shallow.sh: "
` [PATCH 071/144] t5538-push-shallow.sh: "
` [PATCH 072/144] t5550-http-fetch-dumb.sh: "
` [PATCH 073/144] t5551-http-fetch-smart.sh: "
` [PATCH 074/144] t5570-git-daemon.sh: "
` [PATCH 075/144] t5601-clone.sh: "
` [PATCH 076/144] t5700-clone-reference.sh: "
` [PATCH 077/144] t5710-info-alternate.sh: "
` [PATCH 078/144] t5900-repo-selection.sh: "
` [PATCH 079/144] t6001-rev-list-graft.sh: "
` [PATCH 080/144] t6002-rev-list-bisect.sh: "
` [PATCH 081/144] t6015-rev-list-show-all-parents.sh: "
` [PATCH 082/144] t6032-merge-large-rename.sh: "
` [PATCH 083/144] t6034-merge-rename-nocruft.sh: "
` [PATCH 084/144] t6111-rev-list-treesame.sh: "
` [PATCH 085/144] t6132-pathspec-exclude.sh: "
` [PATCH 086/144] t7001-mv.sh: "
` [PATCH 087/144] t7003-filter-branch.sh: "
` [PATCH 088/144] t7004-tag.sh: "
` [PATCH 089/144] t7006-pager.sh: "
` [PATCH 090/144] t7103-reset-bare.sh: "
` [PATCH 091/144] t7406-submodule-update.sh: "
` [PATCH 092/144] t7408-submodule-reference.sh: "
` [PATCH 093/144] t7504-commit-msg-hook.sh: "
` [PATCH 094/144] t7505-prepare-commit-msg-hook.sh: "
` [PATCH 095/144] t7602-merge-octopus-many.sh: "
` [PATCH 096/144] t7700-repack.sh: "
` [PATCH 097/144] t8003-blame-corner-cases.sh: "
` [PATCH 098/144] t9001-send-email.sh: "
` [PATCH 099/144] t9101-git-svn-props.sh: "
` [PATCH 100/144] t9104-git-svn-follow-parent.sh: "
` [PATCH 101/144] t9105-git-svn-commit-diff.sh: "
` [PATCH 102/144] t9107-git-svn-migrate.sh: "
` [PATCH 103/144] t9108-git-svn-glob.sh: "
` [PATCH 104/144] t9109-git-svn-multi-glob.sh: "
` [PATCH 105/144] t9110-git-svn-use-svm-props.sh: "

[PATCH v3 2/2] fsck.c:fsck_commit replace memcmp by skip_prefix
 2014-03-25  7:02 UTC  (2+ messages)

[PATCH v3 1/2] fsck.c: modify fsck_ident() and fsck_commit()
 2014-03-25  6:50 UTC  (2+ messages)

[RFC/PATCH] Better control of the tests run by a test suite
 2014-03-25  5:52 UTC  (9+ 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] Allow --pretty to be passed to git-describe
 2014-03-25  5:50 UTC  (3+ messages)

[PATCH 0/12] GIT_CONFIG in the test suite
 2014-03-25  4:56 UTC  (9+ messages)
` [PATCH 03/12] t: drop useless sane_unset GIT_* calls
` [PATCH 04/12] t: stop using GIT_CONFIG to cross repo boundaries

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

[PATCH] Clarify pre-push hook documentation
 2014-03-24 23:51 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Git push race condition?
 2014-03-24 22:59 UTC  (10+ messages)

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

[PATCH 00/10] pickaxe: honor -i when used with -S and --pickaxe-regex; cleanups
 2014-03-24 22:09 UTC  (21+ 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()

[RFC][PATCH] send-email: add --[no-]xmailer option
 2014-03-24 21:38 UTC 

[RFC/PATCH] diff: simplify cpp funcname regex
 2014-03-24 21:49 UTC  (9+ messages)
` [PATCH 00/10] userdiff: cpp pattern simplification and test framework
  ` [PATCH 03/10] t4018: an infrastructure to test hunk headers

[PATCH v2 00/19] Multiparent diff tree-walker + combine-diff speedup
 2014-03-24 21:47 UTC  (16+ messages)
` [PATCH 11/19] tree-diff: simplify tree_entry_pathcmp
` [PATCH 12/19] tree-diff: remove special-case diff-emitting code for empty-tree cases
` [PATCH v2 14/19] tree-diff: rework diff_tree interface to be sha1 based
` [PATCH v2 16/19] tree-diff: reuse base str(buf) memory on sub-tree recursion
` [PATCH 17/19] Portable alloca for Git

Borrowing objects from nearby repositories
 2014-03-24 21:21 UTC  (3+ messages)

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

What's cooking in git.git (Mar 2014, #05; Mon, 24)
 2014-03-24 20:27 UTC 

[PATCH 1/2] fetch: add a failing test for prunning with overlapping refspecs
 2014-03-24 19:24 UTC  (3+ messages)
` [PATCH 2/2] fetch: handle overlaping refspecs on --prune

[PATCH v2 00/27] Clean up update-refs --stdin and implement ref_transaction
 2014-03-24 17:57 UTC  (28+ messages)
` [PATCH v2 01/27] t1400: Fix name and expected result of one test
` [PATCH v2 02/27] t1400: Provide more usual input to the command
` [PATCH v2 03/27] parse_arg(): Really test that argument is properly terminated
` [PATCH v2 04/27] t1400: Add some more tests involving quoted arguments
` [PATCH v2 05/27] refs.h: Rename the action_on_err constants
` [PATCH v2 06/27] update_refs(): Fix constness
` [PATCH v2 07/27] update-ref --stdin: Read the whole input at once
` [PATCH v2 08/27] parse_cmd_verify(): Copy old_sha1 instead of evaluating <oldvalue> twice
` [PATCH v2 09/27] update-ref.c: Extract a new function, parse_refname()
` [PATCH v2 10/27] update-ref --stdin: Improve error messages for invalid values
` [PATCH v2 11/27] update-ref --stdin: Make error messages more consistent
` [PATCH v2 12/27] update-ref --stdin: Simplify error messages for missing oldvalues
` [PATCH v2 13/27] t1400: Test that stdin -z update treats empty <newvalue> as zeros
` [PATCH v2 14/27] update-ref.c: Extract a new function, parse_next_sha1()
` [PATCH v2 15/27] update-ref --stdin -z: Deprecate interpreting the empty string as zeros
` [PATCH v2 16/27] t1400: Test one mistake at a time
` [PATCH v2 17/27] update-ref --stdin: Improve the error message for unexpected EOF
` [PATCH v2 18/27] update-ref --stdin: Harmonize error messages
` [PATCH v2 19/27] refs: Add a concept of a reference transaction
` [PATCH v2 20/27] update-ref --stdin: Reimplement using reference transactions
` [PATCH v2 21/27] refs: Remove API function update_refs()
` [PATCH v2 22/27] struct ref_update: Rename field "ref_name" to "refname"
` [PATCH v2 23/27] struct ref_update: Store refname as a FLEX_ARRAY
` [PATCH v2 24/27] ref_transaction_commit(): Introduce temporary variables
` [PATCH v2 25/27] struct ref_update: Add a lock member
` [PATCH v2 26/27] struct ref_update: Add type field
` [PATCH v2 27/27] ref_transaction_commit(): Work with transaction->updates in place

[PATCH v4] rev-parse --parseopt: option argument name hints
 2014-03-24 17:52 UTC  (5+ messages)
` [PATCH 0/3] Parse-options: spell multi-word placeholders with dashes
  ` [PATCH 1/3] parse-options: multi-word argh should use dash to separate words
  ` [PATCH 2/3] update-index: teach --cacheinfo a new syntax "mode,sha1,path"
  ` [PATCH 3/3] parse-options: make sure argh string does not have SP or _

[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  (4+ messages)

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

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

[GUILT 00/28] Teach guilt import-commit how create legal patch names, and more
 2014-03-23 21:13 UTC  (9+ messages)
` [GUILT 04/28] Allow "guilt import-commit" to run from a dir which contains spaces
` [GUILT 06/28] Fix and simplify the do_get_patch function

Git-hooks pre-push script does not receive input on stdin
 2014-03-23 19:21 UTC  (3+ 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  (5+ messages)
` [PATCH 3/4] Fix misuses of "nor" in comments

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


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 NNTP newsgroup(s).