git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-10-06 18:50:27 to 2011-10-10 04:43:04 UTC [more...]

What's the difference between `git show branch:file | diff -u - file` vs `git diff branch file`?
 2011-10-10  4:42 UTC  (6+ messages)
` [PATCH 0/3] Un-pessimize "diff-index $commit -- $pathspec"
  ` [PATCH 1/3] traverse_trees(): allow pruning with pathspec

Recovering Committed Changes in a Detached Head?
 2011-10-10  1:26 UTC  (10+ messages)

[PATCH] Teach merge the '[-e|--edit]' option
 2011-10-09 23:23 UTC  (11+ messages)
  ` [PATCH v2] "

[PATCH] commit: teach --gpg-sign option
 2011-10-09 23:18 UTC  (13+ messages)

[PATCH 0/4] Refactor git-mergetool--lib.sh
 2011-10-09 21:47 UTC  (6+ messages)
` [PATCH 3/4] mergetool--lib: Refactor tools into separate files
  ` [PATCH da/difftool-mergtool-refactor] Makefile: fix permissions of mergetools/ checked out with permissive umask

[PATCH 0/6] Retain caches of submodule refs
 2011-10-09 20:10 UTC  (5+ messages)
` [PATCH 6/6] "

Check revision and if no files modified (looking for svnversion equivalent)
 2011-10-09 18:10 UTC  (2+ messages)

A Basic Git Question About File Tracking
 2011-10-09 16:57 UTC  (9+ messages)
          ` A Basic Git Question About File Tracking [ANSWERED]

[PATCH v3 5/5] attr.c: respect core.ignorecase when matching attribute patterns
 2011-10-09 15:16 UTC  (2+ messages)

[PATCH 1/2] xdiff: factor out get_func_line()
 2011-10-09 11:36 UTC  (2+ messages)
` [PATCH 2/2] diff: add option to show whole functions as context

[PATCH] git-difftool: allow skipping file by typing 'n' at prompt
 2011-10-09 11:26 UTC  (11+ messages)

[PATCH 0/6] Sequencer fixups mini-series
 2011-10-09  9:24 UTC  (12+ messages)
` [PATCH 1/6] revert: Free memory after get_message call
` [PATCH 2/6] revert: Simplify getting commit subject
` [PATCH 3/6] revert: Fix buffer overflow in insn sheet parser
` [PATCH 4/6] revert: Make commit descriptions in insn sheet optional
` [PATCH 5/6] revert: Allow mixed pick and revert instructions
` [PATCH 6/6] revert: Simplify passing command-line arguments around

Git is not scalable with too many refs/*
 2011-10-09  5:43 UTC  (5+ messages)

[RFC/PATCH] Add multiple workdir support to branch/checkout
 2011-10-08 22:55 UTC  (2+ messages)

[PATCH v3] Teach merge the '[-e|--edit]' option
 2011-10-08 18:39 UTC 

[PATCHv5/RFC 0/6] Moving gitweb documentation to manpages
 2011-10-08 18:32 UTC  (7+ messages)
` [PATCHv5/RFC 1/6] Documentation: Preparation for gitweb manpages
` [PATCHv5 2/6] gitweb: Add manpage for gitweb configuration files
` [PATCHv5/RFC 3/6] gitweb: Add manpage for gitweb
` [PATCHv5 4/6] Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpages
` [PATCHv5 5/6] Documentation: Add gitweb config variables to git-config(1)
` [PATCHv5 6/6] gitweb: Add gitweb manpages to 'gitweb' package in git.spec

unexpected behavior with `git log --skip filename`
 2011-10-08 17:47 UTC  (4+ messages)

[PATCH 2/3] Fix some "variable might be used uninitialized" warnings
 2011-10-08 16:06 UTC  (4+ messages)

[PATCH] builtin/log.c: Fix an "Using plain integer as NULL pointer" warning
 2011-10-08 16:18 UTC 

How pretty is pretty? git cat-file -p inconsistency
 2011-10-08 16:36 UTC  (6+ messages)

[PATCH 0/9] ref completion optimizations, fixes, and cleanups
 2011-10-08 14:54 UTC  (10+ messages)
` [PATCH 1/9] completion: document __gitcomp()
` [PATCH 2/9] completion: optimize refs completion
` [PATCH 3/9] completion: make refs completion consistent for local and remote repos
` [PATCH 4/9] completion: improve ls-remote output filtering in __git_refs()
` [PATCH 5/9] completion: support full refs from remote repositories
` [PATCH 6/9] completion: query only refs/heads/ in __git_refs_remotes()
` [PATCH 7/9] completion: improve ls-remote output filtering "
` [PATCH 8/9] completion: fast initial completion for config 'remote.*.fetch' value
` [PATCH 9/9] completion: remove broken dead code from __git_heads() and __git_tags()

Display line numbers in gitk?
 2011-10-08 13:27 UTC 

gitk: 'j' and 'k' keyboard shortcuts backward
 2011-10-08  7:04 UTC  (2+ messages)

[PATCH v3] gitk: Teach gitk to respect log.showroot
 2011-10-08  6:47 UTC  (2+ messages)

[PATCH 1/3] refs.c: ensure struct whose member may be passed to realloc is initialized
 2011-10-08  3:20 UTC  (3+ messages)
` [PATCH 2/3] refs.c: abort ref search if ref array is empty
` [PATCH 3/3] refs.c: free duplicate entries in the ref array instead of leaking them

[PATCH 0/3] jp/get-ref-dir-unsorted fixups
 2011-10-08  3:20 UTC 

[PATCH 1/3] completion: unite --reuse-message and --reedit-message handling
 2011-10-08  1:09 UTC  (6+ messages)
` [PATCH 3/3] completion: push --set-upstream
    ` [PATCH 1/2] completion: unite --reuse-message and --reedit-message for 'notes'
    ` [PATCH 2/2] completion: unite --format and --pretty for 'log' and 'show'

[PATCH] fmt-merge-msg: use branch.$name.description
 2011-10-08  0:01 UTC  (12+ messages)

[PATCH] git-svn: Allow certain refs to be ignored
 2011-10-07 23:33 UTC  (3+ messages)

[BUG?] git fetch -p -t prunes all non-tag refs
 2011-10-07 23:00 UTC  (3+ messages)
` [WIP PATCH 0/2] Be more careful when prunning

[PATCHv3 0/4] Be more careful when prunning
 2011-10-07 22:51 UTC  (5+ messages)
` [PATCH 1/4] fetch: free all the additional refspecs
` [PATCH 2/4] t5510: add tests for fetch --prune
` [PATCH 3/4] fetch: honor the user-provided refspecs when pruning refs
` [PATCH 4/4] fetch: treat --tags like refs/tags/*:refs/tags/* when pruning

[PATCH 0/7] pickaxe: plug memory leaks, deduplicate code
 2011-10-07 22:47 UTC  (2+ messages)

[PATCH] git-send-email.perl: expand filename of aliasesfile
 2011-10-07 22:26 UTC  (10+ messages)
` [PATCH v2] git-send-email: allow filename expansion
  ` [PATCH 1/2] Add Git::config_path()
` [PATCH 2/2] use new Git::config_path() for aliasesfile
    ` [PATCH/RFC 3/2] Refactor Git::config_*

Git's translations need to be updated for submission
 2011-10-07 22:11 UTC  (4+ messages)
` [PATCH] po/pl.po: Eliminate fuzzy translations

What's cooking in git.git (Oct 2011, #03; Fri, 7)
 2011-10-07 20:28 UTC 

[PATCH] post-receive-email: explicitly set Content-Type header
 2011-10-07 20:19 UTC  (8+ messages)
` [PATCH v2] "

66 patches and counting
 2011-10-07 18:51 UTC  (6+ messages)
    ` Scalable reference handling

git remote doesn't show remotes from .git/remotes
 2011-10-07 18:08 UTC  (4+ messages)

"Use of uninitialized value" running "git svn clone" when having svn tag branches
 2011-10-07 18:01 UTC 

[PATCH WIP 0/3] git log --exclude
 2011-10-07 17:57 UTC  (6+ messages)

[PATCH 0/3] Be more careful when prunning
 2011-10-07 16:40 UTC  (15+ messages)
` [PATCH 1/3] fetch: free all the additional refspecs
` [PATCH 2/3] fetch: honor the user-provided refspecs when pruning refs
` [PATCH 3/3] fetch: treat --tags like refs/tags/*:refs/tags/* when pruning
  ` [PATCHv2 0/3] Be more careful when prunning

[PATCH] show git tag output in pager
 2011-10-07 16:16 UTC  (8+ messages)

[PATCH 1/2] submodule: whitespace fix
 2011-10-07  9:04 UTC  (2+ messages)
` [PATCH 2/2] submodule::module_clone(): silence die() message from module_name()

Fix another file leak
 2011-10-07  7:40 UTC  (5+ messages)
` [PATCH] fetch: plug two leaks on error exit in store_updated_refs
      ` [PATCH v2] "

Pull --rebase looses merge information
 2011-10-07  6:46 UTC  (3+ messages)

Prompt for merge message?
 2011-10-07  3:07 UTC  (10+ messages)

RFC: reverse bisect
 2011-10-07  1:57 UTC  (6+ messages)
` [RFC/PATCH]: reverse bisect v 2.0

git-svn: ignore-paths not enough (not ignoring refs?)
 2011-10-07  0:41 UTC  (2+ messages)

Git Bug report
 2011-10-06 22:57 UTC  (8+ messages)

[PATCH v2] revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do so
 2011-10-06 22:02 UTC  (4+ messages)

[PATCH] revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do so
 2011-10-06 21:49 UTC  (5+ messages)

[PATCH v3 0/5] reroll bc/attr-ignore-case
 2011-10-06 20:57 UTC  (2+ messages)

[PATCH] merge-one-file: fix "expr: non-numeric argument"
 2011-10-06 20:25 UTC  (2+ messages)

Git tech talk speaker wanted
 2011-10-06 19:57 UTC 

[PATCHv3 2/5] Learn to handle gitfiles in enter_repo
 2011-10-06 19:16 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).