git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-05-14 08:52:36 to 2009-05-16 17:55:25 UTC [more...]

[buglet] misleading error message from git checkout
 2009-05-16 17:54 UTC  (2+ messages)
` [PATCH] builtin-checkout: Don't tell user that HEAD has moved before it has

git fails with control characters in trunk directory name
 2009-05-16 17:49 UTC  (15+ messages)
        ` [PATCH] Quote LF in urls git fetch saves in FETCH_HEAD
          ` [PATCH 1/2] "
            ` [PATCH 2/2] Improve the naming of guessed target repository for git clone

[RFC PATCH] builtin-log: Add options to --coverletter
 2009-05-16 17:35 UTC  (10+ messages)

[PATCH] new test fails "add -p" for adds on the top line
 2009-05-16 17:48 UTC  (4+ messages)

[PATCH 1/3] dir.c: clean up handling of 'path' parameter in read_directory_recursive()
 2009-05-16 17:27 UTC  (11+ messages)
` [PATCH 2/3] Add 'fill_directory()' helper function for directory traversal
  ` [PATCH 3/3] read_directory(): infrastructure for pathname character set conversion
    ` [PATCH 4/3] Introduce 'convert_path_to_git()'

git-tag bug? confusing git fast-export with double tag objects
 2009-05-16 17:16 UTC  (28+ messages)

[PATCH] git-send-email.perl: Don't add header "In-Reply-To:" when --no-chain-reply-to set
 2009-05-16 17:15 UTC 

[PATCH 0/5] RESEND: git notes
 2009-05-16 16:01 UTC  (16+ messages)
` [PATCH 1/5] Introduce commit notes
` [PATCH 2/5] Add a script to edit/inspect notes
` [PATCH 3/5] Speed up git notes lookup
` [PATCH 4/5] Add an expensive test for git-notes
` [PATCH 5/5] Teach "-m <msg>" and "-F <file>" to "git notes edit"
    ` [PATCHv2 0/5] RESEND: git notes
      ` [PATCHv2 1/5] Introduce commit notes
      ` [PATCHv2 2/5] Add a script to edit/inspect notes
      ` [PATCHv2 3/5] Speed up git notes lookup
      ` [PATCHv2 4/5] Add an expensive test for git-notes
      ` [PATCHv2 5/5] Teach "-m <msg>" and "-F <file>" to "git notes edit"

Rebase a whole tree from one commit to another?
 2009-05-16 13:49 UTC  (3+ messages)

[PATCH] pre-commit.sample: don't print incidental SHA1
 2009-05-16 10:21 UTC 

[RFC/PATCH] completion: complete pretty format placeholders
 2009-05-16 10:07 UTC 

[PATCH 0/5] grep parseopt conversion
 2009-05-16  9:44 UTC  (3+ messages)
` [PATCH 5/5] grep: use parseopt

[PATCH 1/3] api-parse-options.txt: use 'func' instead of 'funct'
 2009-05-16  9:27 UTC  (4+ messages)
` [PATCH 2/3] tests: Add tests for missing format-patch long options
  ` [PATCH 3/3] format-patch: migrate to parse-options API
    ` [PATCH] "

Removing the trailing "/.git" from gitweb display?
 2009-05-16  8:14 UTC  (8+ messages)
` [PATCH] gitweb: Document that gitweb deals with bare repositories

[PATCH] Use UTF-8 instead of utf8 for backward compatibility
 2009-05-16  7:15 UTC  (2+ messages)

Narrow clone implementation difficulty estimate
 2009-05-16  5:17 UTC  (3+ messages)

[PATCH 11/11] http*: add helper methods for fetching objects (loose)
 2009-05-16  3:52 UTC 

[PATCH 09/11] http*: add helper methods for fetching packs
 2009-05-16  3:51 UTC 

[PATCH 10/11] http*: add helper methods for fetching objects/info/packs
 2009-05-16  3:52 UTC 

[PATCH 07/11] http: create function end_url_with_slash
 2009-05-16  3:51 UTC 

[PATCH 08/11] http*: add fetch_http_pack_index
 2009-05-16  3:51 UTC 

[PATCH 06/11] http*: move common variables and macros to http.[ch]
 2009-05-16  3:51 UTC 

[PATCH 04/11] http*: copy string returned by sha1_to_hex
 2009-05-16  3:51 UTC 

[PATCH 05/11] http-push: do not SEGV after fetching a bad pack idx file
 2009-05-16  3:51 UTC 

[PATCH 03/11] http-walker: verify remote packs
 2009-05-16  3:51 UTC 

[PATCH 02/11] http-push, http-walker: style fixes
 2009-05-16  3:51 UTC 

[PATCH 01/11] t5550-http-fetch: test fetching of packed objects
 2009-05-16  3:51 UTC 

[PATCH 00/11] http*: refactor fetching code
 2009-05-16  3:50 UTC 

git svn rebase problem
 2009-05-16  3:52 UTC  (3+ messages)

Simple rollback or discard of un-commited changes
 2009-05-16  2:21 UTC  (2+ messages)

git daemon request logging?
 2009-05-15 22:22 UTC  (5+ messages)

Funny error with git gc
 2009-05-15 20:30 UTC  (13+ messages)
  ` [MAKESHIFT PATCH] Cope better with a _lot_ of packs

Request for detailed documentation of git pack protocol
 2009-05-15 20:29 UTC  (14+ messages)

[PATCH] gitk: Added option 'Simple history' to the options menu
 2009-05-15 19:59 UTC  (2+ messages)

Trying to sync two svn repositories with git-svn (repost)
 2009-05-15 19:05 UTC  (14+ messages)

[PATCH/RFC RESEND 0/2] git subtree: an alternative to git submodule
 2009-05-15 18:31 UTC  (4+ messages)
`  "

[PATCH] Turn on USE_ST_TIMESPEC for OpenBSD
 2009-05-15 18:11 UTC  (2+ messages)

Cross-Platform Version Control
 2009-05-15 18:11 UTC  (13+ messages)
  ` [PATCH] Extend sample pre-commit hook to check for non ascii file/usernames
      ` [PATCH v2] Extend sample pre-commit hook to check for non ascii filenames

Proposed patch for mktree [0/3]
 2009-05-15 16:57 UTC  (16+ messages)
` [PATCH 1/3] '--missing' option for mktree: re-added strbuf_release(&p_uq), Updated man page
` [PATCH 2/3] added --batch option to mktree
` [PATCH 3/3] improved validation of entry type in mktree

SourceForge Community Choice Awards 2009
 2009-05-15  7:29 UTC 

[PATCH] Showing stash state in bash prompt
 2009-05-15  7:12 UTC  (9+ messages)

[PATCH v2] git-svn: add --authors-prog option
 2009-05-15  1:27 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 2/2] Teach "-m <msg>" and "-F <file>" to "git notes edit"
 2009-05-15  0:13 UTC 

[PATCH 1/2] Minor cleanup and bugfixing in git-notes.sh
 2009-05-15  0:12 UTC 

[PATCH 0/2] Add "-m" and "-F" options to "git notes edit"
 2009-05-15  0:11 UTC 

[PATCH] Fix minor memory leak in init-db
 2009-05-14 22:22 UTC 

Teach git how to propagate a fix across a file split
 2009-05-14 21:00 UTC 

Syntax check via update hook?
 2009-05-14 19:52 UTC  (5+ messages)

[PATCH 1/3] '--missing' option for mktree: updated usage message and man page
 2009-05-14 19:46 UTC 

Announce: Git for Windows 1.6.3
 2009-05-14 19:02 UTC  (3+ messages)

[PATCH] git-send-email: parse all messages in mbox
 2009-05-14 18:41 UTC  (5+ messages)

[Q] merge squash unexpected conflicts
 2009-05-14 18:25 UTC  (11+ messages)

mergetool for Solaris
 2009-05-14 16:00 UTC 

Random failure after "git config core.autocrlf false" then "git reset --hard"
 2009-05-14 14:53 UTC  (3+ messages)

[PATCH 0/6] Add core.autocrlf=true on cygwin by default during tests
 2009-05-14 14:39 UTC  (12+ messages)
` [PATCH 1/6] "
  ` [PATCH 2/6] Fix tests to work with core.autocrlf=true
    ` [PATCH 3/6] "
` [PATCH v2 0/7] Add GIT_TEST_AUTO_CRLF environment variable to set core.autocrlf on init
  ` [PATCH v2 1/7] "
    ` [PATCH v2 2/7] Add support functions for tests in core.autocrlf=true
      ` [PATCH v2 3/7] Fix tests to work with core.autocrlf=true -- new functions

[RFC 0/8] Antique UTF-8 filename support
 2009-05-14 13:57 UTC  (6+ messages)
` [RFC 1/8] UTF helpers

how to get 'git diff' to output patch to file
 2009-05-14 12:03 UTC  (2+ messages)

git push don't setup tracking?
 2009-05-14  9:33 UTC  (4+ messages)

git push origin error (1.6.3 new default functionality)
 2009-05-14  8:57 UTC  (7+ 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).