summaryrefslogtreecommitdiffstats
path: root/t/t5300-pack-object.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-23git-svn: fix a regression in dcommit that caused empty log messagesEric Wong1-1/+2
2007-02-23git-svn: add support for metadata in .git/configEric Wong2-279/+367
2007-02-23git-svn: remove graft-branches commandEric Wong2-593/+3
2007-02-23git-svn: convert 'set-tree' command to use Git::SVNEric Wong1-495/+17
2007-02-23git-svn: switch dcommit to using Git::SVN codeEric Wong1-84/+38
2007-02-23git-svn: fetch/multi-fetch converted over to Git::SVN moduleEric Wong1-38/+51
2007-02-23git-svn: get rid of Memoize for now...Eric Wong1-4/+0
2007-02-23git-svn: convert the 'commit-diff' command to Git::SVNEric Wong1-133/+233
2007-02-23git-svn: do not let Git.pm warn if we prematurely close pipesEric Wong1-1/+1
2007-02-23git-svn: port the 'rebuild' command to use Git::SVN objectsEric Wong1-43/+28
2007-02-23git-svn: moved the 'log' command into its own namespaceEric Wong1-327/+325
2007-02-23git-svn: convert show-ignore over to Git::SVNEric Wong1-7/+5
2007-02-23git-svn: add a test for show-ignoreEric Wong1-0/+26
2007-02-23git-svn: make multi-init capable of reusing the Ra connectionEric Wong2-27/+29
2007-02-23git-svn: convert multi-init over to using Git::SVNEric Wong1-41/+31
2007-02-23git-svn: convert 'init' to use Git::SVNEric Wong1-20/+18
2007-02-23git-svn: add Git::SVN module (to avoid global variables)Eric Wong1-0/+485
2007-02-23git-svn: cleanup: avoid re-use()ing Git.pm in sub-packagesEric Wong1-13/+15
2007-02-23git-svn: cleanup: put SVN workarounds into their own namespaceEric Wong1-149/+173
2007-02-23git-svn: cleanup: move process_rm aroundEric Wong1-25/+19
2007-02-23git-svn: move authentication prompts into their own namespaceEric Wong1-16/+24
2007-02-23git-diff: fix combined diffJohannes Schindelin1-1/+2
2007-02-23Fix 'git commit -a' in a newly initialized repositoryFredrik Kuivinen1-0/+4
2007-02-22Include git-gui credits file in dist.Shawn O. Pearce1-1/+2
2007-02-22Document the new core.bare configuration option.Shawn O. Pearce1-0/+12
2007-02-22t4119: test autocomputing -p<n> for traditional diff input.Junio C Hamano1-74/+43
2007-02-22git-apply: guess correct -p<n> value for non-git patches.Junio C Hamano2-4/+111
2007-02-21git-apply: notice "diff --git" patch againJunio C Hamano2-9/+18
2007-02-21Use gunzip -c over gzcat in import-tars example.Michael Loeffler1-3/+6
2007-02-21Fix botched "leak fix"Junio C Hamano1-2/+8
2007-02-21t4119: add test for traditional patch and different p_valueJunio C Hamano1-2/+49
2007-02-21git-remote: support remotes with a dot in the namePavel Roskin1-1/+1
2007-02-21Teach diff -B about coloursJohannes Schindelin1-14/+25
2007-02-21Allow git-remote to update named groups of remotesTheodore Ts'o3-17/+46
2007-02-21Add config_boolean() method to the Git perl moduleTheodore Ts'o1-0/+30
2007-02-21Allow passing of an alternative CVSROOT via -d.Simon 'corecode' Schubert2-11/+23
2007-02-21disable t4016-diff-quote.sh on some filesystemsAlex Riesen1-0/+4
2007-02-21Support for large files on 32bit systems.Martin Waitz1-0/+2
2007-02-21git grep: use pagerJohannes Schindelin1-1/+1
2007-02-21git-gui: Don't crash in citool mode on initial commit.gitgui-0.6.1Shawn O. Pearce1-8/+8
2007-02-21git-gui: Remove TODO list.Shawn O. Pearce1-44/+0
2007-02-21git-gui: Include browser in our usage message.Shawn O. Pearce1-1/+1
2007-02-21prefixcmp(): fix-up leftover strncmp().Junio C Hamano9-13/+13
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano13-44/+44
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano48-211/+211
2007-02-21Add prefixcmp()Junio C Hamano1-0/+5
2007-02-21git-gui: Change summary of git-gui.Shawn O. Pearce1-1/+1
2007-02-21git-gui: Display all authors of git-gui.Shawn O. Pearce4-10/+136
2007-02-21git-gui: Use mixed path for docs on Cygwin.Shawn O. Pearce1-1/+1
2007-02-21Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.Jason Riedy1-21/+16