git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-09-11 17:26:39 to 2009-09-13 20:18:43 UTC [more...]

obnoxious CLI complaints
 2009-09-13 20:13 UTC  (21+ messages)
                  ` [PATCH 1/2] git-archive: add '-o' as a alias for '--output'
                    ` [PATCH 2/2] teach git-archive to auto detect the output format
                      ` [PATCH v2 1/2] git-archive: add '-o' as a alias for '--output'

[PATCH] git-commit: Only describe --dry-run once
 2009-09-13 19:25 UTC  (3+ messages)

[PATCH JGit] Adding update-server-info functionality
 2009-09-13 18:44 UTC  (20+ messages)
` [PATCH JGit 01/19] adding tests for ObjectDirectory
  ` [PATCH JGit 02/19] Create abstract method on ObjectDatabase for accessing the list of local pack files
    ` [PATCH JGit 03/19] Add abstract method for updating the object db's info cache Implemented passthrough on Alternate for the update of infocache
      ` [PATCH JGit 04/19] added utility that generates the contents of the objects/info/packs file as a string from a list of PackFiles
        ` [PATCH JGit 05/19] Made tests for listLocalPacks function on ObjectDirectory and made them pass
          ` [PATCH JGit 06/19] added utility for reading the contents of a file as a string
            ` [PATCH JGit 07/19] implemented the packs file update functionality
              ` [PATCH JGit 08/19] changed signature to allow a IOException
                ` [PATCH JGit 09/19] Didn't like the old name, this is more specific to it just updating the packs info cache
                  ` [PATCH JGit 10/19] moved test up to a higher level to test actual functionality
                    ` [PATCH JGit 11/19] removed unused import
                      ` [PATCH JGit 12/19] moved info/packs into a constant
                        ` [PATCH JGit 13/19] made the call update the object database's info cache
                          ` [PATCH JGit 14/19] pulled out some helper functions that will be useful for other tests
                            ` [PATCH JGit 15/19] Adding in a InfoDatabase like ObjectDatabase and and implementation based upon a directory
                              ` [PATCH JGit 16/19] added tests for the file based info cache update and made pass
                                ` [PATCH JGit 17/19] added call to update the info refs file
                                  ` [PATCH JGit 18/19] Added Copyright Notices
                                    ` [PATCH JGit 19/19] changed \r to \n per compliance with real git

[PATCH] preserve mtime of local clone
 2009-09-13 18:41 UTC  (9+ messages)
        ` [PATCH v3] "
` [PATCH] git-gui: suggest gc only when counting at least 2 objects

bash_completion outside repo
 2009-09-13 18:29 UTC  (18+ messages)
          ` [PATCH] completion: Replace config --list with --get-regexp

rename tracking and file-name swapping
 2009-09-13 18:14 UTC  (2+ messages)

[PATCH] reflog: Usage documentation cleanup
 2009-09-13 17:23 UTC 

[PATCH] git-push: Accept -n as a synonym for --dry-run
 2009-09-13 17:07 UTC  (8+ messages)

[PATCH v2] git-push: Accept -n as a synonym for --dry-run
 2009-09-13 16:56 UTC 

git push --confirm ?
 2009-09-13 16:59 UTC  (10+ messages)

[ANNOUNCE] Stacked Git 0.15-rc3
 2009-09-13 16:01 UTC 

[PATCH] transport-helper.c: don't leak fdopen'd stream buffers
 2009-09-13 15:20 UTC  (4+ messages)

[RFC/PATCH v4 1/2] gitweb: check given hash before trying to create snapshot
 2009-09-13 15:03 UTC  (5+ messages)

What's cooking in git.git (Sep 2009, #03; Sun, 13)
 2009-09-13 14:54 UTC  (3+ messages)

GIT 1.6.5-rc1
 2009-09-13 14:43 UTC  (2+ messages)

Effectively tracing project contributions with git
 2009-09-13 14:30 UTC  (8+ messages)

[PATCH] Documentation/git-add.txt: Explain --patch option in layman terms
 2009-09-13 14:09 UTC  (11+ messages)
              ` [PATCH] Improve --patch option documentation in git-add

[PATCH] reflog documentation: -n is an alias for --dry-run
 2009-09-13 13:26 UTC  (5+ messages)

[PATCH v7 0/6] fast-import: add new feature and option command
 2009-09-13 13:20 UTC  (14+ messages)
` [PATCH v7 1/6] fast-import: put option parsing code in separate functions
  ` [PATCH v7 2/6] fast-import: put marks reading in it's own function
    ` [PATCH v7 3/6] fast-import: add feature command
      ` [PATCH v7 4/6] fast-import: test the new "
        ` [PATCH v7 5/6] fast-import: add option command

[ANNOUNCE] GIT 1.6.4.3
 2009-09-13 10:12 UTC 

Notification/Des lots: Numéro 074/05/ZY369
 2009-09-13  9:55 UTC 

[PATCH] use write_str_in_full helper to avoid literal string lengths
 2009-09-13  7:32 UTC  (3+ messages)

merge ignores --no-commit in fast-forward case
 2009-09-13  7:30 UTC  (2+ messages)

[RFC/PATCH v4 2/2] gitweb: append short hash ids to snapshot files
 2009-09-13  5:57 UTC  (4+ messages)

[PATCH] quiltimport documentation: --dry-run and -n are synonyms
 2009-09-13  2:41 UTC 

[PATCH] diffcore-order: Default the order file to .git/info/order
 2009-09-12 23:49 UTC 

[PATCHv5 00/14] git notes
 2009-09-12 23:37 UTC  (27+ messages)
    ` [PATCHv6 "
    ` [PATCHv6 01/14] Introduce commit notes
    ` [PATCHv6 02/14] Add a script to edit/inspect notes
    ` [PATCHv6 03/14] Speed up git notes lookup
    ` [PATCHv6 04/14] Add an expensive test for git-notes
    ` [PATCHv6 05/14] Teach "-m <msg>" and "-F <file>" to "git notes edit"
    ` [PATCHv6 06/14] fast-import: Add support for importing commit notes
    ` [PATCHv6 07/14] t3302-notes-index-expensive: Speed up create_repo()
    ` [PATCHv6 08/14] Add flags to get_commit_notes() to control the format of the note string
    ` [PATCHv6 09/14] Add '%N'-format for pretty-printing commit notes
    ` [PATCHv6 10/14] Teach notes code to free its internal data structures on request
    ` [PATCHv6 11/14] Teach the notes lookup code to parse notes trees with various fanout schemes
    ` [PATCHv6 12/14] Selftests verifying semantics when loading notes trees with various fanouts
    ` [PATCHv6 13/14] Allow flexible organization of notes trees, using both commit date and SHA1
    ` [PATCHv6 14/14] Add test cases for various date-based fanouts

[RFC/PATCH v4 1/2] gitweb: check given hash before trying to create snapshot
 2009-09-12 23:03 UTC 

Confusing git pull error message
 2009-09-12 22:37 UTC  (7+ messages)

[DIFF] build git on armv6l emulator with uclibc
 2009-09-12 20:52 UTC  (3+ messages)

diffstat and signoff in git-format-patch
 2009-09-12 18:29 UTC  (4+ messages)

Issue 323 in msysgit: Can't clone over http
 2009-09-12 17:31 UTC  (11+ messages)

[PATCH v3] gitweb: check given hash before trying to create snapshot
 2009-09-12 16:32 UTC 

one half of a rebase
 2009-09-12 14:38 UTC  (5+ messages)

(unknown)
 2009-09-12 13:00 UTC 

What's cooking in git.git (Sep 2009, #02; Mon, 07)
 2009-09-12 11:46 UTC  (4+ messages)

[PATCH] wrap git's main usage string
 2009-09-12 10:39 UTC 

[PATCH] don't dereference NULL upon fdopen failure
 2009-09-12  9:16 UTC 

[PATCH 2/2] Re: Makefile: remove unused CURL_SYNONYMS variable
 2009-09-12  5:52 UTC 

[PATCH 1/2] start_command: do not clobber cmd->env on Windows code path
 2009-09-12  4:32 UTC  (3+ messages)
    ` [PATCH 2/2] pager: set LESS=FRSX also on Windows

[PATCH 2/2] add documentation for mailinfo.scissors and '--no-scissors'
 2009-09-12  3:03 UTC  (9+ messages)
` [PATCH v2] "
    ` [PATCH v2] "
      ` [PATCH v3 2/2] "

previously committed file untracked prevent checking out an old tag/branch
 2009-09-12  0:06 UTC  (2+ messages)

[PATCH] send-email: confirm on empty mail subjects
 2009-09-11 23:27 UTC  (2+ messages)

Cannot clone redirecting stdout
 2009-09-11 22:47 UTC  (7+ messages)

[JGIT PATCH 1/3] Disallow creating invalid DirCacheEntry records
 2009-09-11 19:58 UTC  (3+ messages)
` [JGIT PATCH 2/3] Don't allow DirCacheEntry with mode of 0
  ` [JGIT PATCH 3/3] Use keep(1) instead of add() when skipping an entry


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