git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-02-20 23:37:33 to 2009-02-23 06:47:46 UTC [more...]

[PATCH 00/13] New output style for git remote show
 2009-02-23  6:46 UTC  (16+ messages)
` [PATCH 01/13] remote: rename variable and eliminate redundant function call
` [PATCH 02/13] remote: remove unused code in get_ref_states
` [PATCH 03/13] remote: fix two inconsistencies in the output of "show <remote>"
` [PATCH 04/13] remote: make get_remote_ref_states() always populate states.tracked
` [PATCH 05/13] remote: name remote_refs consistently
` [PATCH 06/13] string-list: new for_each_string_list() function
` [PATCH 07/13] remote: new show output style
` [PATCH 08/13] refactor duplicated get_local_heads() to remote.c
` [PATCH 09/13] refactor duplicated ref_newer() "
` [PATCH 10/13] remote.c: make match_refs() copy src ref before assigning to peer_ref
` [PATCH 11/13] remote.c: don't short-circuit match_refs() when error in match_explicit_refs()
` [PATCH 12/13] remote.c: refactor get_remote_ref_states()
` [PATCH 13/13] remote: new show output style for push refspecs

[RFC/PATCH] revision.c: add --format option for 'git log'
 2009-02-23  6:39 UTC  (11+ messages)

[tig] typo in man tig
 2009-02-23  5:41 UTC 

[tig] how to format main view
 2009-02-23  5:35 UTC 

[PATCH v2 0/4] Add more tests of cvsimport
 2009-02-23  5:08 UTC  (14+ messages)
` [PATCH v2 1/5] Start a library for cvsimport-related tests
  ` [PATCH v2 2/5] Use CVS's -f option if available (ignore user's ~/.cvsrc file)
    ` [PATCH v2 3/5] Test contents of entire cvsimported "master" tree contents
      ` [PATCH v2 4/5] Add some tests of git-cvsimport's handling of vendor branches
        ` [PATCH v2 5/5] Add a test of "git cvsimport"'s handling of tags and branches
          ` [PATCH v3 0/5] Add more tests of cvsimport
            ` [PATCH v3 1/5] Start a library for cvsimport-related tests
              ` [PATCH v3 2/5] Use CVS's -f option if available (ignore user's ~/.cvsrc file)
                ` [PATCH v3 3/5] Test contents of entire cvsimported "master" tree contents
                  ` [PATCH v3 4/5] Add some tests of git-cvsimport's handling of vendor branches
                    ` [PATCH v3 5/5] Add a test of "git cvsimport"'s handling of tags and branches

[PATCH] git-svn: Create leading directories in create-ignore
 2009-02-23  4:34 UTC  (2+ messages)

Git rebase aggravation
 2009-02-23  4:34 UTC  (2+ messages)

empty symlink detection breakage
 2009-02-23  4:33 UTC  (2+ messages)

Counter-intuitive results for git show and git checkout during rebase with conflict
 2009-02-23  4:04 UTC 

[PATCH 2/2] --date=relative falls back to "short" format for commits older than a year
 2009-02-23  3:16 UTC  (6+ messages)

Getting diff in commit-msg hook?
 2009-02-23  2:35 UTC  (2+ messages)

sparse/narrow checkout
 2009-02-22  4:20 UTC  (3+ messages)

[PATCH] git-svn: try to read the dcommit url from the config file
 2009-02-23  2:05 UTC  (6+ messages)
` git svn dcommit difficulties/feature request

[PATCH/RFC 4/6] object: add one bit to let creation of private types (OBJ_MAX + n)
 2009-02-23  1:47 UTC  (4+ messages)

GSoC 2009 Prospective student
 2009-02-23  0:46 UTC  (7+ messages)

git rebase -i
 2009-02-23  0:32 UTC  (4+ messages)

CVS import
 2009-02-23  0:08 UTC  (9+ messages)
` CVS import [SOLVED]
          ` autocrlf=input and safecrlf (was Re: CVS import [SOLVED])

[PATCH 1/2] Make git blame's date output format configurable, like git log
 2009-02-22 23:03 UTC  (3+ messages)

How do I undo a fast-forward merge safely?
 2009-02-22 19:54 UTC  (2+ messages)

How to update? (git Changed but not updated)
 2009-02-22 10:07 UTC  (4+ messages)

Blamming a diff between two commits?
 2009-02-22 19:11 UTC  (4+ messages)

Rebase v.s. fast forward
 2009-02-22 19:00 UTC  (2+ messages)

[PATCH/RFC 5/6] builtin-tag: add sort by date -D
 2009-02-22 18:38 UTC  (3+ messages)

[tig PATCH v2 0/2] popup menu
 2009-02-22 18:36 UTC  (4+ messages)
` [tig PATCH v2 1/2] Popup menu
` [tig PATCH v2 2/2] Popup menu: redraw as needed
  ` [tig PATCH v2bis "

[PATCH/RFC 1/6] tag: read signature
 2009-02-22 18:25 UTC  (3+ messages)

[PATCH/RFC 2/6] tag: parse the date
 2009-02-22 18:06 UTC 

[PATCH/RFC 3/6] tag: copy parsed buffer unconditionnaly
 2009-02-22 18:06 UTC 

[PATCH/RFC 6/6] test: add simple sorted tag test
 2009-02-22 18:06 UTC 

[PATCH/RFC 0/6] sort tags by date (git tag -l -D)
 2009-02-22 18:06 UTC 

[PATCH B v4 0/5] git config: reorganization
 2009-02-22 17:35 UTC  (12+ messages)
` [PATCH B v4 1/5] git config: reorganize to use parseopt
  ` [PATCH B v4 2/5] git config: don't allow multiple config file locations
    ` [PATCH B v4 3/5] git config: don't allow multiple variable types
      ` [PATCH B v4 4/5] git config: don't allow extra arguments for -e or -l
        ` [PATCH B v4 5/5] git config: don't allow --get-color* and variable type

git-grep: small suggestion, -w flag
 2009-02-22 17:23 UTC  (5+ messages)

merge smart enough to adapt to renames?
 2009-02-22 17:13 UTC  (10+ messages)

[PATCH JGIT] Add "compare with index" action
 2009-02-22 16:38 UTC  (2+ messages)

[PATCH 2/4] format-patch: track several references
 2009-02-22 16:49 UTC  (3+ messages)
` [PATCH v2 next 0/4] format-patch --cover-letter --in-reply-to

[PATCH] Add bare repository indicator for __git_ps1
 2009-02-22 16:49 UTC  (5+ messages)

[PATCH 0/4] Add more tests of cvsimport
 2009-02-22 16:49 UTC  (9+ messages)

git-blame and finding previous version of a line
 2009-02-22 16:48 UTC  (2+ messages)

Git Extensions - User Manual
 2009-02-22 14:40 UTC 

pre-commit hook
 2009-02-22 14:13 UTC  (7+ messages)

[PATCH] write_index(): update index_stat->timestamp after flushing to disk
 2009-02-22 14:09 UTC 

[PATCH] Popup menu
 2009-02-22 13:00 UTC  (6+ messages)
` [PATCH] 'tig branch' opens tig in branch view

[EGIT PATCH] Use explicit bundle name in UIText to aid IDE integration
 2009-02-22 10:20 UTC 

Is this a git-bisect bug?
 2009-02-22  6:47 UTC  (4+ messages)

How to list files that are pending for commit from a merge, including hand modified files
 2009-02-22  2:09 UTC  (3+ messages)

[PATCH v4] git-archive: Add new option "--output" to write archive to a file instead of stdout
 2009-02-21 20:38 UTC  (2+ messages)

[ANNOUNCE] tig-0.14
 2009-02-21 20:18 UTC  (10+ messages)

whitespace checking in git-add?
 2009-02-21 19:40 UTC  (5+ messages)

[PATCH v3] Add bare repository indicator for __git_ps1
 2009-02-21 19:20 UTC 

[PATCH v3] Test fsck a bit harder
 2009-02-21 19:21 UTC  (3+ messages)
` [PATCH v4] "

[tig PATCH] Predefined external command: git commit
 2009-02-21 18:52 UTC  (5+ messages)

[PATCH v2.1 resend] rev-list: estimate number of bisection step left
 2009-02-21 17:12 UTC  (3+ messages)

About git pretty
 2009-02-21 15:31 UTC  (6+ messages)

[EGIT] [PATCH 0/2] Make sure to setup a clone the same as git-clone does
 2009-02-21 15:17 UTC  (3+ messages)
` [EGIT] [PATCH 1/2] Make sure to set core.bare to false when cloning
  ` [EGIT] [PATCH 2/2] Make sure to set up the default (pull) remote branch for master

[RFC PATCH] hooks: add some defaults to support sane workflow to pre-commit
 2009-02-21 14:30 UTC  (7+ messages)

git merge --abort
 2009-02-21 10:18 UTC  (10+ messages)

git push usage
 2009-02-21  9:32 UTC  (2+ messages)

[PATCH/RFC v2 0/3] git checkout optimisation - part 3
 2009-02-21  5:42 UTC  (5+ messages)
` [PATCH/RFC v2 2/3] make USE_NSEC work as expected

Best CI Server for Git?
 2009-02-21  4:59 UTC  (6+ messages)

[tig PATCH] Fix previous/next with branch+main view
 2009-02-21  1:07 UTC 

[PATCH A v4 0/5] git config: cleanups
 2009-02-21  0:48 UTC  (6+ messages)
` [PATCH A v4 1/5] git config: codestyle cleanups
  ` [PATCH A v4 2/5] git config: trivial cleanup for editor action
    ` [PATCH A v4 3/5] git_config(): not having a per-repo config file is not an error
      ` [PATCH A v4 4/5] git config: trivial rename in preparation for parseopt
        ` [PATCH A v4 5/5] git config: reorganize get_color*

[PATCH] Documentation: Note file formats send-email accepts
 2009-02-21  0:04 UTC  (2+ messages)


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 NNTP newsgroup(s).