Commit Graph

  • 9760adcccc git-svn: reinstate --no-metadata, add --svn-remote=, variable cleanups Eric Wong 2007-01-31 03:06:56 -0800
  • 8a603774de git-svn: fix several fetch bugs related to repeated invocations Eric Wong 2007-01-31 02:45:50 -0800
  • f0ecca1041 git-svn: remove the 'rebuild' command and make the functionality automatic Eric Wong 2007-01-30 13:11:14 -0800
  • 289370578c git-svn: fetch tracks initial change with --follow-parent Eric Wong 2007-01-30 00:35:18 -0800
  • 5d3b7cd5fe git-svn: don't rely on do_switch + reparenting with svn(+ssh):// Eric Wong 2007-01-29 19:16:01 -0800
  • f7c3fc4a26 git-svn: reinstate the default SVN error handler after using get_log Eric Wong 2007-01-29 18:34:55 -0800
  • 90c1b15da3 git-svn: just use Digest::MD5 instead of requiring it Eric Wong 2007-01-29 16:27:08 -0800
  • 24e22aa8a5 git-svn: cleanup: move editor-specific variables into the editor namespace Eric Wong 2007-01-29 00:07:49 -0800
  • ce2a0f2f9d git-svn: stop using path names as refnames with --follow-parent Eric Wong 2007-01-28 21:34:23 -0800
  • 2b27f6c884 git-svn: correctly handle do_{switch,update} in deep directories Eric Wong 2007-01-28 04:59:05 -0800
  • 2fa6a23efb git-svn: correctly track diff-less copies with do_switch Eric Wong 2007-01-28 04:02:01 -0800
  • 0af9c9f94a git-svn: allow multi-fetch to fetch things chronologically Eric Wong 2007-01-27 22:28:56 -0800
  • 21819a3708 git-svn: cleanup remove unused function Eric Wong 2007-01-27 14:38:10 -0800
  • 6139535436 git-svn: simplify usage of the SVN::Git::Editor interface Eric Wong 2007-01-27 14:33:08 -0800
  • 6e8548cca8 git-svn: avoid an extra svn_ra connection during commits Eric Wong 2007-01-27 01:32:00 -0800
  • d3a840dc74 git-svn: fix committing to subdirectories, add tests Eric Wong 2007-01-26 01:32:45 -0800
  • 3ebe8df7f6 git-svn: fix segfaults from accessing svn_log_changed_path_t Eric Wong 2007-01-25 17:35:40 -0800
  • e5a0b240fc git-svn: correctly track revisions made to deleted branches Eric Wong 2007-01-25 15:44:54 -0800
  • 97f6987afa git-svn: avoid tracking change-less revisions Eric Wong 2007-01-25 11:53:13 -0800
  • 1492b4245a git-svn: add an odd test case that seems to cause segfaults over HTTP Eric Wong 2007-01-25 10:52:36 -0800
  • ef3cfaad19 git-svn: track writes writes to the index in fetch Eric Wong 2007-01-24 03:30:57 -0800
  • 7f578c55af git-svn: --follow-parent now works on sub-directories of larger branches Eric Wong 2007-01-24 02:16:25 -0800
  • e6434f8760 git-svn: 'init' attempts to connect to the repository root if possible Eric Wong 2007-01-23 16:29:23 -0800
  • 9bf046372b git-svn: better error reporting if --follow-parent fails Eric Wong 2007-01-23 13:03:29 -0800
  • 536c4b0937 git-svn: allow 'init' to work outside of tests Eric Wong 2007-01-23 11:35:53 -0800
  • 07a1c95045 git-svn: get rid of additional fetch-arguments Eric Wong 2007-01-22 15:47:41 -0800
  • a2003abc23 git-svn: allow --follow-parent on deleted directories Eric Wong 2007-01-22 15:22:50 -0800
  • b805b44a92 git-svn: disallow ambigious local refspecs Eric Wong 2007-01-22 13:52:04 -0800
  • 8b8fc06824 git-svn: --follow-parent works with svn-remotes multiple branches Eric Wong 2007-01-22 11:44:57 -0800
  • 15710b6f34 git-svn: fix --follow-parent to work with Git::SVN Eric Wong 2007-01-22 02:20:33 -0800
  • 47e39c55c9 git-svn: enable --minimize to simplify the config and connections Eric Wong 2007-01-21 04:27:09 -0800
  • f6f0987646 git-svn: reuse open SVN::Ra connections by URL Eric Wong 2007-01-18 18:22:18 -0800
  • 780a2f58e7 git-svn: fix a regression in dcommit that caused empty log messages Eric Wong 2007-01-18 18:15:23 -0800
  • 706587fc6d git-svn: add support for metadata in .git/config Eric Wong 2007-01-18 17:50:01 -0800
  • d05d72e07e git-svn: remove graft-branches command Eric Wong 2007-01-15 22:59:26 -0800
  • 1ce255dc16 git-svn: convert 'set-tree' command to use Git::SVN Eric Wong 2007-01-14 23:21:16 -0800
  • d7ad3bed8c git-svn: switch dcommit to using Git::SVN code Eric Wong 2007-01-14 03:14:28 -0800
  • 1c8443b050 git-svn: fetch/multi-fetch converted over to Git::SVN module Eric Wong 2007-01-14 02:17:00 -0800
  • 396988e0b9 git-svn: get rid of Memoize for now... Eric Wong 2007-01-13 23:00:47 -0800
  • 44320b9e0e git-svn: convert the 'commit-diff' command to Git::SVN Eric Wong 2007-01-13 22:35:53 -0800
  • c843c464b8 git-svn: do not let Git.pm warn if we prematurely close pipes Eric Wong 2007-01-12 03:07:31 -0800
  • e7f023c81a git-svn: port the 'rebuild' command to use Git::SVN objects Eric Wong 2007-01-12 02:49:01 -0800
  • f8c9d1d27f git-svn: moved the 'log' command into its own namespace Eric Wong 2007-01-12 02:35:20 -0800
  • 5969cbe13c git-svn: convert show-ignore over to Git::SVN Eric Wong 2007-01-11 17:58:39 -0800
  • ad2f90851e git-svn: add a test for show-ignore Eric Wong 2007-01-11 17:55:50 -0800
  • e7db67e6f1 git-svn: make multi-init capable of reusing the Ra connection Eric Wong 2007-01-11 17:09:26 -0800
  • 8164b6525e git-svn: convert multi-init over to using Git::SVN Eric Wong 2007-01-11 15:35:55 -0800
  • d2866f9e1f git-svn: convert 'init' to use Git::SVN Eric Wong 2007-01-11 12:26:16 -0800
  • 9b981fc659 git-svn: add Git::SVN module (to avoid global variables) Eric Wong 2007-01-11 12:14:21 -0800
  • 336f1714ae git-svn: cleanup: avoid re-use()ing Git.pm in sub-packages Eric Wong 2007-01-11 02:14:43 -0800
  • d81bf82719 git-svn: cleanup: put SVN workarounds into their own namespace Eric Wong 2007-01-10 01:22:38 -0800
  • 4a87db0e12 git-svn: cleanup: move process_rm around Eric Wong 2007-01-04 01:38:18 -0800
  • d976acfd89 git-svn: move authentication prompts into their own namespace Eric Wong 2007-01-04 00:45:03 -0800
  • 239296770d git-bundle: record commit summary in the prerequisite data Johannes Schindelin 2007-02-23 03:17:51 +0100
  • 3d1efd8f1d git-bundle: fix 'create --all' Johannes Schindelin 2007-02-23 02:56:31 +0100
  • fb9a54150d git-bundle: avoid fork() in verify_bundle() Johannes Schindelin 2007-02-22 21:25:41 +0100
  • fa257b0554 git-bundle: assorted fixes Johannes Schindelin 2007-02-22 19:14:14 +0100
  • 2e0afafebd Add git-bundle: move objects and references by archive Johannes Schindelin 2007-02-22 01:59:14 +0100
  • 8565d2d853 Make tests independent of global config files Johannes Schindelin 2007-02-15 11:43:56 +0100
  • ef1a5c2fa8 Merge branches 'lt/crlf' and 'jc/apply-config' Junio C Hamano 2007-02-22 21:34:36 -0800
  • e79cbbea9e Merge branch 'maint' Junio C Hamano 2007-02-22 21:27:37 -0800
  • 75b62b489a git-diff: fix combined diff Johannes Schindelin 2007-02-23 05:20:32 +0100
  • e52a5de45a pretty-formats: add 'format:<string>' Johannes Schindelin 2007-02-23 01:35:03 +0100
  • 755b99d815 Fix 'git commit -a' in a newly initialized repository Fredrik Kuivinen 2007-02-22 21:28:12 +0100
  • d516c2d119 Teach git-diff-files the new option `--no-index` Johannes Schindelin 2007-02-22 21:50:10 +0100
  • aeabfa0725 apply: make --verbose a little more useful Johannes Schindelin 2007-02-22 20:11:21 +0100
  • b4e1e4a787 run_diff_{files,index}(): update calling convention. Junio C Hamano 2007-02-09 18:51:40 -0800
  • 5ea919de22 Don't print a plain newline at the end of the execution (avoids bogus cron error mails). Simon Hausmann 2007-02-22 10:20:53 +0100
  • 7b802b86a6 update-index: do not die too early in a read-only repository. Junio C Hamano 2007-02-22 00:30:45 -0800
  • 2b5f9a8c0c git-status: do not be totally useless in a read-only repository. Junio C Hamano 2007-02-22 00:28:49 -0800
  • 47e33ec082 More work in --silent support. Simon Hausmann 2007-02-22 09:22:36 +0100
  • 161958cc2f Added support for --silent so that p4-fast-export can be called from cronjobs. Simon Hausmann 2007-02-22 09:03:39 +0100
  • 4917d2a66e Include git-gui credits file in dist. Shawn O. Pearce 2007-02-21 23:49:51 -0500
  • e4a15f40bc Document the new core.bare configuration option. Shawn O. Pearce 2007-02-21 17:59:08 -0500
  • fe6e0eecb0 t4119: test autocomputing -p<n> for traditional diff input. Junio C Hamano 2007-02-21 16:18:45 -0800
  • 3e8a5db966 git-apply: guess correct -p<n> value for non-git patches. Junio C Hamano 2007-02-21 16:05:56 -0800
  • 9987d7c58a git-apply: notice "diff --git" patch again Junio C Hamano 2007-02-21 14:31:10 -0800
  • 2470653196 Merge branch 'maint' Junio C Hamano 2007-02-21 11:16:20 -0800
  • 5bac4a6719 Merge branch 'master' of git://repo.or.cz/git-gui into maint Junio C Hamano 2007-02-21 11:09:57 -0800
  • 9c9fec3d28 Added p4 delete behavioural emulation as todo item. Simon Hausmann 2007-02-21 17:51:07 +0100
  • c750da256a Use gunzip -c over gzcat in import-tars example. Michael Loeffler 2007-02-14 17:03:12 +0100
  • 6c912f5b04 Fix botched "leak fix" Junio C Hamano 2007-02-21 00:58:18 -0800
  • c24e9757e9 t4119: add test for traditional patch and different p_value Junio C Hamano 2007-02-21 01:14:22 -0800
  • b5a40a5724 git-remote: support remotes with a dot in the name Pavel Roskin 2007-02-21 00:03:36 -0500
  • 13e36ec51b Teach diff -B about colours Johannes Schindelin 2007-02-20 15:08:46 +0100
  • 1918278ea1 Allow git-remote to update named groups of remotes Theodore Ts'o 2007-02-20 15:13:43 -0500
  • 7b9a13ece8 Add config_boolean() method to the Git perl module Theodore Ts'o 2007-02-20 15:13:42 -0500
  • 4a6b9bb60a Allow passing of an alternative CVSROOT via -d. Simon 'corecode' Schubert 2007-02-18 18:17:08 +0100
  • d2cd696322 disable t4016-diff-quote.sh on some filesystems Alex Riesen 2007-02-20 10:04:32 +0100
  • b97e911643 Support for large files on 32bit systems. Martin Waitz 2007-02-17 10:13:10 +0100
  • 34c6a82b8a git grep: use pager Johannes Schindelin 2007-02-19 15:56:04 +0100
  • 981193786f git-gui: Don't crash in citool mode on initial commit. gitgui-0.6.1 Shawn O. Pearce 2007-02-21 01:33:59 -0500
  • 7391b2e999 git-gui: Remove TODO list. Shawn O. Pearce 2007-02-21 01:29:05 -0500
  • 4b22f634a3 Merge branch 'fk/autoconf' Junio C Hamano 2007-02-20 22:28:22 -0800
  • c0f7a6c33d git-gui: Include browser in our usage message. Shawn O. Pearce 2007-02-21 01:24:57 -0500
  • 5ead60e619 Merge branch 'js/name-rev-fix' Junio C Hamano 2007-02-20 22:24:03 -0800
  • 1968d77dd6 prefixcmp(): fix-up leftover strncmp(). Junio C Hamano 2007-02-20 01:55:07 -0800
  • 599065a3bb prefixcmp(): fix-up mechanical conversion. Junio C Hamano 2007-02-20 01:54:00 -0800
  • cc44c7655f Mechanical conversion to use prefixcmp() Junio C Hamano 2007-02-20 01:53:29 -0800
  • cff0302c14 Add prefixcmp() Junio C Hamano 2007-02-20 01:51:22 -0800