git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-02-05 18:45:50 to 2011-02-07 22:52:13 UTC [more...]

Can't find the revelant commit with git-log
 2011-02-07 22:51 UTC  (11+ messages)

[PATCH 0/8] git-p4 fixes and enhancements
 2011-02-07 22:26 UTC  (12+ messages)
` [PATCH 1/8] git-p4: test script
` [PATCH 2/8] git-p4: fix key error for p4 problem
` [PATCH 3/8] git-p4: add missing newline in initial import message
` [PATCH 4/8] git-p4: accommodate new move/delete type in p4
` [PATCH 5/8] git-p4: reinterpret confusing p4 message
` [PATCH 6/8] git-p4: better message for "git-p4 sync" when not cloned
` [PATCH 7/8] git-p4: decode p4 wildcard characters
` [PATCH 8/8] git-p4: support clone --bare

[PATCH] git pull: Remove option handling done by fetch
 2011-02-07 22:24 UTC  (11+ messages)
              ` [PATCH v2] pull: Document the "--[no-]recurse-submodules" options
                  ` [PATCH v3] "

[1.8.0] git checkout refs/heads/foo checks out branch foo
 2011-02-07 22:00 UTC  (6+ messages)

[PATCH v3 0/5] make open/unlink failures user friendly on windows using retry/abort
 2011-02-07 21:57 UTC  (14+ messages)
    ` [PATCH v4 "
      ` [PATCH v4 1/5] mingw: move unlink wrapper to mingw.c
      ` [PATCH v4 2/5] mingw: work around irregular failures of unlink on windows
      ` [PATCH v4 3/5] mingw: make failures to unlink or move raise a question
      ` [PATCH v4 4/5] mingw: add fallback for rmdir in case directory is in use
      ` [PATCH v4 5/5] mingw_rmdir: set errno=ENOTEMPTY when appropriate
          ` [msysGit] "

"git add -u" broken in git 1.7.4?
 2011-02-07 21:49 UTC  (19+ messages)

[PATCH/RFC] commit: fix memory-leak
 2011-02-07 21:31 UTC  (6+ messages)
    ` [PATCH v2] "

[1.8.0] Remote tag namespace
 2011-02-07 20:56 UTC  (42+ messages)
    ` [1.8.0] Provide proper remote ref namespaces

[PATCH] cache-tree: do not cache empty trees
 2011-02-07 20:48 UTC  (11+ messages)
    ` [PATCH] correct type of EMPTY_TREE_SHA1_BIN

Local copy of the repository files
 2011-02-07 19:22 UTC  (2+ messages)

[PATCH] perl: Fix command_bidi_pipe() don't care about repository path
 2011-02-07 15:09 UTC 

git to p4 conversion
 2011-02-07 15:07 UTC  (14+ messages)

git-new-workdir for filesystems without links (e.g. FAT32)?
 2011-02-07 12:19 UTC  (3+ messages)

[PATCH 1.8.0] add: make "add -u" update full tree without pathspec
 2011-02-07 12:09 UTC  (5+ messages)

git-svn problems with cloning
 2011-02-07 11:58 UTC 

GREETINGS!!.2
 2011-02-06 23:51 UTC 

[PATCH 1/2] git-p4: Improve rename detection support
 2011-02-07 11:11 UTC  (8+ messages)
` [PATCH 2/2] git-p4: Add copy "

[PATCH] Add support for merging from upstream by default
 2011-02-07  9:43 UTC  (5+ messages)

[idea] separate .git dir and the working tree
 2011-02-07  4:57 UTC  (9+ messages)
        ` [idea] "

[1.8.0] Provide proper remote ref namespaces
 2011-02-07  3:35 UTC 

[PATCH] bundle: Use OFS_DELTA in bundle files
 2011-02-07  1:28 UTC  (2+ messages)

[PATCH] Support different branch layouts in git-p4
 2011-02-07  0:05 UTC  (3+ messages)

[PATCH] git-gui: instead of defaulting to home directory use working directory
 2011-02-06 23:01 UTC  (2+ messages)

[PATCH] more portable absolute dir check in Git.pm
 2011-02-06 22:32 UTC  (2+ messages)

[PATCH v2] git-commit --patch
 2011-02-06 21:06 UTC  (2+ messages)

What's cooking in git.git (Jan 2011, #06; Sun, 30)
 2011-02-06 20:46 UTC  (9+ messages)
` Planning for 1.7.5 and 1.8.0
  ` [1.8.0] Tracking empty directories

ignoring file modes completely
 2011-02-06 20:29 UTC  (10+ messages)

[PATCH] git-send-email.perl: Deduplicate "to:" and "cc:" entries with names
 2011-02-06 20:28 UTC  (10+ messages)
      ` [PATCH V2] "
              ` [PATCH] git-send-email.perl: Add --suppress-to

Updating a submodule with a compatible version from another submodule version using the parent meta-repository
 2011-02-06 18:51 UTC  (11+ messages)
            `  "
                  `  "

[PATCH 00/31] Refactor rebase
 2011-02-06 18:44 UTC  (33+ messages)
` [PATCH v2 00/31] refactor rebase
  ` [PATCH v2 01/31] rebase: clearer names for directory variables
  ` [PATCH v2 02/31] rebase: refactor reading of state
  ` [PATCH v2 03/31] rebase: read state outside loop
  ` [PATCH v2 04/31] rebase: remove unused rebase state 'prev_head'
  ` [PATCH v2 05/31] rebase: improve detection of rebase in progress
  ` [PATCH v2 06/31] rebase: act on command line outside parsing loop
  ` [PATCH v2 07/31] rebase: stricter check of standalone sub command
  ` [PATCH v2 08/31] rebase: align variable names
  ` [PATCH v2 09/31] rebase: align variable content
  ` [PATCH v2 10/31] rebase: factor out command line option processing
  ` [PATCH v2 11/31] rebase -i: remove now unnecessary directory checks
  ` [PATCH v2 12/31] rebase: reorder validation steps
  ` [PATCH v2 13/31] rebase: factor out reference parsing
  ` [PATCH v2 14/31] rebase: factor out clean work tree check
  ` [PATCH v2 15/31] rebase: factor out call to pre-rebase hook
  ` [PATCH v2 16/31] rebase -i: support --stat
  ` [PATCH v2 17/31] rebase: remove $branch as synonym for $orig_head
  ` [PATCH v2 18/31] rebase: extract merge code to new source file
  ` [PATCH v2 19/31] rebase: extract am "
  ` [PATCH v2 20/31] rebase: show consistent conflict resolution hint
  ` [PATCH v2 21/31] rebase -i: align variable names
  ` [PATCH v2 22/31] rebase: make -v a tiny bit more verbose
  ` [PATCH v2 23/31] rebase: factor out sub command handling
  ` [PATCH v2 24/31] rebase: extract code for writing basic state
  ` [PATCH v2 25/31] rebase: remember verbose option
  ` [PATCH v2 26/31] rebase: remember strategy and strategy options
  ` [PATCH v2 27/31] rebase -m: remember allow_rerere_autoupdate option
  ` [PATCH v2 28/31] rebase -m: don't print exit code 2 when merge fails
  ` [PATCH v2 29/31] git-rebase--am: remove unnecessary --3way option
  ` [PATCH v2 30/31] rebase -i: don't read unused variable preserve_merges
  ` [PATCH v2 31/31] rebase -i: remove unnecessary state rebase-root

[PATCH] git-gui: scroll down to default selection for push dialog
 2011-02-06 17:04 UTC 

[PATCH] git gui: keep selected branch when remote is changed in push dialog
 2011-02-06 17:01 UTC 

[PATCH] send-email: add 'specify-author' option
 2011-02-06 14:44 UTC 

Fwd: GIT - cloning torvalds/linux-2.6.git repository trouble
 2011-02-05 19:10 UTC  (4+ 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).