git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-08-03 13:24:27 to 2011-08-04 22:49:26 UTC [more...]

[RFC/PATCHv2 0/6] generation numbers for faster traversals
 2011-08-04 22:49 UTC  (14+ messages)
` [RFC/PATCHv2 1/6] decorate: allow storing values instead of pointers
          ` [RFC/PATCH 0/5] macro-based key/value maps
            ` [PATCH 1/5] implement generic key/value map
            ` [PATCH 2/5] fast-export: use object to uint32 map instead of "decorate"
            ` [PATCH 3/5] decorate: use "map" for the underlying implementation
            ` [PATCH 4/5] map: implement persistent maps
            ` [PATCH 5/5] implement metadata cache subsystem
            ` [RFC/PATCH 0/2] patch-id caching
              ` [PATCH 1/2] cherry: read default config

tracking submodules out of main directory
 2011-08-04 20:05 UTC  (23+ messages)

[PATCH] rebase -i: fix has_action
 2011-08-04 19:34 UTC  (3+ messages)

[PATCH 00/48] Handling more corner cases in merge-recursive.c
 2011-08-04 19:16 UTC  (7+ messages)

BUG?: git diff with 3 args consults work tree when it shouldn't
 2011-08-04 18:58 UTC  (3+ messages)
` Re* "
  ` [PATCH] diff -c/--cc: do not mistake "resolved as deletion" as "use working tree"

(unknown)
 2011-08-04 18:33 UTC  (3+ messages)
` git-archive's wrong documentation: really write pax rather than tar

git-fast-export is returning streams with source code inside
 2011-08-04 18:32 UTC  (4+ messages)

git-archive's wrong documentation: really write pax rather than tar
 2011-08-04 17:39 UTC  (8+ messages)

Branch dependencies
 2011-08-04 17:38 UTC  (4+ messages)

[PATCH] Tolerate zlib deflation with window size < 32Kb
 2011-08-04 17:11 UTC  (5+ messages)

[RFC 0/6] git-check-attr should work for relative paths
 2011-08-04 17:05 UTC  (7+ messages)
` [RFC 4/6] git-check-attr: Normalize paths

gitweb highligh generate illegal char when the content had utf-8 chars
 2011-08-04 15:52 UTC  (5+ messages)
      ` [PATCH] fix gitweb syntax highlight utf-8 encode bug

Cleaning up history with git rebase
 2011-08-04 14:35 UTC  (9+ messages)

[PATCH v17 0/7] bisect: Add support for --no-checkout option
 2011-08-04 12:01 UTC  (8+ messages)
` [PATCH v17 1/7] bisect: move argument parsing before state modification
` [PATCH v17 2/7] bisect: use && to connect statements that are deferred with eval
` [PATCH v17 3/7] bisect: add tests to document expected behaviour in presence of broken trees
` [PATCH v17 4/7] bisect: introduce support for --no-checkout option
` [PATCH v17 5/7] bisect: introduce --no-checkout support into porcelain
` [PATCH v17 6/7] bisect: add tests for the --no-checkout option
` [PATCH v17 7/7] bisect: add documentation for "

What's cooking in git.git (Aug 2011, #01; Wed, 3)
 2011-08-04 10:57 UTC  (3+ messages)

[PATCH 00/18] Sequencer for inclusion v6
 2011-08-04 10:39 UTC  (19+ messages)
` [PATCH 01/18] advice: Introduce error_resolve_conflict
` [PATCH 02/18] config: Introduce functions to write non-standard file
` [PATCH 03/18] revert: Simplify and inline add_message_to_msg
` [PATCH 04/18] revert: Don't check lone argument in get_encoding
` [PATCH 05/18] revert: Rename no_replay to record_origin
` [PATCH 06/18] revert: Eliminate global "commit" variable
` [PATCH 07/18] revert: Introduce struct to keep command-line options
` [PATCH 08/18] revert: Separate cmdline parsing from functional code
` [PATCH 09/18] revert: Don't create invalid replay_opts in parse_args
` [PATCH 10/18] revert: Save data for continuing after conflict resolution
` [PATCH 11/18] revert: Save command-line options for continuing operation
` [PATCH 12/18] revert: Make pick_commits functionally act on a commit list
` [PATCH 13/18] revert: Introduce --reset to remove sequencer state
` [PATCH 14/18] reset: Make reset remove the "
` [PATCH 15/18] revert: Remove sequencer state when no commits are pending
` [PATCH 16/18] revert: Don't implicitly stomp pending sequencer operation
` [PATCH 17/18] revert: Introduce --continue to continue the operation
` [PATCH 18/18] revert: Propagate errors upwards from do_pick_commit

[PATCH v5 00/18] Sequencer for inclusion
 2011-08-04 10:02 UTC  (15+ messages)
` [PATCH 09/18] revert: Don't create invalid replay_opts in parse_args
` [PATCH 11/18] revert: Save command-line options for continuing operation
` [PATCH 17/18] revert: Introduce --continue to continue the operation

[ANNOUNCE/RFC] cj-git-patchtool: a "rebase -i" with more interaction
 2011-08-04  6:02 UTC  (3+ messages)

[PATCH v2 0/6] git-check-attr should work for relative paths
 2011-08-04  4:47 UTC  (7+ messages)
` [PATCH v2 1/6] git-check-attr: test that no output is written to stderr
` [PATCH v2 2/6] git-check-attr: Demonstrate problems with unnormalized paths
` [PATCH v2 3/6] git-check-attr: Demonstrate problems with relative paths
` [PATCH v2 4/6] git-check-attr: Normalize paths
` [PATCH v2 5/6] test-path-utils: Add subcommand "absolute_path"
` [PATCH v2 6/6] test-path-utils: Add subcommand "prefix_path"

[PATCH v3 00/23] Add --all option to git-check-attr
 2011-08-04  4:36 UTC  (24+ messages)
` [PATCH v3 01/23] doc: Add a link from gitattributes(5) to git-check-attr(1)
` [PATCH v3 02/23] doc: Correct git_attr() calls in example code
` [PATCH v3 03/23] Remove anachronism from comment
` [PATCH v3 04/23] Disallow the empty string as an attribute name
` [PATCH v3 05/23] git-check-attr: Add missing "&&"
` [PATCH v3 06/23] git-check-attr: Add tests of command-line parsing
` [PATCH v3 07/23] Provide access to the name attribute of git_attr
` [PATCH v3 08/23] git-check-attr: Use git_attr_name()
` [PATCH v3 09/23] Teach prepare_attr_stack() to figure out dirlen itself
` [PATCH v3 10/23] Extract a function collect_all_attrs()
` [PATCH v3 11/23] Remove redundant call to bootstrap_attr_stack()
` [PATCH v3 12/23] Remove redundant check
` [PATCH v3 13/23] Allow querying all attributes on a file
` [PATCH v3 14/23] git-check-attr: Extract a function output_attr()
` [PATCH v3 15/23] git-check-attr: Introduce a new variable
` [PATCH v3 16/23] git-check-attr: Extract a function error_with_usage()
` [PATCH v3 17/23] git-check-attr: Handle each error separately
` [PATCH v3 18/23] git-check-attr: Process command-line args more systematically
` [PATCH v3 19/23] git-check-attr: Error out if no pathnames are specified
` [PATCH v3 20/23] git-check-attr: Add an --all option to show all attributes
` [PATCH v3 21/23] git-check-attr: Drive two tests using the same raw data
` [PATCH v3 22/23] git-check-attr: Fix command-line handling to match docs
` [PATCH v3 23/23] Rename git_checkattr() to git_check_attr()

[RFC] branch: list branches by single remote
 2011-08-04  4:06 UTC  (2+ messages)

Storing additional information in commit headers
 2011-08-04  3:41 UTC  (10+ messages)
            ` per-ref data storage (was: Storing additional information in commit headers)

[PATCH] Add option hooks.emaildiff to include full diff in post-receive-email
 2011-08-04  3:36 UTC  (3+ messages)
  ` [PATCH] Add option hooks.diffopts to customize change summary "

[PATCH v2 00/19] Add --all option to git-check-attr
 2011-08-04  3:20 UTC  (7+ messages)
` [PATCH v2 09/19] Allow querying all attributes on a file
` [PATCH v2 19/19] Rename struct git_attr_check to git_attr_value

Why isn't there a hook for all operations that update the working tree?
 2011-08-04  2:06 UTC  (3+ messages)

[PATCH v16 0/7] bisect: Add support for --no-checkout option
 2011-08-04  0:43 UTC  (10+ messages)
` [PATCH v16 1/7] bisect: move argument parsing before state modification
` [PATCH v16 2/7] bisect: use && to connect statements that are deferred with eval
` [PATCH v16 3/7] bisect: add tests to document expected behaviour in presence of broken trees
` [PATCH v16 4/7] bisect: introduce support for --no-checkout option
` [PATCH v16 5/7] bisect: introduce --no-checkout support into porcelain
` [PATCH v16 6/7] bisect: add tests for the --no-checkout option
` [PATCH v16 7/7] bisect: add documentation for "

[PATCH 0/2] Clarify semantics of git attribute macros
 2011-08-03 22:40 UTC  (7+ messages)
` [PATCH 1/2] gitattributes: Clarify discussion of "
` [PATCH 2/2] gitattributes: Reword "attribute macro" to "macro attribute"

[PATCH 0/6] rebase: command "ref" and options --rewrite-{refs,heads,tags}
 2011-08-03 22:31 UTC  (5+ messages)
    ` Fwd: "

Possible bug
 2011-08-03 22:07 UTC  (10+ messages)
` [RFC/PATCH] commit: allow partial commits with relative paths
  ` [PATCH] "
          ` [PATCH v2] "

[PATCH v14 0/8] bisect: Add support for --no-checkout option
 2011-08-03 21:45 UTC  (10+ messages)
` [PATCH v14 5/8] bisect: introduce --no-checkout support into porcelain

[PATCH v15 0/7] bisect: Add support for --no-checkout option
 2011-08-03 21:37 UTC  (12+ messages)
` [PATCH v15 1/7] bisect: move argument parsing before state modification
` [PATCH v15 2/7] bisect: use && to connect statements that are deferred with eval
` [PATCH v15 3/7] bisect: add tests to document expected behaviour in presence of broken trees
` [PATCH v15 4/7] bisect: introduce support for --no-checkout option
` [PATCH v15 5/7] bisect: introduce --no-checkout support into porcelain
` [PATCH v15 6/7] bisect: add tests for the --no-checkout option
` [PATCH v15 7/7] bisect: add documentation for "

git clone does not checkout active branch
 2011-08-03 20:04 UTC  (2+ messages)

[PATCH v13 0/8] bisect: Add support for --no-checkout option
 2011-08-03 19:41 UTC  (9+ messages)
` [PATCH v13 5/8] bisect: introduce --no-checkout support into porcelain

Strange O(N^3) behavior in "git filter-branch"
 2011-08-03 19:37 UTC  (5+ messages)

[PATCH] add technical documentation about ref iteration
 2011-08-03 19:10 UTC  (2+ messages)

Why do some commits not appear in "git log"?
 2011-08-03 18:57 UTC  (4+ messages)

[PATCH 1/2] Diff patterns for POSIX shells
 2011-08-03 18:53 UTC  (4+ messages)
` [PATCH 1bis/2] "

[PATCH 0/5] fast-export: prepare for remote helpers awesomeness
 2011-08-03 18:12 UTC  (6+ messages)
` [PATCH 3/5] setup_revisions: remember whether a ref was positive or not

[PATCH] add gitignore entry to description about how to write a builtin
 2011-08-03 18:06 UTC 

[PATCH 00/18] Sequencer for inclusion v4
 2011-08-03 17:59 UTC  (7+ messages)
` [PATCH 17/18] revert: Introduce --continue to continue the operation

[RFC] Questions for "Git User's Survey 2011"
 2011-08-03 17:40 UTC  (3+ messages)

[PATCH] For Real - Fixed pluralization in diff reports
 2011-08-03 16:52 UTC  (5+ messages)

[PATCH] git-am: ignore leading whitespace before patch
 2011-08-03 13:33 UTC  (5+ messages)


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