git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-04-21 01:30:50 to 2007-04-23 17:48:34 UTC [more...]

t4201-shortlog.sh does bad things to my terminal
 2007-04-23 17:48 UTC  (3+ messages)

[PATCH 0/2] Controversial blob munging series
 2007-04-23 17:35 UTC  (8+ messages)
` [PATCH 1/2] Add 'filter' attribute and external filter driver definition
` [PATCH 2/2] Add 'ident' conversion

Anybody using git-send-pack?
 2007-04-23 17:29 UTC 

What's cooking in git.git (topics)
 2007-04-23 17:25 UTC  (18+ messages)
        ` [RFR] gitattributes(5) documentation

[PATCH] add file checkout progress
 2007-04-23 17:17 UTC 

empty directories
 2007-04-23 16:49 UTC  (3+ messages)

git-checkout changes the index but not the checked out files?
 2007-04-23 14:53 UTC  (6+ messages)

git rev-list --boundary from..to
 2007-04-23 14:53 UTC  (4+ messages)

adding file by absolute name -- problem
 2007-04-23 14:23 UTC  (9+ messages)

speeding up git-svn when directories are copied?
 2007-04-23 14:16 UTC 

[PATCH] Documentation/git-reset.txt: suggest git commit --amend in example
 2007-04-23 12:17 UTC  (2+ messages)

[BUG] git gui and my ö
 2007-04-23 11:32 UTC 

multiple .gitignore-s
 2007-04-23 10:51 UTC  (3+ messages)

Any objectsions to enhancing git-log to show tags/branch heads?
 2007-04-23 10:00 UTC  (6+ messages)

[PATCH] dir.c(common_prefix): Fix two bugs
 2007-04-23  9:22 UTC  (4+ messages)

cvsimport problem
 2007-04-23  9:04 UTC  (3+ messages)

What's in git.git (stable)
 2007-04-23  7:04 UTC  (4+ messages)

[PATCH] Fix 'diff=pgm' attribute to consult config
 2007-04-23  4:41 UTC 

[PATCH 1/5] Add S_IFINVALID mode
 2007-04-23  2:33 UTC  (7+ messages)
` [PATCH 2/5] add get_sha1_with_mode
  ` [PATCH 3/5] add add_object_array_with_mode
    ` [PATCH 4/5] store mode in rev_list, if <tree>:<filename> syntax is used
      ` [PATCH 5/5] use mode of the tree in git-diff, if <tree>:<file> "

bug with gitweb on kernel.org
 2007-04-23  2:22 UTC  (4+ messages)

[PATCH] Support 'diff=pgm' attribute
 2007-04-23  1:02 UTC 

[RFH] plumber's puzzle
 2007-04-22 23:52 UTC  (6+ messages)

[PATCH] Fix a typo in crlf conversion code
 2007-04-22 22:52 UTC  (3+ messages)
` [PATCH] Fix crash in t0020 (crlf conversion)

[PATCH 0/4] External 'filter' attributes and drivers
 2007-04-22 21:05 UTC  (22+ messages)
` [PATCH 1/4] Simplify calling of CR/LF conversion routines
` [PATCH 2/4] convert.c: restructure the attribute checking part
` [PATCH 3/4] lockfile: record the primary process
` [PATCH 4/4] Add 'filter' attribute and external filter driver definition
          ` [PATCH 4/4] Add 'filter' attribute and external filter driverdefinition

[EGIT PATCH 0/4] Unit test for plugin and then some
 2007-04-22 21:36 UTC  (5+ messages)
` [EGIT PATCH 1/4] Drop unneeded GitTreeStorage
` [EGIT PATCH 2/4] Use the Git sort order
` [EGIT PATCH 3/4] Add writeRef method and make writeSymref public
` [EGIT PATCH 4/4] Add a JUnit test project for egit

Remote "push" syntax
 2007-04-22 20:49 UTC 

[ANNOUNCE] GIT 1.5.1.1
 2007-04-22 19:29 UTC  (15+ messages)
` [ANNOUNCE] GIT 1.5.1.2
      ` Today's 'master' leaves .idx/.pack in 0400

fetch failure from git2.kernel.org?
 2007-04-22 18:26 UTC  (6+ messages)

[BUG] 42c4b58059f.. during "make install-doc": git-add.5: No such file or directory
 2007-04-22 17:59 UTC  (3+ messages)

[PATCH] Simplify calling of CR/LF conversion routines
 2007-04-22 16:16 UTC  (3+ messages)

"info/exclude" vs bare repo
 2007-04-22 15:56 UTC 

Why SHA are 40 bytes? (aka looking for flames)
 2007-04-22 13:27 UTC  (11+ messages)

cherry-pick --since ?
 2007-04-22 12:06 UTC  (3+ messages)

[PATCH 3/3] Teach cat-file a --quiet option
 2007-04-22  9:20 UTC  (6+ messages)

git push over http is very dangerous
 2007-04-22  7:21 UTC  (5+ messages)

git clone problem through HTTP
 2007-04-22  5:10 UTC  (4+ messages)

Problem with git-clone
 2007-04-22  2:35 UTC  (3+ messages)

[PATCH] Secure receive-pack to run setuid
 2007-04-22  1:43 UTC 

[PATCH 2/3] Improve argument parsing in cat-file
 2007-04-22  1:14 UTC 

[PATCH 1/3] Cleanup variables in cat-file
 2007-04-22  1:14 UTC 

Question about removing old objects
 2007-04-22  0:15 UTC  (3+ messages)

[PATCH 2/2] Add keyword unexpansion support to convert.c
 2007-04-21 23:31 UTC  (11+ messages)

[RFH] WTF did we change in git-fsck recently?
 2007-04-21 20:36 UTC  (5+ messages)
      ` Automated bisect success story

[BUG] git-new-workdir doesn't understand packed refs
 2007-04-21 20:05 UTC  (12+ messages)
              ` [PATCH] Add test for symlinked .git/packed-refs
                  ` [PATCH] pack-refs: dereference .git/packed-refs if it is a symlink

[PATCH 1/4] add mode parameter to get_sha1
 2007-04-21 20:02 UTC  (6+ messages)
` [PATCH 2/4] add support for storing the mode in object_array
  ` [PATCH 3/4] add mode to add_pending_object
    ` [PATCH 4/4] use the mode information of the tree, if <SHA1>:file name syntax is used

[RFH] How to get git-gui.sh history
 2007-04-21 20:01 UTC  (7+ messages)

Why SHA are 20 bytes? (aka looking for flames)
 2007-04-21 17:43 UTC 

[PATCH 1/7] gitweb: show "no difference" message for empty diff
 2007-04-21 12:23 UTC  (5+ messages)
` [PATCH 2/7] gitweb: Support comparing blobs with different names
      ` [PATCH 0/4] git-diff: use mode for tree:name syntax (was: Re: [PATCH 2/7] gitweb: Support comparing blobs with different names)

[PATCH] Add "stg bury" command, with the functionnality of contrib/stg-sink
 2007-04-21 11:00 UTC  (9+ messages)

Possible bug in --short option of git-rev-list
 2007-04-21 10:03 UTC  (3+ messages)

[PATCH] perl: install private Error.pm if the site version is older than our own
 2007-04-21  7:55 UTC 

git via rsync
 2007-04-21  7:24 UTC  (2+ messages)

[PATCH] Contribute a fairly paranoid update hook
 2007-04-21  3:39 UTC  (5+ 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).