git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-18 13:56:55 to 2011-06-21 16:59:08 UTC [more...]

[PATCH 00/13] Sequencer with continuation features
 2011-06-21 16:58 UTC  (21+ messages)
` [PATCH 01/13] advice: Introduce error_resolve_conflict
` [PATCH 02/13] revert: Factor out add_message_to_msg function
` [PATCH 03/13] revert: Don't check lone argument in get_encoding
` [PATCH 04/13] revert: Propogate errors upwards from do_pick_commit
` [PATCH 05/13] revert: Eliminate global "commit" variable
` [PATCH 06/13] revert: Rename no_replay to record_origin
` [PATCH 07/13] revert: Introduce struct to keep command-line options
` [PATCH 08/13] revert: Separate cmdline parsing from functional code
` [PATCH 09/13] revert: Catch incompatible command-line options early
` [PATCH 10/13] revert: Persist data for continuation
` [PATCH 11/13] revert: Introduce a layer of indirection over pick_commits
` [PATCH 12/13] revert: Introduce skip-all to cleanup sequencer data
` [RFC PATCH 13/13] revert: Introduce --continue to continue the operation

[PATCH] stash: Add --clean option to stash and remove all untracked files
 2011-06-21 16:11 UTC  (7+ messages)

git-union-merge proposal
 2011-06-21 16:10 UTC  (4+ messages)

[PATCH 1/2] archive: factor out write phase of tar format
 2011-06-21 16:01 UTC  (11+ messages)
` [PATCH 2/2] archive: support gzipped tar files
        ` [RFC/PATCH 0/7] user-configurable git-archive output formats

Preserve merge changes with rebase -p
 2011-06-21 15:07 UTC  (3+ messages)

corrupted Git repository
 2011-06-21 14:59 UTC  (11+ messages)

git checkout running very slowly (>12s)
 2011-06-21 14:44 UTC  (7+ messages)

[GSoC update] Cooking --continue
 2011-06-21  7:27 UTC 

[RFC PATCH] revert: Introduce skip-all to cleanup sequencer data
 2011-06-21  6:48 UTC  (2+ messages)

[PATCH] gitweb: 'pickaxe' feature requires 'search' enabled
 2011-06-21  6:41 UTC  (2+ messages)
` [PATCH (amend)] gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabled

[GSoC update] Sequencer: Debating the UI
 2011-06-21  6:21 UTC  (5+ messages)

[PATCH 1/3] Add option to disable NORETURN
 2011-06-21  5:00 UTC  (20+ messages)
` [PATCH 2/3] Add a lot of dummy returns to avoid warnings with NO_NORETURN
` [PATCH 3/3] Add profile feedback build to git v2

POSIX woes in t7810.87: dash bash or bash dash?
 2011-06-21  0:21 UTC  (7+ messages)

[PATCH] Add explanation of the profile feedback build to the README
 2011-06-20 22:41 UTC 

pre-dcommit hook for 'git svn dcommit' ?
 2011-06-20 20:54 UTC  (2+ messages)

Copying Git repository from Linux to Windows
 2011-06-20 19:57 UTC  (5+ messages)

[PATCH v2 v2 00/20] remote-helper improvements
 2011-06-20 19:51 UTC  (34+ messages)
` [PATCH v2 01/20] transport-helper: fix minor leak in push_refs_with_export
` [PATCH v2 02/20] t5800: factor out some ref tests
` [PATCH v2 03/20] t5800: use skip_all instead of prereq
` [PATCH v2 04/20] t5800: document some non-functional parts of remote helpers
` [PATCH v2 05/20] teach remote-testgit to import non-HEAD refs
` [PATCH v2 06/20] transport-helper: don't feed bogus refs to export push
` [PATCH v2 07/20] git_remote_helpers: push all refs during a non-local export
` [PATCH v2 08/20] remote-curl: accept empty line as terminator
` [PATCH v2 09/20] git-remote-testgit: only push for non-local repositories
` [PATCH v2 10/20] git-remote-testgit: fix error handling
` [PATCH v2 11/20] fast-import: introduce 'done' command
` [PATCH v2 12/20] fast-export: support done feature
` [PATCH v2 13/20] transport-helper: factor out push_update_refs_status
` [PATCH v2 14/20] transport-helper: check status code of finish_command
` [PATCH v2 15/20] transport-helper: use the new done feature where possible
` [PATCH v2 16/20] transport-helper: update ref status after push with export
` [PATCH v2 17/20] transport-helper: change import semantics
` [PATCH v2 18/20] transport-helper: export is no longer always the last command
` [PATCH v2 19/20] transport-helper: Use capname for gitdir capability too
` [PATCH v2 20/20] transport-helper: implement marks location as capability

[PATCH 2/3] t1301-*.sh: Fix the 'forced modes' test on cygwin
 2011-06-20 19:31 UTC  (6+ messages)
    ` Re* "

[PATCH/RFC] branch: add optional parameter to -r to specify remote
 2011-06-20 19:12 UTC  (12+ messages)
              ` [PATCH] tag: accept multiple patterns for --list

Commit notes workflow
 2011-06-20 18:49 UTC  (20+ messages)
` [PATCH 0/6] Small notes usability improvements
  ` [PATCH 1/6] Bring notes.c template handling in line with commit.c
  ` [PATCH 2/6] Factorize shortening of notes refname for display
  ` [PATCH 3/6] Include name of notes ref in template when creating/editing notes
  ` [PATCH 4/6] Allow "git notes merge" to use refs/remote-notes/ as a source
  ` [PATCH 5/6] Assume a note ref starting with refs must not be prepended refs/notes/
  ` [PATCH 6/6] RFC - Notes merge: die when asked to merge a non-existent ref

[PATCH maint] fetch: Also fetch submodules in subdirectories in on-demand mode
 2011-06-20 18:18 UTC 

jk/maint-merge-rename-create [Was: Re: What's cooking in git.git (Jun 2011, #02; Sat, 11)]
 2011-06-20 16:08 UTC  (2+ messages)
` jk/maint-merge-rename-create

pushing a branch without merging
 2011-06-20 15:51 UTC  (4+ messages)

[PATCH/RFC] Move contents of libgit.a to lib subdirectory
 2011-06-20 14:55 UTC  (7+ messages)

git-svn clone repeatedly fetch revisions?
 2011-06-20 13:37 UTC 

Undo last commit?
 2011-06-20 12:08 UTC  (6+ messages)

git imap-send converting my patches to CRLF line endings?
 2011-06-20 10:40 UTC  (8+ messages)

[PATCH svn-fe 1/7] Remove redundant buffer_fdinit calls
 2011-06-20 10:12 UTC  (2+ messages)
  ` [PATCH svn-fe 5/7] Fix vcs-svn/fast_export reinit bugs

[PATCH] plug a few coverity-spotted leaks
 2011-06-20  7:40 UTC 

Fwd: git-new-workdir for Windows (#9)
 2011-06-20  5:50 UTC  (2+ messages)
    `  "

git svn fetch error
 2011-06-19 15:57 UTC  (3+ messages)

git merge failed to detect conflict
 2011-06-19 15:51 UTC 

help on importing
 2011-06-19 15:23 UTC  (2+ messages)

[ANNOUNCE] libgit2 v0.13.0
 2011-06-19 11:06 UTC 

[PATCH] builtin/gc.c: add missing newline in message
 2011-06-19  8:03 UTC 

[PATCH 1/3] help.c: Fix detection of custom merge strategy on cygwin
 2011-06-18 22:46 UTC  (4+ messages)

[PATCH] Interactive-rebase doesn't pick all children of "upstream"
 2011-06-18 22:13 UTC  (12+ messages)
` [PATCH v2] rebase -i -p: doesn't pick certain merge commits that are "
  ` [PATCH] "
                  ` [PATCH] rebase -i -p: include non-first-parent commits in todo list

http://feeds.feedburner.com/GitReleases
 2011-06-18 18:50 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).