git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-19 18:37:49 to 2013-03-21 21:03:53 UTC [more...]

[PATCH 0/4] drop some "int x = x" hacks to silence gcc warnings
 2013-03-21 21:02 UTC  (22+ 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

[PATCH] diff.c: diff.renamelimit => diff.renameLimit in message
 2013-03-21 20:43 UTC  (2+ messages)

git merge <tag> behavior
 2013-03-21 20:39 UTC  (13+ messages)
  ` [PATCH] Documentation: merging a tag is a special case

[PATCH v9 0/5] git log -L
 2013-03-21 19:05 UTC  (7+ 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  (19+ messages)
` [PATCH v1 39/45] parse_pathspec: make sure the prefix part is wildcard-free
` [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 11/45] parse_pathspec: support stripping submodule trailing slashes
  ` [PATCH v2 12/45] parse_pathspec: support stripping/checking submodule paths
  ` [PATCH v2 14/45] Guard against new pathspec magic in pathspec matching code
  ` [PATCH v2 27/45] Convert run_add_interactive to use struct pathspec
  ` [PATCH v2 39/45] parse_pathspec: make sure the prefix part is wildcard-free

[PATCH] Documentation: add a README file
 2013-03-21 17:39 UTC  (4+ messages)

[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 v3 1/4] difftool: silence uninitialized variable warning
 2013-03-21  7:41 UTC  (6+ messages)
` [PATCH 2/4] t7800: update copyright notice
  ` [PATCH v3 3/4] t7800: modernize tests

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

[PATCH v2 0/6] Support triangular workflows
 2013-03-20 23:04 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 6/6] remote.c: introduce branch.<name>.pushremote

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)

[BUG?] rebase -i: edit versus unmerged changes
 2013-03-20 20:45 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  (11+ messages)
` [PATCH v2 0/6] make pathless 'add [-u|-A]' warning less noisy
  ` [PATCH 1/6] t2200: check that "add -u" limits itself to subdirectory
  ` [PATCH 2/6] add: make pathless 'add [-u|-A]' warning a file-global function
  ` [PATCH 3/6] add: make warn_pathless_add() a no-op after first call
  ` [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 6/6] git add: -u/-A now affects the entire working tree

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

[PATCH] git-p4: support exclusively locked files
 2013-03-20 11:33 UTC  (4+ messages)

regression in multi-threaded git-pack-index
 2013-03-20  1:17 UTC  (5+ messages)

[Notice] The tip of 'next' rewound, 1st wave of topics graduated
 2013-03-19 23:31 UTC 

[RFC] test-lib.sh: No POSIXPERM for cygwin
 2013-03-19 21:10 UTC  (3+ messages)

[PATCH 1/2] require pathspec for "git add -u/-A"
 2013-03-19 20:34 UTC  (9+ messages)
` [PATCH 2/2] add: respect add.updateroot config option
  ` [PATCH 0/4] make pathless 'add [-u|-A]' warning less noisy
    ` [PATCH 3/4] add -u: only show pathless 'add -u' warning when changes exist outside cwd

git-code-review
 2013-03-19 20:22 UTC 


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