git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-07-12 17:03:13 to 2011-07-14 18:54:14 UTC [more...]

[RFC/PATCHv2 0/6] generation numbers for faster traversals
 2011-07-14 18:54 UTC  (30+ messages)
` [RFC/PATCHv2 1/6] decorate: allow storing values instead of pointers
        ` [PATCH 1/3] implement generic key/value map
        ` [PATCH 2/3] fast-export: use object to uint32 map instead of "decorate"
        ` [PATCH 3/3] decorate: use "map" for the underlying implementation
` [RFC/PATCHv2 2/6] add metadata-cache infrastructure
` [RFC/PATCHv2 3/6] commit: add commit_generation function
` [RFC/PATCHv2 4/6] pretty: support %G to show the generation number of a commit
` [RFC/PATCHv2 5/6] check commit generation cache validity against grafts
` [RFC/PATCHv2 6/6] limit "contains" traversals based on commit generation

Git commit generation numbers
 2011-07-14 18:52 UTC  (4+ messages)

[PATCH] Add a 'generation' number to commits
 2011-07-14 18:34 UTC 

[PATCH] git-submodule: Remove duplicate entries during merge with conflict
 2011-07-14 18:33 UTC  (2+ messages)

[PATCH] Fix config_file file leak
 2011-07-14 18:29 UTC  (2+ messages)

git-archive and tar options
 2011-07-14 18:18 UTC  (7+ messages)

Integrating GIT with Project Management Systems
 2011-07-14 17:47 UTC  (3+ messages)

rerere affects handling of git-stash-pop merge conflicts
 2011-07-14 17:09 UTC 

[RFC/PATCH 0/5] generation numbers for faster traversals
 2011-07-14 16:26 UTC  (22+ messages)
` [PATCH 2/5] add object-cache infrastructure

Nesting a submodule inside of another
 2011-07-14 14:33 UTC  (10+ messages)

[Wishlist] could git tell which password it is asking when asking a password
 2011-07-14 15:00 UTC  (4+ messages)
  ` encrypted netrc for Git (was: [Wishlist] could git tell which password it is asking when asking a password.)

git push vs. slow connection times - local commit resolution is too late
 2011-07-14 13:22 UTC 

git with detached worktrees , push has no effect
 2011-07-14 12:49 UTC  (2+ messages)

How to force git to use authentication as author
 2011-07-14 12:44 UTC  (14+ messages)

How to provide authentication along with git command itself ?
 2011-07-14 11:12 UTC  (6+ messages)

Strange O(N^3) behavior in "git filter-branch"
 2011-07-14  9:24 UTC  (2+ messages)

What's cooking in git.git (Jul 2011, #02; Wed, 13)
 2011-07-14  6:01 UTC 

reproducible unexpected behavior for 'git reset'
 2011-07-14  6:01 UTC  (4+ messages)

Coming from SVN world - need help
 2011-07-14  6:08 UTC  (4+ messages)

[PATCH v3] git-rebase.txt: clarify that --abort checks out <branch>
 2011-07-14  3:47 UTC  (2+ messages)
` [PATCH v4] rebase: clarify "restore the original branch"

[ANNOUNCE] libgit2 v0.14.0 "watermelon wheat"
 2011-07-14  1:34 UTC 

[PATCH] Do not log unless all connect() attempts fail
 2011-07-13 23:43 UTC  (6+ messages)

What's cooking in git.git (Jul 2011, #01; Wed, 6)
 2011-07-13 23:39 UTC  (3+ messages)

With errno fix: [PATCH] Do not log unless all connect() attempts fail
 2011-07-13 22:38 UTC  (4+ messages)

[PATCH 00/48] Handling more corner cases in merge-recursive.c
 2011-07-13 20:34 UTC  (8+ messages)
` [PATCH 22/48] merge-recursive: Fix sorting order and directory change assumptions
` [PATCH 26/48] merge-recursive: Allow make_room_for_path() to remove D/F entries

[GSoC update] Sequencer for inclusion
 2011-07-13 19:07 UTC  (49+ messages)
` [PATCH 02/17] revert: Inline add_message_to_msg function
` [PATCH 03/17] revert: Don't check lone argument in get_encoding
` [PATCH 04/17] revert: Rename no_replay to record_origin
` [PATCH 05/17] revert: Propogate errors upwards from do_pick_commit
` [PATCH 06/17] revert: Eliminate global "commit" variable
` [PATCH 07/17] revert: Introduce struct to keep command-line options
` [PATCH 08/17] revert: Separate cmdline parsing from functional code
` [PATCH 09/17] revert: Don't create invalid replay_opts in parse_args
` [PATCH 10/17] sequencer: Announce sequencer state location
` [PATCH 11/17] revert: Save data for continuing after conflict resolution
` [PATCH 12/17] revert: Save command-line options for continuing operation
` [PATCH 13/17] revert: Introduce a layer of indirection over pick_commits
` [PATCH 14/17] reset: Make hard reset remove the sequencer state
` [PATCH 16/17] revert: Introduce --reset to remove "
` [PATCH 17/17] revert: Introduce --continue to continue the operation

[PATCH 0/3] doc/{fast-import,remote-helpers}: few clarifications
 2011-07-13 18:10 UTC  (11+ messages)
` [PATCH 2/3] doc/fast-import: document feature import-marks-if-exists
` [PATCH 3/3] doc/remote-helpers: document the gitdir feature
` [PATCH v2 1/3] doc/fast-import: clarify notemodify command
` [PATCH v2 2/3] doc/fast-import: document feature import-marks-if-exists
` [PATCH v2 3/3] remote-helpers: export GIT_DIR variable to helpers

[RFC/PATCH 0/3] teach --histogram to diff
 2011-07-13 16:36 UTC  (8+ messages)
` [RFC/PATCH 1/3] "

Multiple projects with Gitweb
 2011-07-13 16:20 UTC  (4+ messages)
  ` Multiple projects with gitweb

[GSoC'11] [PATCH/RFC v2 0/9] remote-svn-alpha updates
 2011-07-13 15:26 UTC  (10+ messages)
` [PATCH v2 1/9] svn-fe: use svnrdump --quiet in remote-svn-alpha
` [PATCH v2 2/9] svn-fe: avoid error on no-op imports "
` [PATCH v2 3/9] svn-fe: allow svnadmin instead of svnrdump "
` [PATCH v2 4/9] svn-fe: add a test for remote-svn-alpha
` [PATCH v2 5/9] svn-fe: use svn-fe --no-progress in remote-svn-alpha
` [PATCH v2 6/9] svn-fe: use proper refspec "
` [PATCH v2 7/9] svn-fe: write svnrev notes "
` [PATCH v2 8/9] svn-fe: import incrementally in svn-remote-alpha
` [PATCH v2 9/9] svn-fe: reuse import-marks in remote-svn-alpha

[PATCH v2 00/11] vcs-svn,svn-fe add a couple of options
 2011-07-13 12:21 UTC  (12+ messages)
` [PATCH v2 01/11] svn-fe: add man target to Makefile
` [PATCH v2 02/11] test-svn-fe: use parse-options
` [PATCH v2 03/11] svn-fe: add EXTLIBS needed for parse-options
` [PATCH v2 04/11] svn-fe: add usage and unpositional arguments versions
` [PATCH v2 05/11] vcs-svn: move url parameter from _read to _init
` [PATCH v2 06/11] vcs-svn: move commit parameters logic to svndump.c
` [PATCH v2 07/11] vcs-svn,svn-fe: allow to specify dump destination ref
` [PATCH v2 08/11] vcs-svn,svn-fe: convert REPORT_FILENO to an option
` [PATCH v2 09/11] vcs-svn,svn-fe: allow to disable 'progress' lines
` [PATCH v2 10/11] vcs-svn,svn-fe: add --incremental option
` [PATCH v2 11/11] vcs-svn,svn-fe: add an option to write svnrev notes

Resend: [PATCH] Do not log unless all connect() attempts fail
 2011-07-13  9:26 UTC  (3+ messages)

[RFC] control, what refs are honored by core.logAllRefUpdates
 2011-07-13  8:59 UTC  (7+ messages)

gitk: make "touching paths" search support backslashes
 2011-07-13  8:30 UTC 

git-p4, RCS keywords
 2011-07-12 21:24 UTC  (2+ messages)

Tracking changes in git with a change number
 2011-07-12 21:28 UTC  (3+ messages)

repository in different directories
 2011-07-12 19:29 UTC  (3+ messages)

[ANNOUNCEMENT] two new tools in InterfacesFrontendsAndTools
 2011-07-12 19:36 UTC 

Naming Conventions for Branches
 2011-07-12 18:24 UTC 

[PATCH] Documentation: clearly specify what refs are honored by core.logAllRefUpdates
 2011-07-12 17:03 UTC  (3+ 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).