git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-11-24 08:01:28 to 2010-11-26 16:01:00 UTC [more...]

bug: unexpected output for "git st" + suggestion
 2010-11-26 16:00 UTC  (8+ messages)
` [PATCH] help: always suggest common-cmds if prefix of cmd
          ` [PATCH v3] "

[PATCH 00/47] nd/setup updates on pu
 2010-11-26 15:32 UTC  (40+ messages)
` [PATCH 01/47] builtins: print setup info if repo is found
` [PATCH 02/47] Add t1510 and basic rules that run repo setup
` [PATCH 03/47] t1510: setup case #0
` [PATCH 04/47] t1510: setup case #1
` [PATCH 05/47] t1510: setup case #2
` [PATCH 06/47] t1510: setup case #3
` [PATCH 07/47] t1510: setup case #4
` [PATCH 08/47] t1510: setup case #5
` [PATCH 09/47] t1510: setup case #6
` [PATCH 10/47] t1510: setup case #7
` [PATCH 11/47] t1510: setup case #8
` [PATCH 12/47] t1510: setup case #9
` [PATCH 13/47] t1510: setup case #10
` [PATCH 14/47] t1510: setup case #11
` [PATCH 15/47] t1510: setup case #12
` [PATCH 16/47] t1510: setup case #13
` [PATCH 17/47] t1510: setup case #14
` [PATCH 18/47] t1510: setup case #15
` [PATCH 19/47] t1510: setup case #16
` [PATCH 20/47] t1510: setup case #17
` [PATCH 21/47] t1510: setup case #18
` [PATCH 22/47] t1510: setup case #19
` [PATCH 23/47] t1510: setup case #20
` [PATCH 24/47] t1510: setup case #21
` [PATCH 25/47] t1510: setup case #22
` [PATCH 26/47] t1510: setup case #23
` [PATCH 27/47] t1510: setup case #24
` [PATCH 28/47] t1510: setup case #25
` [PATCH 29/47] t1510: setup case #26
` [PATCH 30/47] t1510: setup case #27
` [PATCH 31/47] t1510: setup case #28
` [PATCH 33/47] t1510: setup case #30
` [PATCH 36/47] rev-parse: prints --git-dir relative to user's cwd
` [PATCH 37/47] Add git_config_early()
` [PATCH 40/47] setup: clean up setup_bare_git_dir()
` [PATCH 41/47] t1020-subdirectory: test alias expansion in a subdirectory
` [PATCH 42/47] setup: clean up setup_discovered_git_dir()
` [PATCH 46/47] Revert "Documentation: always respect core.worktree if set"
` [PATCH 47/47] git.txt: correct where --work-tree path is relative to

how to git with google code
 2010-11-26 15:21 UTC  (3+ messages)

using git with Google Code
 2010-11-26 15:12 UTC  (4+ messages)

[PATCH/RFC 00/20] Refactor rebase
 2010-11-26 14:10 UTC  (24+ messages)
` [PATCH/RFC 01/20] rebase: clearer names for directory variables
` [PATCH/RFC 02/20] rebase: refactor reading of state
` [PATCH/RFC 03/20] rebase: read state outside loop
` [PATCH/RFC 04/20] rebase: remove unused rebase state 'prev_head'
` [PATCH/RFC 05/20] rebase: act on command line outside parsing loop
` [PATCH/RFC 06/20] rebase: collect check for existing rebase
` [PATCH/RFC 07/20] rebase: stricter check on arguments
` [PATCH/RFC 08/20] rebase: align variable names
` [PATCH/RFC 09/20] rebase: align variable content
` [PATCH/RFC 10/20] rebase: factor out command line option processing
` [PATCH/RFC 11/20] rebase -i: remove now unnecessary directory checks
` [PATCH/RFC 12/20] rebase: reorder validation steps
` [PATCH/RFC 13/20] rebase: factor out reference parsing
` [PATCH/RFC 14/20] rebase: factor out clean work tree check
` [PATCH/RFC 15/20] rebase: factor out call to pre-rebase hook
` [PATCH/RFC 16/20] rebase -i: support --stat
` [PATCH/RFC 17/20] rebase: improve detection of rebase in progress
` [PATCH/RFC 18/20] rebase -m: extract code to new source file
` [PATCH/RFC 19/20] rebase: extract am "
` [PATCH/RFC 20/20] rebase: show consistent conflict resolution hint

How to do with access control per repo with a smart http git server?
 2010-11-26 12:43 UTC  (8+ messages)

Breaking t1510-repo-setup.sh tests in pu
 2010-11-26  7:51 UTC  (4+ messages)

[RFC/PATCH 00/18] WIP implement cherry-pick/revert --continue
 2010-11-26  6:28 UTC  (24+ messages)
` [RFC/PATCH 01/18] advice: add error_resolve_conflict() function
` [RFC/PATCH 02/18] revert: change many die() calls into "return error()" calls
` [RFC/PATCH 03/18] usage: implement error_errno() the same way as die_errno()
` [RFC/PATCH 04/18] revert: don't die when write_message() fails
` [RFC/PATCH 05/18] commit: move reverse_commit_list() into commit.{h, c}
` [RFC/PATCH 06/18] revert: remove "commit" global variable
` [RFC/PATCH 07/18] revert: put option information in an option struct
` [RFC/PATCH 08/18] revert: refactor code into a new pick_commits() function
` [RFC/PATCH 09/18] revert: make pick_commits() return an error on --ff incompatible option
` [RFC/PATCH 10/18] revert: make read_and_refresh_cache() and prepare_revs() return errors
` [RFC/PATCH 11/18] revert: add get_todo_content() and create_todo_file()
` [RFC/PATCH 12/18] revert: write TODO and DONE files in case of failure
` [RFC/PATCH 13/18] revert: add option parsing for option --continue
` [RFC/PATCH 14/18] revert: move global variable "me" into "struct args_info"
` [RFC/PATCH 15/18] revert: add NONE action and make parse_args() manage it
` [RFC/PATCH 16/18] revert: implement parsing TODO and DONE files
` [RFC/PATCH 17/18] revert: add remaining instructions in todo file
` [RFC/PATCH 18/18] revert: implement --continue processing

What's cooking in git.git (Nov 2010, #03; Wed, 24)
 2010-11-26  0:40 UTC  (16+ messages)

Test failure with old svn [Re: [ANNOUNCE] Git 1.7.3.2]
 2010-11-25 23:39 UTC  (5+ messages)
` [PATCH] t9157-git-svn-fetch-merge.sh: remove dependency on subversion 1.5

[PATCH/RFC] gitweb: Go to DONE_REQUEST rather than DONE_GITWEB in die_error
 2010-11-25 22:15 UTC 

vcs for hefty video and graphics files
 2010-11-25 17:34 UTC  (6+ messages)

Can't build doc anymore (v1.7.3.2)
 2010-11-25 19:54 UTC  (14+ messages)

[PATCH/RFC] gitweb: selectable configurations that change with each request
 2010-11-25 18:43 UTC  (6+ messages)
    ` [PATCHv2] "
        ` [PATCHv3] "

[PATCH v8] Detection of directory renames
 2010-11-25 17:19 UTC  (5+ messages)
` [PATCH v8 1/5] Introduce bulk-move detection in diffcore

First/oldest entry in reflog dropped
 2010-11-25 16:15 UTC  (6+ messages)

Git reset -p on working tree
 2010-11-25 16:14 UTC  (14+ messages)
          ` [PATCH] Hint at "checkout -p" in the "reset --patch <type>" error message

[PATCH 1/3] cvsimport: partial whitespace cleanup
 2010-11-25 15:10 UTC  (3+ messages)
` [PATCH 2/3] cvsimport: fix the parsing of uppercase config options
` [PATCH 3/3] cvsimport.txt: document the mapping between config and options

'git replace' and pushing
 2010-11-25  8:37 UTC  (2+ messages)

[PATCH v3 0/9] http: end urls with slash
 2010-11-25  8:21 UTC  (10+ messages)
  ` [PATCH v3 1/9] t5550-http-fetch: add missing '&&'
    ` [PATCH v3 2/9] t5550-http-fetch: add test for http-fetch
      ` [PATCH v3 3/9] shift end_url_with_slash() from http.[ch] to url.[ch]
        ` [PATCH v3 4/9] url: add str wrapper for end_url_with_slash()
          ` [PATCH v3 5/9] http-backend: use end_url_with_slash()
            ` [PATCH v3 6/9] http-push: Normalise directory names when pushing to some WebDAV servers
              ` [PATCH v3 7/9] http-push: check path length before using it
                ` [PATCH v3 8/9] http-push: add trailing slash at arg-parse time, instead of later on
                  ` [PATCH v3 9/9] http-fetch: rework url handling

[PATCH] t7300: add a missing SYMLINKS prerequisite
 2010-11-25  8:03 UTC 

aa
 2010-11-25  4:50 UTC 

[PATCH v2] git apply: apply patches with -pN (N>1) properly for some cases
 2010-11-25  2:58 UTC 

[PATCH] git apply: binary files differ can be applied with -pN (N>1)
 2010-11-25  2:52 UTC  (4+ messages)

[PATCH 1/2] git-p4: Don't edit renamed files if not necessary
 2010-11-25  1:26 UTC  (2+ messages)
` [PATCH] git-p4: Corrected typo

gitolite description
 2010-11-25  0:47 UTC  (2+ messages)

Problems switching branches
 2010-11-24 22:33 UTC  (5+ messages)

Inexplicably deteriorating performance of Git repositories on Windows
 2010-11-24 22:06 UTC  (13+ messages)

What's cooking in git.git (Nov 2010, #02; Wed, 17)
 2010-11-24 21:30 UTC  (8+ messages)

[PATCH/RFC] fast-import: treat SIGUSR1 as a request to access objects early
 2010-11-24 20:53 UTC  (3+ messages)

[PATCH] git-rebase--interactive.sh: Add new command "shell"
 2010-11-24 20:19 UTC  (2+ messages)
` [PATCHv3] git-rebase--interactive.sh: extend "edit" command to be more useful

[PATCH] imap-send: link against libcrypto for HMAC and others
 2010-11-24 20:03 UTC  (3+ messages)

when does git start caring about symlinks?
 2010-11-24 19:48 UTC  (3+ messages)

[PATCH] StGit: export: fix base commit reporting in series file
 2010-11-24 16:57 UTC  (2+ messages)

[PATCH] Allow tuning of the threshold for detecting renames/copies
 2010-11-24 14:31 UTC 

[PATCH] rebase -m: skip cherry-picked commits more reliably
 2010-11-24  6:53 UTC  (3+ messages)

[StGIT PATCH] contrib/vim: Add vim syntax highlighting for StGit commit messages
 2010-11-24 10:16 UTC  (3+ messages)

[PATCH] mingw: do not set errno to 0 on success
 2010-11-24  9:54 UTC  (3+ messages)

Versioning configuration files on a server: fatal: Unable to create '//etc/.git/index.lock': No such file or directory
 2010-11-24  9:46 UTC  (4+ 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).