git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2006-02-19 21:16:14 to 2006-02-23 15:35:02 UTC [more...]

FYI: git-am allows creation of empty commits
 2006-02-23 15:33 UTC 

[PATCH] Port git-annotate to qx{} syntax, and make default output more like CVS
 2006-02-23 15:08 UTC  (2+ messages)

[PATCH] Convert open("-|") to qx{} calls
 2006-02-23 14:33 UTC 

Should we support Perl 5.6?
 2006-02-23 14:22 UTC  (35+ messages)
  ` [PATCH] fmt-merge-msg: avoid open "-|" list form for Perl 5.6
    ` [PATCH] rerere: "
    ` [PATCH] send-email: "
    ` [PATCH] svmimport: "
    ` [PATCH] cvsimport: "

PATCH: simplify calls to git programs in git-fmt-merge-msg
 2006-02-23 12:40 UTC  (5+ messages)

fix t5600-clone-fail-cleanup.sh on windows
 2006-02-23 11:25 UTC 

What's in git.git
 2006-02-23  2:05 UTC 

[ANNOUNCE] GIT 1.2.3
 2006-02-23  1:59 UTC 

[PATCH] Prevent git-upload-pack segfault if object cannot be found
 2006-02-23  1:48 UTC  (8+ messages)
      ` [PATCH] Give no terminating LF to error() function

[PATCH] Add new git-rm command with documentation
 2006-02-23  1:07 UTC  (13+ messages)
        ` [PATCH] git-rm: Fix to properly handle files with spaces, tabs, newlines, etc

[PATCH] nicer eye candies for pack-objects
 2006-02-22 23:40 UTC  (6+ messages)

[PATCH] also adds progress when actually writing a pack
 2006-02-22 22:41 UTC 

How to not download objects more than needed?
 2006-02-22 21:19 UTC  (10+ messages)
              ` [PATCH] git-fetch: follow tag only when tracking remote branch

Git cannot push to repository with too many tags/heads
 2006-02-22 18:42 UTC  (7+ messages)
` [PATCH] Don't sent objects for refs we're not going to update
    ` [PATCH] send-pack: do not give up when remote has insanely large number of refs

gitview: Use git ls-remote to find the tag and branch details
 2006-02-22 16:07 UTC 

gitview: Use monospace font to draw the branch and tag name
 2006-02-22 16:06 UTC 

[PATCH] relax delta selection filtering in pack-objects
 2006-02-22 16:04 UTC  (4+ messages)

What's in git.git
 2006-02-22 13:46 UTC  (2+ messages)

[PATCH] Introducing git-cvsserver -- a CVS emulator for git
 2006-02-22  9:50 UTC 

What does this error message mean?
 2006-02-22  4:42 UTC  (3+ messages)

[PATCH] git-push: Update documentation to describe the no-refspec behavior
 2006-02-22  4:28 UTC 

[PATCH] git-ls-files: Fix, document, and add test for --error-unmatch option
 2006-02-22  1:59 UTC  (2+ messages)

[PATCH] diff-delta: produce optimal pack data
 2006-02-22  1:45 UTC 

[PATCH] diff-delta: big code simplification
 2006-02-22  1:43 UTC 

[PATCH] diff-delta: fold two special tests into one plus cleanups
 2006-02-22  1:41 UTC 

[PATCH] git-rebase: Clarify usage statement and copy it into the actual documentation
 2006-02-22  1:10 UTC 

[PATCH] cg-* manpages: Handle more than one `cg-cmd` per line
 2006-02-22  0:48 UTC 

[PATCH] git-add: Add support for --, documentation, and test
 2006-02-21 23:33 UTC 

PATCH: fix git-fmt-merge-msg on ActiveState Perl
 2006-02-21 22:18 UTC  (3+ messages)

[PATCH] Fix typo in git-rebase.sh
 2006-02-21 20:56 UTC 

rewriting pathnames in history
 2006-02-21 20:54 UTC  (2+ messages)

merging problems with Linus' kernel tree
 2006-02-21 20:29 UTC  (5+ messages)

[PATCH] git-mktree: reverse of git-ls-tree
 2006-02-21 18:00 UTC  (10+ messages)

gitk: error on find
 2006-02-21 13:44 UTC 

[RFC] Using GIT techniques to backup and synchronize file systems - replica
 2006-02-21 13:21 UTC 

What's in git.git (with specific RFHs)
 2006-02-21 11:23 UTC 

RFC: Subprojects
 2006-02-21  7:57 UTC  (7+ messages)

[PATCH 0/2] stg uncommit
 2006-02-21  7:55 UTC  (10+ messages)
` [PATCH 2/2] Add 'stg uncommit' command

contrib/ area
 2006-02-21  7:43 UTC  (7+ messages)

majordomo@vger.kernel.org
 2006-02-21  7:29 UTC 

Delta-transfer using thin-pack
 2006-02-21  2:05 UTC  (2+ messages)

Ideas for qgit
 2006-02-21  1:16 UTC 

[PATCH] Use symlinks with rsync in core tutorial
 2006-02-21  0:37 UTC 

[PATCH] Add git-annotate, a tool for assigning blame
 2006-02-21  0:01 UTC  (4+ messages)

[PATCH] Makefile tweaks: Solaris 9+ dont need iconv / move up uname variables
 2006-02-20 23:53 UTC  (2+ messages)

git-svnimport -- http/dav authentication notes
 2006-02-20 19:22 UTC  (2+ messages)

git-svn: nearing 1.0.0
 2006-02-20 18:57 UTC  (10+ messages)
` [PATCH 1/9] git-svn: fix a typo in defining the --no-stop-on-copy option
  ` [PATCH 2/9] git-svn: allow --find-copies-harder and -l<num> to be passed on commit
    ` [PATCH 3/9] git-svn: Allow for more argument types for commit (from..to)
      ` [PATCH 4/9] git-svn: remove any need for the XML::Simple dependency
        ` [PATCH 5/9] git-svn: change ; to && in addremove()
          ` [PATCH 6/9] contrib/git-svn.txt: add a note about renamed/copied directory support
            ` [PATCH 7/9] git-svn: fix several corner-case and rare bugs with 'commit'
              ` [PATCH 8/9] contrib/git-svn: add Makefile, test, and associated ignores
                ` [PATCH 9/9] git-svn: 0.9.1: add --version and copyright/license (GPL v2+) information

git faq : draft and rfc
 2006-02-20 13:41 UTC  (7+ messages)
` [PATCH] Convert the git faq to asciidoc

Prepend the history of one git tree to another
 2006-02-20 12:51 UTC  (6+ messages)

[PATCH] Add a Documentation/git-tools.txt
 2006-02-20 10:31 UTC  (4+ messages)

What's in git.git
 2006-02-20  9:47 UTC  (4+ messages)

[PATCH] git-rev-list --help anywhere
 2006-02-20  5:52 UTC  (4+ messages)

New shiny gitk
 2006-02-20  2:04 UTC  (2+ messages)

Fixing author/email fields in commit messages
 2006-02-20  1:21 UTC  (7+ messages)

[PATCH] Thin pack - create packfile with missing delta base
 2006-02-19 23:28 UTC 

[PATCH] send-pack --thin: use "thin pack" delta transfer
 2006-02-19 23:28 UTC 

[PATCH] rev-list --objects-edge
 2006-02-19 23:28 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).