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

Question regarding git fetch
 2009-08-28 13:24 UTC  (17+ messages)

[RFC] teamGIT bonjour support
 2009-08-28 13:07 UTC  (7+ messages)

git guidance
 2009-08-28 12:30 UTC  (6+ messages)
        ` inotify-commit, was "

[PATCH] Add option -b/--branch to clone for select a new HEAD
 2009-08-28 12:10 UTC  (4+ messages)

[PATCHv4 00/12] git notes
 2009-08-28 11:56 UTC  (37+ messages)
` [PATCHv4 01/12] Introduce commit notes
` [PATCHv4 02/12] Add a script to edit/inspect notes
` [PATCHv4 03/12] Speed up git notes lookup
` [PATCHv4 04/12] Add an expensive test for git-notes
` [PATCHv4 05/12] Teach "-m <msg>" and "-F <file>" to "git notes edit"
` [PATCHv4 06/12] fast-import: Add support for importing commit notes
` [PATCHv4 07/12] t3302-notes-index-expensive: Speed up create_repo()
` [PATCHv4 08/12] Teach the notes lookup code to parse notes trees with various fanout schemes
` [PATCHv4 09/12] Selftests verifying semantics when loading notes trees with various fanouts
` [PATCHv4 10/12] notes.c: Implement simple memory pooling of leaf nodes
` [PATCHv4 11/12] Add flags to get_commit_notes() to control the format of the note string
` [PATCHv4 12/12] Add '%N'-format for pretty-printing commit notes

[BUG] git stash refuses to save after "add -N"
 2009-08-28 11:02 UTC 

git error : Unable to write new index file
 2009-08-28 10:06 UTC 

Using git to track my PhD thesis, couple of questions
 2009-08-28  8:46 UTC  (7+ messages)

[PATCH 01/14] Fix non-constant array creation
 2009-08-28  8:15 UTC  (20+ messages)
` [RFC/PATCH 00/14] Build git with MSVC
  ` [PATCH 13/14] Add MSVC project files
    ` [PATCH 14/14] Add README and gitignore file for MSVC build
` [PATCH 02/14] Avoid declaration after statement
  ` [PATCH 03/14] Define SNPRINTF_SIZE_CORR=1 for Microsoft Visual C++
    ` [PATCH 04/14] Add define guards to compat/win32.h
      ` [PATCH 05/14] Change regerror() declaration from K&R style to ANSI C (C89)
        ` [PATCH 06/14] mingw.c: Use the O_BINARY flag to open files
          ` [PATCH 07/14] Fix __stdcall/WINAPI placement and function prototype
            ` [PATCH 08/14] Test for WIN32 instead of __MINGW32_

git-svn intermittent issues with absent_file
 2009-08-28  8:14 UTC  (4+ messages)

[PATCH] Round-down years in "years+months" relative date view
 2009-08-28  7:58 UTC  (3+ messages)

[PATCH v4 00/15] complete reroll of my "port rebase -i to C" series
 2009-08-28  6:08 UTC  (17+ messages)
` [PATCH v4 01/15] sequencer: add "builtin-sequencer--helper.c"
` [PATCH v4 02/15] sequencer: add "make_patch" function to save a patch
` [PATCH v4 03/15] rebase -i: use "git sequencer--helper --make-patch"
` [PATCH v4 04/15] sequencer: add "reset_almost_hard()" and related functions
` [PATCH v4 05/15] sequencer: add "--reset-hard" option to "git sequencer--helper"
` [PATCH v4 06/15] rebase -i: use "git sequencer--helper --reset-hard"
` [PATCH v4 07/15] sequencer: add "do_fast_forward()" to perform a fast forward
` [PATCH v4 08/15] sequencer: add "--fast-forward" option to "git sequencer--helper"
` [PATCH v4 09/15] sequencer: let "git sequencer--helper" callers set "allow_dirty"
` [PATCH v4 10/15] rebase -i: use "git sequencer--helper --fast-forward"
` [PATCH v4 11/15] revert: libify cherry-pick and revert functionnality
` [PATCH v4 12/15] pick: libify "pick_help_msg()"
` [PATCH v4 13/15] sequencer: add "do_commit()" and related functions working on "next_commit"
` [PATCH v4 14/15] sequencer: add "--cherry-pick" option to "git sequencer--helper"
` [PATCH v4 15/15] rebase -i: use "git sequencer--helper --cherry-pick"

[PATCH] git-bisect: call the found commit "*the* first bad commit"
 2009-08-28  5:31 UTC  (5+ messages)

[PATCH] Fix overridable written with an extra 'e'
 2009-08-28  4:53 UTC  (3+ messages)

[PATCH] Documentation: git-archive: mark --format as optional in summary
 2009-08-28  2:55 UTC  (2+ messages)

finding unmerged branches
 2009-08-28  2:08 UTC  (7+ messages)

[PATCH v3 2/3] gitweb: split test suite into library and tests
 2009-08-28  2:07 UTC 

[PATCH v3] import-tars: Allow per-tar author and commit message
 2009-08-28  1:38 UTC  (4+ messages)

[PATCH] upload-pack: add a trigger for post-upload-pack hook
 2009-08-27 22:56 UTC  (13+ messages)

[PATCH jh/cvs-helper 0/2] Fix building when python is not available
 2009-08-27 21:46 UTC  (5+ messages)
` [PATCH jh/cvs-helper 1/2] Makefile: write NO_PYTHON setting to GIT-BUILD-OPTIONS file
  ` [PATCH jh/cvs-helper 2/2] t/test-lib.sh: don't perform python preparations when NO_PYTHON is set

Git woes
 2009-08-27 21:14 UTC  (2+ messages)

bundles with multiple branches
 2009-08-27 20:03 UTC  (5+ messages)

What's cooking in git.git (Aug 2009, #05; Wed, 26)
 2009-08-27 19:48 UTC  (8+ messages)

[PATCH v5 1/6] fast-import: put option parsing code in seperate functions
 2009-08-27 19:44 UTC  (10+ messages)
` [PATCH v5 2/6] fast-import: put marks reading in it's own function
  ` [RFC PATCH v5 3/6] fast-import: add feature command
    ` [PATCH v5 4/6] fast-import: test the new "
      ` [PATCH v5 5/6] fast-import: add option command
        ` [PATCH v5 6/6] fast-import: test the new "

[PATCH v5a 0/6] add new feature and option command
 2009-08-27 19:37 UTC  (9+ messages)
` [PATCH v5a 1/6] fast-import: put option parsing code in seperate functions
  ` [PATCH v5a 2/6] fast-import: put marks reading in it's own function
    ` [RFC PATCH v5a 3/6] fast-import: add feature command
      ` [RFC PATCH v5a 4/6] fast-import: test the new "
        ` [PATCH v5a 5/6] fast-import: add option command
          ` [PATCH v5a 6/6] fast-import: test the new "

vc in emacs problem with git
 2009-08-27 17:45 UTC  (3+ messages)

[PATCH 0/2] Two janitorial patches
 2009-08-27 16:16 UTC  (3+ messages)
` [PATCH 1/2] abspath.c: move declaration of 'len' into inner block and use appropriate type
  ` [PATCH 2/2] commit.c: rename variable named 'n' which masks previous declaration

[SCuMD]
 2009-08-27 14:41 UTC  (3+ messages)

[PATCH] Makefile: remove pointless conditional assignment in SunOS section
 2009-08-27 15:35 UTC 

[PATCHv3 0/8] RESEND: git notes
 2009-08-27 11:56 UTC  (8+ messages)
` [RFC] Use a 16-tree instead of a 256-tree for storing notes

[PATCH] Re: Teach mailinfo to ignore everything before -- >8 -- mark
 2009-08-27 10:49 UTC  (9+ messages)

git-svn-Cloning repository with complicate nesting
 2009-08-27  8:32 UTC 

git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
 2009-08-27  7:39 UTC  (5+ messages)

[PATCH 2/2 jc/1.7.0-diff-whitespace-only-status] Make test case number unique
 2009-08-27  7:38 UTC 

[PATCH 1/2 tr/reset-checkout-patch] Make test case number unique
 2009-08-27  7:35 UTC 

[git-svn] always prompted for passphrase with subversion 1.6
 2009-08-27  0:38 UTC 

What's cooking in git.git (Aug 2009, #04; Sun, 23)
 2009-08-26 23:07 UTC  (4+ messages)

[git-svn] [FEATURE-REQ] track merges from git
 2009-08-26 21:13 UTC  (4+ messages)
    ` [git-svn] [BUG] merge-tracking inconsistencies; Was: "

[PATCH] git-gui: fix diff for partially staged submodule changes
 2009-08-26 20:25 UTC 

[PATCH] Add option -b/--branch to clone for select a new HEAD
 2009-08-26 19:05 UTC  (7+ messages)

[PATCH] git-p4: Avoid modules deprecated in Python 2.6
 2009-08-26 18:39 UTC  (3+ messages)

[PATCH] fix simple deepening of a repo
 2009-08-26 17:03 UTC  (11+ messages)

Newbie / git / gitosis question
 2009-08-26 15:56 UTC  (2+ messages)

git+http:// proof-of-concept (not using CONNECT)
 2009-08-26 14:34 UTC  (6+ messages)

[PATCH] Minor improvement to the write-tree documentation
 2009-08-26 14:04 UTC 


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