git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-11-30 13:06:22 to 2009-12-02 02:32:49 UTC [more...]

[PATCH v2] Add an option for using any HTTP authentication scheme, not only basic
 2009-12-02  2:32 UTC  (18+ messages)
` [PATCH] "
  ` [PATCH] Use the best HTTP authentication method supported by the server
    ` HTTP NTLM Authentication
      ` [PATCH 0/2] http: allow multi-pass authentication
          ` [PATCH/RFC] Allow curl to rewind the RPC read buffer
          ` [PATCH/RFC] Allow curl to rewind the RPC read buffer at any time

[PATCH v2] Add --track option to git clone
 2009-12-02  2:08 UTC  (4+ messages)
` [PATCH v2 1/2] Teach clone to clone just one remote branch using --track
` [PATCH v2 2/2] Documentation: Add --track option to the git clone manpage

[RFC/PATCHv9 00/11] git notes
 2009-12-02  2:09 UTC  (12+ messages)
` [RFC/PATCHv9 01/11] fast-import: Proper notes tree manipulation
` [RFC/PATCHv9 02/11] Rename t9301 to t9350, to make room for more fast-import tests
` [RFC/PATCHv9 03/11] Add more testcases to test fast-import of notes
` [RFC/PATCHv9 04/11] Minor style fixes to notes.c
` [RFC/PATCHv9 05/11] Notes API: get_commit_notes() -> format_note() + remove the commit restriction
` [RFC/PATCHv9 06/11] Notes API: init_notes(): Initialize the notes tree from the given notes ref
` [RFC/PATCHv9 07/11] Notes API: add_note(): Add note objects to the internal notes tree structure
` [RFC/PATCHv9 08/11] Notes API: get_note(): Return the note annotating the given object
` [RFC/PATCHv9 09/11] Notes API: for_each_note(): Traverse the entire notes tree with a callback
` [RFC/PATCHv9 10/11] Notes API: Allow multiple concurrent notes trees with new struct notes_tree
` [RFC/PATCHv9 11/11] Refactor notes concatenation into a flexible interface for combining notes

"git merge" merges too much!
 2009-12-02  2:09 UTC  (22+ messages)
          ` multiple working directories for long-running builds (was: "git merge" merges too much!)
                  ` multiple working directories for long-running builds

[PATCH] Fixed typo
 2009-12-02  1:35 UTC 

[StGit PATCH v2 0/6] add support for git send-email
 2009-12-02  0:46 UTC  (7+ messages)
` [StGit PATCH v2 1/6] stg mail: Refactor __send_message and friends
` [StGit PATCH v2 2/6] stg mail: reorder __build_[message|cover] parameters
` [StGit PATCH v2 3/6] stg mail: make __send_message do more
` [StGit PATCH v2 4/6] stg mail: factor out __update_header
` [StGit PATCH v2 5/6] stg mail: add basic support for git send-email
` [StGit PATCH v2 6/6] stg mail: don't parse To/Cc/Bcc in --git mode

[PATCH] git-pull.sh: Fix call to git-merge for new command format
 2009-12-01 23:54 UTC  (2+ messages)

[RFC PATCH 0/8] Git remote helpers to implement smart transports
 2009-12-01 23:20 UTC  (19+ messages)
` [RFC PATCH 1/8] Pass unknown protocols to external protocol handlers
` [RFC PATCH 2/8] Refactor git transport options parsing
` [RFC PATCH 3/8] Support taking over transports
` [RFC PATCH 4/8] Support remote helpers implementing smart transports
` [RFC PATCH 5/8] Support remote archive from external protocol helpers
` [RFC PATCH 6/8] Remove special casing of http, https and ftp
` [RFC PATCH 7/8] Add remote helper debug mode
` [RFC PATCH 8/8] Support mandatory capabilities

[PATCH] Documentation: commit: explain the non-meaning of S-o-b
 2009-12-01 22:25 UTC 

non-US-ASCII file names (e.g. Hiragana) on Windows
 2009-12-01 22:11 UTC  (22+ messages)

What's cooking in git.git (Dec 2009, #01; Tue, 01)
 2009-12-01 22:10 UTC 

[PATCH] help: Do not unnecessarily look for a repository
 2009-12-01 19:27 UTC 

[PATCH] get_ref_states: strdup entries and free util in stale list
 2009-12-01 19:20 UTC  (12+ messages)

Umlaut in filename makes troubles
 2009-12-01 18:48 UTC  (8+ messages)

[PATCH/RFC] Add a --bouquet option to git rev-list
 2009-12-01 18:21 UTC  (4+ messages)

[PATCH v2 0/6] Run test suite without dashed commands in PATH
 2009-12-01 17:24 UTC  (9+ messages)
` [PATCH v2 1/6] t2300: use documented technique to invoke git-sh-setup
  ` [PATCH v2 2/6] t3409 t4107 t7406: use dashless commands
    ` [PATCH v2 3/6] t/README: Document GIT_TEST_INSTALLED and GIT_TEST_EXEC_PATH
      ` [PATCH v2 4/6] build dashless "bin-wrappers" directory similar to installed bindir
        ` [PATCH v2 5/6] run test suite without dashed git-commands in PATH

Transplant branch from another repository
 2009-12-01 16:53 UTC 

[PATCH 0/2] jn/gitweb-blame fixes
 2009-12-01 16:54 UTC  (9+ messages)
` [RFC/PATCH] gitweb: Make linking to actions requiring JavaScript a feature
            ` [PATCH 1/2] "
            ` [PATCH 2/2] gitweb: Add link to other blame implementation in blame views

git-svn: after fetch , move 'remotes/git-svn' commits to be under 'master' ?
 2009-12-01 16:18 UTC 

Transplant branch from another repository
 2009-12-01 16:07 UTC  (2+ messages)

Newbie "svn update" question
 2009-12-01 12:00 UTC  (4+ messages)
  ` Newbie

equal-tree-merges as way to make rebases fast-forward-able
 2009-12-01 11:50 UTC  (27+ messages)
` [PATCH 1/7] add new command git equal-tree-marker
` [PATCH 2/7] add option to only visit the first parent of a equal tree merge
` [PATCH 3/7] format-patch defaults to --first-equal-tree-only
` [PATCH 4/7] support equal tree merges in interactive rebase
` [PATCH 5/7] make rebase -m equal tree marker aware
` [PATCH 6/7] add support for creating equal tree markers after rebase
` [PATCH 7/7] add support for creating equal tree markers to rebase -i
      ` [PATCH] git-merge: a deprecation notice of the ancient command line syntax

[PATCH] Documentation: Fix a few i.e./e.g. mix-ups
 2009-12-01  9:19 UTC 

[StGit RFC PATCH 0/6] add support for git send-email
 2009-12-01  7:38 UTC  (15+ messages)
` [PATCH 1/6] stg mail: Refactor __send_message and friends
` [PATCH 3/6] stg mail: make __send_message do more
` [PATCH 5/6] stg mail: add basic support for git send-email

Unable to checkout a particular SVN revision
 2009-12-01  4:59 UTC  (3+ messages)

Git open calls fail on NFS-mounted NTFS volume
 2009-12-01  0:38 UTC  (2+ messages)

[PATCH] builtin-commit: add --date option
 2009-12-01  0:27 UTC 

help reverting a merge
 2009-12-01  0:06 UTC  (3+ messages)

[PATCH] tests: handle NO_PYTHON setting
 2009-11-30 22:31 UTC  (10+ messages)

[PATCH] reset: add --quiet option
 2009-11-30 21:45 UTC  (4+ messages)

[RFC/PATCH] Detailed diagnostic when parsing an object name fails
 2009-11-30 20:57 UTC  (3+ messages)

[PATCH 1/8] git-merge-file --ours, --theirs
 2009-11-30 20:02 UTC  (11+ messages)
` [PATCH 2/8] builtin-merge.c: call exclude_cmds() correctly
  ` [PATCH 0/8] The return of -Xours, -Xtheirs, -Xsubtree=dir
    ` [PATCH 3/8] git-merge-recursive-{ours,theirs}

What is the best way to backport a feature?
 2009-11-30 19:08 UTC  (3+ messages)

git archive without path
 2009-11-30 16:35 UTC  (4+ messages)

[PATCH] Add --track option to git clone
 2009-11-30 13:36 UTC  (4+ messages)
` [PATCH 1/2] Teach clone to clone just one remote branch using --track
` [PATCH 2/2] Documentation: Add --track option to the git clone manpage

[PATCH] Documentation: Document --branch option in git clone synopsis
 2009-11-30 13:27 UTC 

[RFC/PATCH] t7011: Mark fixed test as such
 2009-11-30 13:18 UTC  (6+ messages)


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