git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-20 13:55:03 to 2013-03-22 16:19:14 UTC [more...]

[PATCH 0/4] drop some "int x = x" hacks to silence gcc warnings
 2013-03-22 16:18 UTC  (24+ messages)
` [PATCH 1/4] wt-status: fix possible use of uninitialized variable
` [PATCH 2/4] fast-import: use pointer-to-pointer to keep list tail
` [PATCH 3/4] drop some obsolete "x = x" compiler warning hacks
` [PATCH 4/4] transport: drop "int cmp = cmp" hack
          ` [PATCH 5/4] fast-import: clarify "inline" logic in file_change_m
          ` [PATCH 6/4] run-command: always set failed_errno in start_command

git merge <tag> behavior
 2013-03-22 15:23 UTC  (25+ messages)
  ` [PATCH] Documentation: merging a tag is a special case
              ` [PATCH v2] "
    ` [PATCH] t7600: test merge configuration override
` [PATCH] t7600: merge tag shoud create a merge commit

[PATCH v2 0/6] Support triangular workflows
 2013-03-22 15:16 UTC  (29+ messages)
` [PATCH 1/6] remote.c: simplify a bit of code using git_config_string()
` [PATCH 2/6] t5516 (fetch-push): update test description
` [PATCH 3/6] t5516 (fetch-push): introduce mk_test_with_name()
` [PATCH 4/6] remote.c: introduce a way to have different remotes for fetch/push
` [PATCH 5/6] remote.c: introduce remote.pushdefault

[PATCH] Avoid false positives in label detection in cpp diff hunk header regex
 2013-03-22 15:02 UTC  (2+ messages)

[PATCH v3 0/6] Support triangular workflows
 2013-03-22 14:59 UTC  (13+ messages)
` [PATCH 1/6] remote.c: simplify a bit of code using git_config_string()
` [PATCH 2/6] t5516 (fetch-push): update test description
` [PATCH 3/6] t5516 (fetch-push): introduce mk_test_with_name()
` [PATCH 4/6] remote.c: introduce a way to have different remotes for fetch/push
` [PATCH 5/6] remote.c: introduce remote.pushdefault
` [PATCH 6/6] remote.c: introduce branch.<name>.pushremote

[PATCH 0/2] Fix a couple of minor things in pull test
 2013-03-22 12:31 UTC  (3+ messages)
` [PATCH 1/2] t5520 (pull): update test description
` [PATCH 2/2] t5520 (pull): use test_config where appropriate

[PATCH 0/3] Introduce pull.autostash
 2013-03-22 12:29 UTC  (4+ messages)
` [PATCH 1/3] git-pull.sh: prefer invoking "git <command>" over "git-<command>"
` [PATCH 2/3] t5521 (pull-options): use test_commit() where appropriate
` [PATCH 3/3] git-pull.sh: introduce --[no-]autostash and pull.autostash

[PATCH v3 1/4] difftool: silence uninitialized variable warning
 2013-03-22 11:53 UTC  (10+ messages)
` [PATCH 2/4] t7800: update copyright notice
  ` [PATCH v3 3/4] t7800: modernize tests

Hard reset of a subdirectory in a sparse checkout setting
 2013-03-22 10:28 UTC 

[BUG?] rebase -i: edit versus unmerged changes
 2013-03-22  8:23 UTC  (6+ messages)

What's cooking in git.git (Mar 2013, #06; Thu, 21)
 2013-03-22  0:11 UTC  (2+ messages)

[PATCH] Correct the docs about GIT_SSH
 2013-03-21 23:06 UTC 

[PATCH] diff.c: diff.renamelimit => diff.renameLimit in message
 2013-03-21 22:14 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] Documentation: add a README file
 2013-03-21 22:09 UTC  (8+ messages)

[PATCH v9 0/5] git log -L
 2013-03-21 21:11 UTC  (8+ messages)
` [PATCH v9 1/5] Refactor parse_loc
` [PATCH v9 2/5] Export rewrite_parents() for 'log -L'
` [PATCH v9 3/5] Implement line-history search (git log -L)
` [PATCH v9 4/5] log -L: :pattern:file syntax to find by funcname
` [PATCH v9 5/5] Speed up log -L... -M

[PATCH v1 00/45] nd/parse-pathspec and :(glob) pathspec magic
 2013-03-21 17:50 UTC  (11+ messages)
` [PATCH v2 00/45] parse_pathspec and :(glob) magic
  ` [PATCH v2 06/45] Add parse_pathspec() that converts cmdline args to struct pathspec
  ` [PATCH v2 14/45] Guard against new pathspec magic in pathspec matching code

[PATCH] git-send-email.perl: implement suggestions made by perlcritic
 2013-03-21 16:51 UTC  (3+ messages)

Git on Mac OS and precomposed unicode
 2013-03-21 16:30 UTC  (2+ messages)

[PATCH jk/pkt-line-cleanup] t5700-clone-reference: send trace to fd 2, not 3, to please Windows git
 2013-03-21 15:04 UTC  (11+ messages)
        ` [PATCH] do not use GIT_TRACE_PACKET=3 in tests

[RFC] Add posibility to preload stat information
 2013-03-21 14:44 UTC  (12+ messages)

Which file is older in history?
 2013-03-21 13:26 UTC  (7+ messages)

[PATCH] Run git status in the background
 2013-03-21 12:29 UTC 

[BUG] git send-email and SSL_verify_mode
 2013-03-21  9:48 UTC 

Bug? git show behaves incorrectly when called on a stash object
 2013-03-21  8:10 UTC  (3+ messages)

[PATCH jk/checkout-attribute-lookup] t2003: work around path mangling issue on Windows
 2013-03-21  6:46 UTC  (3+ messages)

gitk says "file name too long"
 2013-03-21  6:39 UTC  (2+ messages)

[PATCH] git-am: fix "Applying" message when applypatch-hook was run
 2013-03-21  2:40 UTC  (4+ messages)

FW: Windows. Git, and Dedupe
 2013-03-20 21:45 UTC  (6+ messages)

[PATCH] t3200 (branch): modernize style
 2013-03-20 21:34 UTC  (5+ messages)

[PATCH] t7811 (grep-open): remove test_config() redefinition
 2013-03-20 19:59 UTC  (5+ messages)
` [PATCH] t: don't redefine test_config() in various places

regression in multi-threaded git-pack-index
 2013-03-20 19:14 UTC  (9+ messages)
` [PATCH] index-pack: always zero-initialize object_entry list
        ` [PATCH v2] "

USE_NSEC bug?
 2013-03-20 19:00 UTC  (9+ messages)

regression in multi-threaded git-pack-index
 2013-03-20 16:47 UTC  (3+ messages)
` [PATCH] sha1_file: remove recursion in packed_object_info

[PATCH 0/2] "git add -u/-A" from future
 2013-03-20 15:30 UTC  (6+ messages)
` [PATCH v2 0/6] make pathless 'add [-u|-A]' warning less noisy
  ` [PATCH 4/6] add -u: only show pathless 'add -u' warning when changes exist outside cwd
  ` [PATCH 5/6] add -A: only show pathless 'add -A' "

[PATCH v2 0/4] nd/branch-show-rebase-bisect-state updates
 2013-03-20 14:37 UTC  (5+ messages)
` [PATCH v3 0/5] "

[PATCH] push: Alias pushurl from push rewrites
 2013-03-20 14:35 UTC  (7+ messages)

git branch based hook desigh
 2013-03-20 13:46 UTC  (2+ 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).