git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-07-05 07:37:46 to 2012-07-10 07:04:29 UTC [more...]

[PATCH v4 00/19] "git apply --3way"
 2012-07-10  7:03 UTC  (3+ messages)
` [PATCH v4 01/19] apply: fix an incomplete comment in check_patch()
` [PATCH v4 02/19] apply: a bit more comments on PATH_TO_BE_DELETED

Problems pushing???
 2012-07-10  6:59 UTC  (8+ messages)

git-clone ignores umask for working tree
 2012-07-10  6:37 UTC  (10+ messages)
  ` [PATCH] Restore umasks influence on the permissions of work tree created by clone
            ` [PATCH] rerere: make rr-cache fanout directory honor umask

[PATCH] filter-branch: do not forget the '@' prefix to force git-timestamp
 2012-07-09 23:56 UTC 

[PATCH/RFC] git-svn: don't create master if another head exists
 2012-07-09 22:43 UTC  (9+ messages)

[PATCH] Change configure to check if pthreads are usable without any extra flags
 2012-07-09 22:38 UTC  (8+ messages)

[RFC PATCH 0/2] Teach rm to better handle submodules
 2012-07-09 20:23 UTC  (14+ messages)
` [RFC PATCH 1/2] rm: don't fail when removing populated submodules

What's cooking in git.git (Jul 2012, #02; Mon, 9)
 2012-07-09 20:13 UTC 

[GSoC] Designing a faster index format - Progress report week 12
 2012-07-09 19:46 UTC 

Using git commit --amend on a commit with an empty message
 2012-07-09 19:43 UTC  (5+ messages)
    ` [PATCH v2] Allow edit of empty message with commit --amend

Student project in Ensimag: thanks all!
 2012-07-09 17:11 UTC  (2+ messages)

Git and Quilt
 2012-07-09 15:38 UTC  (4+ messages)

[PATCH] Improve revisions.txt
 2012-07-09 15:02 UTC  (8+ messages)
  ` [PATCH 1/2] Make <refname> documentation more consistent
    ` [PATCH 2/2] Document rev^! and rev^@ as revision specifiers

[PATCHv2 1/8] Makefile: apply dependencies consistently to sparse/asm targets
 2012-07-09 14:59 UTC  (15+ messages)
` [PATCHv3 02/11] Makefile: fold MISC_H into LIB_H
      ` [PATCH 02.5/11] Makefile: fold XDIFF_H and VCSSVN_H "
` [PATCHv3 04/11] Makefile: apply dependencies consistently to sparse/asm targets
      ` [PATCH/RFC] Makefile: document ground rules for target-specific dependencies
` [PATCHv3 06/11] Makefile: split GIT_USER_AGENT from GIT-CFLAGS
      ` [RFC/PATCH v4 "

[RFC/PATCH] stash: Delete MERGE_RR before stash apply
 2012-07-09 14:41 UTC  (10+ messages)
        ` [PATCH v2 0/2] stash: invoke rerere in case of conflict
          ` [PATCH v2 1/2] test: git-stash conflict sets up rerere
          ` [PATCH v2 2/2] stash: invoke rerere in case of conflict

Regarding download of one *.git repository
 2012-07-09 13:25 UTC  (2+ messages)

[PATCH 0/2] git p4: use "move" command for renames
 2012-07-09 10:56 UTC  (4+ messages)
` [PATCH 2/2] git p4: add support for 'p4 move' in P4Submit

On using receive.denyNonFastForwards and advice.pushNonFastForward
 2012-07-09  8:36 UTC  (3+ messages)

git-svn fetch shows merge-base help
 2012-07-09  8:32 UTC 

[PATCH/RFC] Replace ce_namelen() with a ce_namelen field
 2012-07-09  4:59 UTC  (6+ messages)
` Introduction of "
  ` [PATCH/RFC v2 1/2] Strip namelen out of ce_flags into "
  ` [PATCH/RFC v2 2/2] Replace strlen() with ce_namelen()

[PATCH] git-remote-mediawiki: update comments to reflect credential support
 2012-07-09  2:17 UTC  (2+ messages)

Please pull git-po master branch with l10n updates for several languages
 2012-07-09  1:21 UTC 

[PATCH v9] git on Mac OS and precomposed unicode
 2012-07-08 13:50 UTC 

[PATCH v8] git on Mac OS and precomposed unicode
 2012-07-08 13:16 UTC  (2+ messages)

[PATCH] branch: add -u as a shortcut for --set-upstream
 2012-07-08  5:48 UTC  (3+ messages)

The linux-input mailing list has been moved
 2012-07-08 10:18 UTC 

bug report: git status --porcelain inconsistent quoting
 2012-07-07 20:25 UTC 

congif spec in GIT
 2012-07-07 18:28 UTC  (4+ messages)

Egit/Jgit support for relocated .git directories
 2012-07-07 10:18 UTC  (2+ messages)

git with uucp for deployment
 2012-07-07  6:06 UTC  (5+ messages)

Git commit list
 2012-07-07  5:59 UTC 

[PATCH 0/6] Default remote
 2012-07-06 21:49 UTC  (18+ messages)
` [PATCH 1/6] Rename remote.c's default_remote_name static variables
` [PATCH 2/6] Teach remote.c about the remote.default configuration setting
` [PATCH 3/6] Teach clone to set remote.default
` [PATCH 4/6] Teach "git remote" about remote.default
` [PATCH 5/6] Test that plain "git fetch" uses remote.default when on a detached HEAD
` [PATCH 6/6] Teach get_default_remote to respect remote.default

What's cooking in git.git (Jun 2012, #02; Wed, 6)
 2012-07-06 20:28 UTC  (16+ messages)
      ` [GIT PULL] vcs-svn housekeeping
        ` [PATCH 1/9] vcs-svn: drop no-op reset methods
        ` [PATCH 2/9] vcs-svn: avoid self-assignment in dummy initialization of pre_off
        ` [PATCH 3/9] vcs-svn: simplify cleanup in apply_one_window
        ` [PATCH 4/9] vcs-svn: use constcmp instead of prefixcmp
        ` [PATCH 5/9] vcs-svn: use strstr instead of memmem
        ` [PATCH 6/9] vcs-svn: suppress signed/unsigned comparison warnings
        ` [PATCH 7/9] vcs-svn: suppress a signed/unsigned comparison warning
        ` [PATCH 8/9] "
        ` [PATCH 9/9] vcs-svn: allow 64-bit Prop-Content-Length

[RFC] l10n: de.po: translate 29 new messages
 2012-07-06 20:12 UTC  (9+ messages)

Logo Policy Question
 2012-07-06 16:13 UTC 

[PATCH 0/2] git-stash: clear rerere state on conflict
 2012-07-06 16:22 UTC  (3+ messages)
` [PATCH 1/2] test: mergetool ignores rerere in git-stash
` [PATCH 2/2] Clear rerere status during stash conflict

git clone fails "with error: RPC failed; result=22, HTTP code = 401
 2012-07-06 12:04 UTC 

[RFC 0/4]
 2012-07-06 10:39 UTC  (6+ messages)
` [RFC 0/4 v2]
  ` [RFC 1/4 v2] Implement a basic remote helper for svn in C

[PATCH 00/12] git-remote-mediawiki: tests and optimizations
 2012-07-06 10:03 UTC  (22+ messages)
` [PATCH 02/12] git-remote-mediawiki: test environment of git-remote-mediawiki
        ` [PATCH 01/12] git-remote-mediawiki: scripts to install, delete and clear a MediaWiki
        ` [PATCH 03/12] git-remote-mediawiki (t9360): test git-remote-mediawiki clone
        ` [PATCH 04/12] git-remote-mediawiki (t9361): test git-remote-mediawiki pull and push
        ` [PATCH 05/12] git-remote-mediawiki (t9362): test git-remote-mediawiki with UTF8 characters
        ` [PATCH 06/12] git-remote-mediawiki: support for uploading file in test environment
        ` [PATCH 07/12] git-remote-mediawiki (t9363): test 'File:' import and export
        ` [PATCH 08/12] git-remote-mediawiki: change return type of get_mw_pages
        ` [PATCH 09/12] git-remote-mediawiki: refactor loop over revision ids
        ` [PATCH 10/12] git-remote-mediawiki: extract revision-importing loop to a function
        ` [PATCH 11/12] git-remote-mediawiki: more efficient 'pull' in the best case
        ` [PATCH 12/12] git-remote-mediawiki: be more defensive when requests fail

[PATCH] Can show relative date of the commit with future timestamp
 2012-07-06  8:15 UTC  (3+ messages)

[PATCH] branch: make --set-upstream saner without an explicit starting point
 2012-07-06  8:03 UTC  (8+ messages)

Bug: git svn sends password + "\n" on windows
 2012-07-06  7:39 UTC 

The order of multiple remote.xx.fetch is significant for some operations
 2012-07-06  2:06 UTC 

On git-remote-hg (the "native" one)
 2012-07-06  1:14 UTC 

[PATCH] t3404: make test 57 work with dash and others
 2012-07-05 22:29 UTC  (2+ messages)

[PATCH v2 1/3] gitweb: Cleanup git_print_log()
 2012-07-05 22:29 UTC  (4+ messages)
` [PATCH v2 3/3] gitweb: Add support to Link: tag

can I always ignore a file during a merge?
 2012-07-05 19:49 UTC  (3+ messages)

git-submodule path computation bug with recursive submodules
 2012-07-05 18:34 UTC  (3+ messages)

How do I delete a remote branch with a period in the name?
 2012-07-05 17:26 UTC  (11+ messages)
    ` [PATCH] push: don't guess at qualifying remote refs on deletion

[PATCH 0/3] git p4: notice Jobs: section in submit
 2012-07-05 12:30 UTC  (4+ messages)
` [PATCH 1/3] git p4: remove unused P4Submit interactive setting

[PATCH 5/5 v3] git-remote-mediawiki: import "File:" attachments
 2012-07-05  7:42 UTC  (4+ messages)
` [PATCH v4] "


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