Git development
 help / color / mirror / Atom feed
 messages from 2007-11-04 19:02:37 to 2007-11-06 04:16:25 UTC [more...]

git pull opinion
 2007-11-06  4:16 UTC  (13+ messages)

[PATCH] git-cvsimport: Add -N option to force a new import
 2007-11-06  3:36 UTC  (3+ messages)

[bug in next ?] git-fetch/git-push issue
 2007-11-06  3:26 UTC  (10+ messages)

Minor glitch in git-gui: changes to global options aren't taken into account immediately
 2007-11-06  3:19 UTC  (2+ messages)

[PATCH] git-revert is one of the most misunderstood command in git, help users out
 2007-11-06  3:18 UTC  (14+ messages)

[RFC PATCH] Reduce the number of connects when fetching
 2007-11-06  3:04 UTC  (3+ messages)

[PATCH] status&commit: Teach them to show commits of modified submodules
 2007-11-06  2:22 UTC  (8+ messages)

[BUG] git grep broken on master - won't work when merging
 2007-11-06  2:00 UTC  (3+ messages)

[PATCH] git-mailsplit: with maildirs try to process new/ if cur/ is empty
 2007-11-06  1:41 UTC  (7+ messages)

[PATCH] t3502: Disambiguate between file and rev by adding --
 2007-11-06  1:20 UTC  (4+ messages)

[PATCH 0/3] Make user formatted commit listing less expensive
 2007-11-06  1:06 UTC  (10+ messages)
` [PATCH 1/3] Split off the pretty print stuff into its own file
` [PATCH 2/3] interpolate.[ch]: Add a function to find which interpolations are active
` [PATCH 3/3] pretty=format: Avoid some expensive calculations when not needed

[PATCH] gc: use parse_options
 2007-11-06  0:37 UTC  (4+ messages)

[PATCH] upload-pack: Use finish_{command,async}() instead of waitpid()
 2007-11-06  0:22 UTC  (5+ messages)
  ` [PATCH] t5530-upload-pack-error: Check more carefully for failures

[RFC] Second attempt at making git-clean a builtin
 2007-11-05 23:54 UTC  (13+ messages)
` [PATCH] Add more tests for git-clean
  ` [PATCH] Make git-clean a builtin
      ` [PATCH 3/2] Use parse-options in builtin-clean

[ANNOUNCE] cgit v0.7
 2007-11-05 23:53 UTC  (4+ messages)

[Patch] Documentation: enhanced "git for CVS users" doc about shared repositories
 2007-11-05 23:52 UTC  (2+ messages)

[PATCH 1/4] Add testcase for ammending and fixing author in git commit
 2007-11-05 23:18 UTC  (8+ messages)
` [PATCH 2/4] Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites
  ` [PATCH 3/4] Export launch_editor() and make it accept ':' as a no-op editor
    ` [PATCH 4/4] Implement git commit and status as a builtin commands

[REPLACEMENT PATCH] Rearrange git-format-patch synopsis to improve clarity
 2007-11-05 23:04 UTC 

[PATCH] Rearrange git-format-patch synopsis to improve clarity
 2007-11-05 22:56 UTC  (5+ messages)

[PATCH] Implement selectable group ownership in git-init
 2007-11-05 22:27 UTC  (6+ messages)

proposal for an OPTION_SUBARRAY (recursive parser)
 2007-11-05 22:14 UTC  (17+ messages)
` [PATCH 1/4] parse-options: abbreviation engine fix
  ` [PATCH 2/4] Some better parse-options documentation
    ` [PATCH 3/4] Add OPTION_BASEOFFSET/OPTION_SUBARRAY
      ` [PATCH 4/4] Implement OPTION_SUBARRAY handling
  ` [PATCH] parse-options: abbreviation engine fix
      ` [PATCH 1/3] "
      ` [PATCH 2/3] parseopt: introduce OPT_RECURSE to specify shared options
      ` [PATCH 3/3] parseopt: do not list options with the same name twice

[PATCH] Use parseopts in builtin-push
 2007-11-05 21:50 UTC  (2+ messages)

[PATCH] git-commit.sh: Fix usage checks regarding paths given when they do not make sense
 2007-11-05 21:39 UTC  (2+ messages)

New features in gitk
 2007-11-05 21:35 UTC  (21+ messages)
                  ` [PATCH 0/2] History replay support
                      ` [REPLACEMENT PATCH 2/2] Add "--early-output" log flag for interactive GUI use
                              ` [PATCH 3/2] Enhance --early-output format

[PATCH] errors: "strict subset" -> "ancestor"
 2007-11-05 21:28 UTC  (10+ messages)

[PATCH] t7501-commit.sh: Add test case for fixing author in amend commit
 2007-11-05 21:23 UTC  (4+ messages)

[PATCH] Build in ls-remote
 2007-11-05 21:22 UTC  (2+ messages)

[PATCH 0/3] more terse push output
 2007-11-05 21:14 UTC  (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] receive-pack: don't mention successful updates
` [PATCH 3/3] send-pack: require --verbose to show update of tracking refs

[PATCH] Use parseopts in builtin-fetch
 2007-11-05 19:48 UTC  (8+ messages)

[PATCH 1/2] git-svn: fix dcommit clobbering when committing a series of diffs
 2007-11-05 16:40 UTC  (4+ messages)
` [PATCH 2/2] git-svn: t9114: verify merge commit message in test

[PATCH] parseopt: introduce OPT_RECURSE to specify shared options
 2007-11-05 13:53 UTC  (3+ messages)

[StGit PATCH] Cogito is deprecated, so don't point to it
 2007-11-05 13:11 UTC  (7+ messages)

[PATCH] Add support for Apple Mail's Maildir format to builtin-mailsplit
 2007-11-05 12:57 UTC 

[RFC] OSX Mail.app IMAP cache support for git-mailsplit?
 2007-11-05 12:09 UTC  (4+ messages)
` [RFC PATCH] "

[PATCH] git-daemon: fix remote port number in log entry
 2007-11-05  9:16 UTC 

[PATCH] Add more tests for git-clean
 2007-11-05  4:28 UTC 

[PATCH] remove dead code from the csum-file interface
 2007-11-05  3:54 UTC 

[PATCH] make display of total transferred more accurate
 2007-11-05  3:15 UTC 

[StGit PATCH 0/5] Start the refactoring
 2007-11-05  3:15 UTC  (6+ messages)
` [StGit PATCH 1/5] New StGit core infrastructure: repository operations
` [StGit PATCH 2/5] Write metadata files used by the old infrastructure
` [StGit PATCH 3/5] Simple test for "stg clean"
` [StGit PATCH 4/5] Let "stg clean" use the new infrastructure
` [StGit PATCH 5/5] Add "stg coalesce"

[PATCH 5/5] pretty describe: add %ds, %dn, %dd placeholders
 2007-11-05  1:20 UTC  (6+ messages)

gitk graph routing problem
 2007-11-05  1:19 UTC  (6+ messages)

[PATCH] fix display overlap between remote and local progress
 2007-11-05  1:07 UTC  (5+ messages)

Warning: cvsexportcommit considered dangerous
 2007-11-04 23:46 UTC  (5+ messages)

ph/parseopt-sh reloaded
 2007-11-04 23:14 UTC  (4+ messages)
` [PATCH 01/10] Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts

[PATCH] Fix an infinite loop in sq_quote_buf()
 2007-11-04 21:37 UTC  (2+ messages)

[PATCH qgit] Update to latest --early-output git log patch
 2007-11-04 20:50 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox