git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-07-02 14:29:53 to 2008-07-04 00:08:02 UTC [more...]

Question about git-merge-stupid
 2008-07-04  0:07 UTC  (5+ messages)
  ` [RFC/PATCH] Remove 'stupid' merge strategy

"make test" works again (sort-of) on cygwin
 2008-07-04  0:04 UTC  (3+ messages)

[PATCH 0/7] Some superficial documentation changes
 2008-07-03 23:55 UTC  (32+ messages)
` [PATCH 3/7] Documentation: complicate example of "man git-command"
` [RFC/PATCH 7/7] Documentation formatting and cleanup
    ` [PATCH 01/15] git-format-patch(1): fix stray \ in output
    ` [PATCH 02/15] Documentation: fix gitlinks
    ` [PATCH 03/15] manpages: fix bogus whitespace
    ` [PATCH 04/15] git(1): add comma
    ` [PATCH 05/15] git-commit(1): depersonalize description
    ` [PATCH 06/15] Documentation: rewrap to prepare for "git-" vs "git " change
    ` [PATCH 07/15] Documentation: more "git-" versus "git " changes
    ` [PATCH 08/15] gitdiffcore(7): fix awkward wording
    ` [PATCH 09/15] manpages: italicize command names in synopses
    ` [PATCH 10/15] manpages: italicize command names
    ` [PATCH 11/15] manpages: italicize git command names (which were in teletype font)
    ` [PATCH 12/15] manpages: italicize gitk's name (where it was "
    ` [PATCH 13/15] manpages: italicize nongit command names (if they are "
    ` [PATCH 14/15] manpages: italicize git subcommand names (which were "
    ` [PATCH 15/15] manpages: use teletype font for sample command lines

git sequencer prototype
 2008-07-03 23:53 UTC  (12+ messages)
` [RFC/PATCH 1/4] Add git-sequencer shell prototype

[RFC/PATCH (WIP)] Git.pm: Add get_config() method and related subroutines
 2008-07-03 23:45 UTC  (3+ messages)

[PATCH/v2] git-basis, a script to manage bases for git-bundle
 2008-07-03 23:38 UTC  (9+ messages)

Cherry picking instead of merges
 2008-07-03 22:39 UTC  (7+ messages)

[StGit PATCH 00/14] Undo series
 2008-07-03 22:05 UTC  (8+ messages)
` [StGit PATCH 03/14] Write to a stack log when stack is modified

Can I remove stg sync --undo ?
 2008-07-03 22:02 UTC  (2+ messages)

What's cooking in git.git (topics)
 2008-07-03 21:46 UTC  (16+ messages)
` [PATCH] git-add--interactive: manual hunk editing mode
    ` [PATCH 0/3] git-add--interactive: use --recount, editing
      ` [PATCH 1/3] git-add--interactive: replace hunk recounting with apply --recount
        ` [PATCH 2/3] git-add--interactive: remove hunk coalescing
          ` [PATCH 3/3] git-add--interactive: manual hunk editing mode

Patches for qgit on MacOS X
 2008-07-03 21:46 UTC  (4+ messages)

[StGit PATCH 2/2] Reuse the same temp index in a transaction
 2008-07-03 21:38 UTC  (2+ messages)
` [StGit PATCH v2] "

':/<oneline prefix>' notation doesn't support full file syntax
 2008-07-03 21:26 UTC  (7+ messages)

finding deleted file names
 2008-07-03 20:32 UTC  (11+ messages)

about c8af1de9 (git status uses pager)
 2008-07-03 20:10 UTC  (13+ messages)

[BUG] Git looks for repository in wrong directory
 2008-07-03 19:28 UTC  (4+ messages)

[OT] Your branch is ahead of the tracked remote branch 'origin/master' by 50 commits
 2008-07-03 19:25 UTC  (13+ messages)
      ` [PATCH 0/3] Making remote tracking statistics available to other tools
      ` [PATCH 3/3] git-branch -v: show the remote tracking statistics

[BUG] git-svn failure with python repository
 2008-07-03 19:00 UTC 

[PATCH/RFC] Fix some warnings (on cygwin) to allow -Werror
 2008-07-03 15:52 UTC 

[PATCH] git-apply tests need to be portable
 2008-07-03 16:00 UTC 

Non-inetd git-daemon hangs in syslog(3)/fclose(3) if --syslog --verbose accessing non-repositories
 2008-07-03 15:27 UTC  (5+ messages)
      ` [PATCH] git daemon: avoid calling syslog() from a signal handler

PATCH: allow ':/<oneline prefix>' notation to specify a specific file
 2008-07-03 12:55 UTC  (4+ messages)

OT: Re: [PATCH 08/15] gitdiffcore(7): fix awkward wording
 2008-07-03 12:56 UTC  (2+ messages)

bug found (Re: git-fast-export SIGSEGV on solaris + backtrace)
 2008-07-03 12:50 UTC  (3+ messages)

RFC: grafts generalised
 2008-07-03  9:37 UTC  (33+ messages)

[PATCH 06/12] connect: Fix custom ports with plink (Putty's ssh)
 2008-07-03 12:29 UTC  (2+ messages)

[PATCH/rfc] gitweb: open files (e.g. indextext.html) in utf8 mode
 2008-07-03  9:39 UTC  (3+ messages)

PATCH: Allow ':/<oneline prefix>' notation to specify a specific file
 2008-07-03 11:05 UTC 

How to reduce remaining differences to 4msysgit? (was What's cooking in git.git (topics))
 2008-07-03 11:10 UTC  (38+ messages)
` [PATCH 01/12] Fake reencoding success under NO_ICONV instead of returning NULL
  ` [PATCH 02/12] Do not complain about "no common commits" in an empty repo
    ` [PATCH 03/12] MinGW: Convert CR/LF to LF in tag signatures
      ` [PATCH 04/12] Avoid calling signal(SIGPIPE, ..) for MinGW builds
        ` [PATCH 05/12] Windows(msysgit): Per default, display help as HTML in default browser
          ` [PATCH 06/12] connect: Fix custom ports with plink (Putty's ssh)
            ` [PATCH 07/12] Fixed text file auto-detection: treat EOF character 032 at the end of file as printable
              ` [PATCH 08/12] fast-import: MinGW does not have getppid(). So do not print it
                ` [PATCH 09/12] We need to check for msys as well as Windows in add--interactive
                  ` [PATCH 10/12] Add ANSI control code emulation for the Windows console
                    ` [PATCH 11/12] verify_path(): do not allow absolute paths
                      ` [PATCH 12/12] [TODO] setup: bring changes from 4msysgit/next to next
                        ` [msysGit] "
                            ` [msysGit] "
                    ` [msysGit] [PATCH 10/12] Add ANSI control code emulation for the Windows console
      ` [msysGit] [PATCH 03/12] MinGW: Convert CR/LF to LF in tag signatures

Updated Kernel Hacker's guide to git
 2008-07-03  6:26 UTC  (4+ messages)

git describe --tags --long barfs on new tags?
 2008-07-03  4:23 UTC  (5+ messages)
  ` [PATCH] Fix describe --tags --long so it does not segfault

[PATCH] Disconnect stash from its base commit
 2008-07-03  6:16 UTC  (8+ messages)
        ` [PATCH] Implement "git stash branch <newbranch> <stash>"

[JGIT PATCH 1/1] Use 'git upload-pack' for local transport and not 'git-upload-pack'
 2008-07-03  3:58 UTC 

[PATCH] fix typoed config option 'indexversion' in man page
 2008-07-03  1:24 UTC  (2+ messages)

[KORG] Master downtime
 2008-07-02 23:00 UTC 

[PATCH] git-send-email: Do not attempt to STARTTLS more than once
 2008-07-02 22:11 UTC 

[PATCH] git fetch-pack: do not complain about "no common commits" in an empty repo
 2008-07-02 17:06 UTC 

[PATCH] prevent checkout from creating branches that start with a dash
 2008-07-02 16:34 UTC  (4+ messages)

Leave git-shell in $(bindir) ?
 2008-07-02 16:21 UTC 

How do I stop git enumerating my working directory
 2008-07-02 14:51 UTC  (4+ messages)

[RFC] Single system account for multiple git users
 2008-07-02 14:45 UTC  (3+ 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).