git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-12 21:48:13 to 2013-03-15 06:26:59 UTC [more...]

[PATCH v1 00/45] nd/parse-pathspec and :(glob) pathspec magic
 2013-03-15  6:06 UTC  (23+ messages)
` [PATCH v1 01/45] setup.c: check that the pathspec magic ends with ")"
` [PATCH v1 02/45] clean: remove unused variable "seen"
` [PATCH v1 03/45] Move struct pathspec and related functions to pathspec.[ch]
` [PATCH v1 04/45] pathspec: i18n-ize error strings in pathspec parsing code
` [PATCH v1 05/45] pathspec: add copy_pathspec
` [PATCH v1 06/45] Add parse_pathspec() that converts cmdline args to struct pathspec
` [PATCH v1 07/45] parse_pathspec: save original pathspec for reporting
` [PATCH v1 08/45] parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL}
` [PATCH v1 09/45] Convert some get_pathspec() calls to parse_pathspec()
` [PATCH v1 10/45] parse_pathspec: a special flag for max_depth feature
` [PATCH v1 11/45] parse_pathspec: support stripping submodule trailing slashes
` [PATCH v1 12/45] parse_pathspec: support stripping/checking submodule paths
` [PATCH v1 13/45] parse_pathspec: support prefixing original patterns
` [PATCH v1 14/45] Guard against new pathspec magic in pathspec matching code
` [PATCH v1 15/45] clean: convert to use parse_pathspec
` [PATCH v1 16/45] commit: "
` [PATCH v1 17/45] status: "
` [PATCH v1 18/45] rerere: "
` [PATCH v1 19/45] checkout: "
` [PATCH v1 20/45] rm: "
` [PATCH v1 21/45] ls-files: "
` [PATCH v1 22/45] archive: "

[RFD] Combine diff improvements
 2013-03-15  5:54 UTC  (3+ messages)

Tag peeling peculiarities
 2013-03-15  5:12 UTC  (11+ messages)

[PATCH] pull: Apply -q and -v options to rebase mode as well
 2013-03-15  2:26 UTC 

[ANN] git-arr 0.11
 2013-03-15  1:16 UTC  (4+ messages)

Delivery Status Notification (Failure)
 2013-03-14 23:36 UTC  (3+ messages)

[PATCH/RFC] http_init: only initialize SSL for https
 2013-03-14 23:00 UTC  (11+ messages)
  `  "

difftool -d symlinks, under what conditions
 2013-03-14 22:31 UTC  (47+ messages)
                                      ` [PATCH 0/2] difftool --dir-diff: symlink all files matching the working tree
                                        ` [PATCH 1/2] git-difftool(1): fix formatting of --symlink description
                                        ` [PATCH 2/2] difftool --dir-diff: symlink all files matching the working tree
                                        ` [PATCH v2 0/3] "
                                          ` [PATCH v2 1/3] git-difftool(1): fix formatting of --symlink description
                                          ` [PATCH v2 2/3] difftool: avoid double slashes in symlink targets
                                          ` [PATCH v2 3/3] difftool --dir-diff: symlink all files matching the working tree
                                    ` [PATCH 0/2] checkout-index: fix .gitattributes handling with --prefix
                                      ` [PATCH 1/2] t2003: modernize style
                                      ` [PATCH 2/2] entry: fix filter lookup
        ` [PATCH] difftool: Make directory diff symlink work tree

[PATCH] Allow combined diff to ignore white-spaces
 2013-03-14 21:43 UTC  (9+ messages)
      ` [PATCH v3] "

git merge problem
 2013-03-14 19:27 UTC 

[PATCH 0/2] Improve P4Merge mergetool invocation
 2013-03-14 17:39 UTC  (11+ messages)
` [PATCH v3 1/3] mergetools/p4merge: swap LOCAL and REMOTE
  ` [PATCH v3 2/3] mergetools/p4merge: create a base if none available
  ` [PATCH v3 3/3] git-merge-one-file: revise merge error reporting

[PATCH] Make core.sharedRepository work under cygwin 1.7
 2013-03-14 16:01 UTC 

[PATCH v2] git-tag: Allow --points-at syntax to create a tag pointing to specified commit
 2013-03-14 15:48 UTC  (4+ messages)

inotify to minimize stat() calls
 2013-03-14 15:05 UTC  (6+ messages)
` [PATCH] status: hint the user about -uno if read_directory takes too long

[PATCH 0/3] Trivial (and small) exclude optimizations
 2013-03-14 13:05 UTC  (16+ messages)
` [PATCH v2 0/6] Exclude optimizations
  ` [PATCH v2 3/6] match_basename: use strncmp instead of strcmp
  ` [PATCH v3 00/13] Exclude optimizations
    ` [PATCH v3 04/13] match_basename: use strncmp instead of strcmp
    ` [PATCH v3 05/13] match_{base,path}name: replace strncmp_icase with memequal_icase
    ` [PATCH v3 09/13] exclude: filter out patterns not applicable to the current directory

[PATCH 0/2] "git add -u/-A" from future
 2013-03-14 12:39 UTC  (15+ messages)
` [PATCH 1/2] require pathspec for "git add -u/-A"
          ` [PATCH 1/2] t2200: check that "add -u" limits itself to subdirectory
          ` [PATCH 2/2] add: respect add.updateroot config option

[PATCH] git-tag: Allow --points-at syntax to create a tag pointing to specified commit
 2013-03-14 12:30 UTC 

Fwd: Bug: git web--browse doesn't recognise browser on OS X
 2013-03-14 11:39 UTC 

[RFC/PATCH] Documentation/technical/api-fswatch.txt: start with outline
 2013-03-14 10:58 UTC  (6+ messages)

[PATCH v2 0/4] allow more sources for config values
 2013-03-14  7:39 UTC  (13+ messages)
` [PATCH v2 1/4] config: factor out config file stack management
` [PATCH v2 4/4] teach config parsing to read from strbuf

[PATCH/RFC] Changing submodule foreach --recursive to be depth-first, --parent option to execute command in supermodule as well
 2013-03-14  6:30 UTC  (12+ messages)

[PATCH 0/4] contrib/subtree: general updates
 2013-03-14  3:30 UTC  (9+ messages)
` [PATCH 1/4] contrib/subtree: Teach push to abort if split fails
` [PATCH 2/4] contrib/subtree: Teach push to use --force option
` [PATCH 3/4] contrib/subtree: Fix typo (s/incldued/included/)
` [PATCH 4/4] contrib/subtree: Replace invisible carriage return with a visible \r
    ` [PATCH] "

[PATCH] setup.c: Remove duplicate code from prefix_pathspec()
 2013-03-14  0:24 UTC 

Suggestion for difftool behaviour during a merge conflict
 2013-03-13 22:26 UTC  (2+ messages)

Deletion of git repo causes incorrect block count on HFS+ case-sensitive
 2013-03-13 22:14 UTC  (2+ messages)

Rename conflicts in the index
 2013-03-13 20:44 UTC  (3+ messages)

What's cooking in git.git (Mar 2013, #04; Wed, 13)
 2013-03-13 20:27 UTC 

A note from the maintainer
 2013-03-13 20:26 UTC 

[ANNOUNCE] Git v1.8.2
 2013-03-13 20:26 UTC 

[PATCH] git-p4: support exclusively locked files
 2013-03-13 17:51 UTC 

git-am and CRLF
 2013-03-13 17:46 UTC  (3+ messages)

[PATCH v2 0/4] nd/branch-show-rebase-bisect-state updates
 2013-03-13 16:25 UTC  (9+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] wt-status: move strbuf into read_and_strip_branch()
  ` [PATCH v3 2/5] wt-status: split wt_status_state parsing function out
  ` [PATCH v3 3/5] wt-status: move wt_status_get_state() out to wt_status_print()
  ` [PATCH v3 4/5] status: show more info than "currently not on any branch"
  ` [PATCH v3 5/5] branch: show more information when HEAD is detached

[PATCH 0/2] git subtree: properly handle remote refs
 2013-03-13 16:17 UTC  (3+ messages)
` [PATCH 1/2] git-subtree: make sure the SHA saved as ancestor is a commit
` [PATCH 2/2] git-subtree: use ls-remote to check the refspec passed to pull and add

[PATCH v8 0/5] git log -L
 2013-03-13 16:05 UTC  (6+ messages)
` [PATCH v8 2/5] blame: introduce $ as "end of file" in -L syntax

[PATCH] difftool: Make directory diff symlink working tree
 2013-03-13 16:01 UTC  (2+ messages)

[PATCH] tag: --force is quiet about new tags
 2013-03-13  9:16 UTC  (4+ messages)

linux-next: unneeded merge in the security tree
 2013-03-13  3:17 UTC  (8+ messages)

[PATCH 14/19] Document pull-all and push-all
 2013-03-13  0:13 UTC  (3+ messages)

Questions/investigations on git-subtree and tags
 2013-03-12 23:57 UTC  (3+ messages)

linux-next: unneeded merge in the security tree
 2013-03-12 21:30 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).