git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-12-27 20:58:46 to 2009-12-30 18:10:03 UTC [more...]

[PATCH RFC 1/2] Smart-http tests: Break test t5560-http-backend into pieces
 2009-12-30 18:09 UTC  (4+ messages)
` [PATCH RFC 2/2] Smart-http tests: Test http-backend without curl or a webserver

Minor bug in bash completion
 2009-12-30 18:00 UTC  (3+ messages)

Possible bug in 1.6.6 with reset --hard and $GIT_WORK_TREE
 2009-12-30 17:54 UTC  (9+ messages)
          ` [PATCH] reset: unbreak hard resets with GIT_WORK_TREE

[PATCH/resend] CVS Server: Support reading base and roots from environment
 2009-12-30 17:12 UTC  (4+ messages)

[PATCH] builtin-config: add --path option doing ~ and ~user expansion
 2009-12-30 16:51 UTC 

GNU patch: 2.6.1 release (mostly bugfixes)
 2009-12-30 16:30 UTC 

git fast-import not verifying commit author lines?
 2009-12-30 15:03 UTC  (4+ messages)
    ` [PATCH] fast-import: Document author/committer/tagger name is optional

[PATCH] bash completion: add space between branch name and status flags
 2009-12-30 14:57 UTC  (4+ messages)

[PATCH] SubmittingPatches: hints to know the status of a submitted patch
 2009-12-30 14:51 UTC 

[PATCH] branch: die explicitly why when calling "git branch [-a|-r] branchname"
 2009-12-30 14:45 UTC 

[PATCH] let core.excludesfile default to ~/.gitignore
 2009-12-30 14:31 UTC  (4+ messages)
` [PATCH v2] Let core.excludesfile default to ~/.gitexcludes

[PATCH] grep: do not do external grep on skip-worktree entries
 2009-12-30 14:11 UTC 

[PATCH] git-update-index: report(...) now flushes stdout after printing the report line
 2009-12-30 13:56 UTC  (3+ messages)

Giving command line parameter to textconv command?
 2009-12-30 13:55 UTC  (12+ messages)
        ` [PATCH 1/6] run-command: add "use shell" option
        ` [PATCH 2/6] run-command: convert simple callsites to use_shell
        ` [PATCH 3/6] run-command: optimize out useless shell calls
        ` [PATCH 4/6] editor: use run_command's shell feature
        ` [PATCH 5/6] textconv: use shell to run helper
        ` [PATCH 6/6] diff: run external diff helper with shell

[Updated PATCH 0/2] Improve remote helpers exec error reporting
 2009-12-30 13:47 UTC  (4+ messages)
` [Updated PATCH 1/2] Report exec errors from run-command
` [Updated PATCH 2/2] Improve transport helper exec failure reporting

[PATCH] cvsserver: make the output of 'update' more compatible with cvs
 2009-12-30 13:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] t9700-perl-git.sh: Fix a test failure on Cygwin
 2009-12-30 13:40 UTC  (2+ messages)

[PATCH RFC] builtin-push: add --delete as syntactic sugar for :foo
 2009-12-30 12:14 UTC  (7+ messages)
  ` [PATCH RFC v2] "
        ` [PATCH v3] "

[PATCH 1/2] MinGW: Use pid_t more consequently, introduce uid_t for greater compatibility
 2009-12-30 11:11 UTC  (6+ messages)

Feature suggestion: support arguments for GIT_PROXY_COMMAND & core.gitproxy
 2009-12-30 11:05 UTC  (4+ messages)

signing tags: user.name assumed to be gpg uid?
 2009-12-30 10:47 UTC  (3+ messages)

[PATCH] textconv: stop leaking file descriptors
 2009-12-30  9:02 UTC 

[PATCH] Makefile: determine the list of header files using a glob
 2009-12-30  8:45 UTC  (7+ messages)

[PATCH] Add --path-prefix option to git-fast-import
 2009-12-30  8:17 UTC  (4+ messages)

[BUG] git archive formats and dashdash
 2009-12-30  8:11 UTC  (9+ messages)
      ` [PATCH] Fix archive format with -- on the command line

[PATCH] gitk: Use git-difftool for external diffs
 2009-12-30  7:49 UTC  (3+ messages)

[PATCH v2] gitk: Honor TMPDIR when viewing diffs externally
 2009-12-30  7:45 UTC  (3+ messages)

[PATCH] Add completion for git-svn mkdirs,reset,and gc
 2009-12-30  7:43 UTC  (3+ messages)

Question about 'branch -d' safety
 2009-12-30  6:43 UTC  (4+ messages)

[PATCH v6 0/4] "git reset --merge" related improvements
 2009-12-30  5:54 UTC  (5+ messages)
` [PATCH v6 1/4] reset: improve mixed reset error message when in a bare repo
` [PATCH v6 2/4] Documentation: reset: add some tables to describe the different options
` [PATCH v6 3/4] reset: add a few tests for "git reset --merge"
` [PATCH v6 4/4] reset: use "unpack_trees()" directly instead of "git read-tree"

[PATCH v5 0/7] "git reset --merge" related improvements
 2009-12-30  5:47 UTC  (4+ messages)
` [PATCH v5 4/7] reset: add option "--keep" to "git reset"

[PATCH 2/2] MinGW: Add missing file mode bit defines
 2009-12-30  0:51 UTC  (3+ messages)

65c042d4 broke `remote update' without named group
 2009-12-29 23:49 UTC 

gitk : french translation
 2009-12-29 22:39 UTC  (2+ messages)
  ` [RESEND PATCH] french translation of gitk

[PATCH] user-manual: use standarized quoting
 2009-12-29 22:19 UTC  (3+ messages)

[PATCH] commit: --cleanup is a message option
 2009-12-29 21:54 UTC 

[PATCH] Wrap completions in `type git' conditional statement
 2009-12-29 21:54 UTC  (5+ messages)

[PATCH/RFC 0/3] git rerere unresolve file
 2009-12-29 21:42 UTC  (11+ messages)
` [PATCH 0/9] Undoing conflict resolution
  ` [PATCH 1/9] builtin-merge.c: use standard active_cache macros
  ` [PATCH 2/9] resolve-undo: record resolved conflicts in a new index extension section
  ` [PATCH 3/9] resolve-undo: basic tests
  ` [PATCH 4/9] resolve-undo: allow plumbing to clear the information
  ` [PATCH 5/9] resolve-undo: "checkout -m path" uses resolve-undo information
  ` [PATCH 6/9] resolve-undo: teach "update-index --unresolve" to use resolve-undo info
  ` [PATCH 7/9] rerere: remove silly 1024-byte line limit
  ` [PATCH 8/9] rerere: refactor rerere logic to make it independent from I/O
  ` [PATCH 9/9] rerere forget path: forget recorded resolution

Help on CGIT
 2009-12-29 20:54 UTC  (10+ messages)

[PATCH] git count-objects: handle packs bigger than 4G
 2009-12-29 19:09 UTC 

config for merging master to test branch
 2009-12-29 18:32 UTC  (5+ messages)

core.worktree bug
 2009-12-29 17:05 UTC  (10+ messages)
` [PATCH] Fix core.worktree being used when GIT_DIR is not set
      ` [PATCH] Documentation: always respect core.worktree if set

[PATCH] pull: refuse complete src:dst fetchspec arguments
 2009-12-29 16:58 UTC  (3+ messages)

Allowing push --dry-run through fetch url
 2009-12-29 16:58 UTC  (6+ messages)

Does smart-http need git-daemon-export-ok?
 2009-12-29 15:00 UTC  (14+ messages)
  ` [PATCH 1/2] Smart-http: Add tests and documentation for export-ok
    ` [PATCH 2/2] Smart-http: check if repository is OK to export before serving it
          ` [PATCH] "

Newbie to git
 2009-12-29 12:11 UTC  (12+ messages)

[PATCH] t7102: make the test fail if one of its check fails
 2009-12-29  8:13 UTC 

[PATCH] Documentation: commit: explain the non-meaning of S-o-b
 2009-12-29  7:54 UTC  (2+ messages)

[PATCH/RFC] Add progress options
 2009-12-29  3:06 UTC  (6+ messages)
` [PATCH 0/4] clone: use --progress to mean -v

file in new branch also shown in master branch?
 2009-12-28 23:25 UTC  (2+ messages)

immutable tags?
 2009-12-28 22:22 UTC  (8+ messages)

[PATCH 1/5] gitk: Remove forced use of sans-serif font
 2009-12-28 20:04 UTC  (5+ messages)
` [PATCH 2/5] gitk: Set the font for all spinbox widgets
  ` [PATCH 3/5] gitk: Set the font for all listbox widgets
    ` [PATCH 4/5] gitk: Disable option when themed widgets are not available
      ` [PATCH 5/5] gitk: Use consistent font for all text input fields

[PATCH] Allow git to use any HTTP authentication method
 2009-12-28 18:15 UTC  (11+ messages)

[PATCH RESEND] git gui: Use git diff --submodule when available
 2009-12-28 16:22 UTC 

Need some help with git rebase
 2009-12-28 13:33 UTC 

What's cooking in git.git (Dec 2009, #05; Mon, 28)
 2009-12-28  9:57 UTC 

[Squash PATCH] fprintf(stderr, "Warning...") -> warning("...")
 2009-12-28  9:24 UTC  (2+ messages)

Set the repository as it was on an earlier commit
 2009-12-28  5:18 UTC  (5+ messages)
      ` Fwd: "

[PATCH] Smart-http documentation: add example of how to execute from userdir
 2009-12-28  4:46 UTC  (6+ messages)
    ` [PATCH v2] "

Git reproducible corruption errors on merge/checkout not detected by git fsck --full --strict
 2009-12-27 21:59 UTC 


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