summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn: add a test for show-ignoreEric Wong2007-02-231-0/+26
* git-svn: make multi-init capable of reusing the Ra connectionEric Wong2007-02-232-27/+29
* git-svn: convert multi-init over to using Git::SVNEric Wong2007-02-231-41/+31
* git-svn: convert 'init' to use Git::SVNEric Wong2007-02-231-20/+18
* git-svn: add Git::SVN module (to avoid global variables)Eric Wong2007-02-231-0/+485
* git-svn: cleanup: avoid re-use()ing Git.pm in sub-packagesEric Wong2007-02-231-13/+15
* git-svn: cleanup: put SVN workarounds into their own namespaceEric Wong2007-02-231-149/+173
* git-svn: cleanup: move process_rm aroundEric Wong2007-02-231-25/+19
* git-svn: move authentication prompts into their own namespaceEric Wong2007-02-231-16/+24
*-. Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano2007-02-2211-27/+767
|\ \
| | * t4119: test autocomputing -p<n> for traditional diff input.Junio C Hamano2007-02-211-74/+43
| | * git-apply: guess correct -p<n> value for non-git patches.Junio C Hamano2007-02-212-4/+111
| | * git-apply: notice "diff --git" patch againJunio C Hamano2007-02-212-9/+18
| | * Fix botched "leak fix"Junio C Hamano2007-02-211-2/+8
| | * t4119: add test for traditional patch and different p_valueJunio C Hamano2007-02-211-2/+49
| | * apply: fix memory leak in prefix_one()Johannes Schindelin2007-02-191-6/+9
| | * git-apply: require -p<n> when working in a subdirectory.Junio C Hamano2007-02-192-28/+46
| | * git-apply: do not lose cwd when run from a subdirectory.Junio C Hamano2007-02-191-4/+4
| | * Teach 'git apply' to look at $HOME/.gitconfig even outside of a repositoryJunio C Hamano2007-02-181-5/+3
| | * Teach 'git apply' to look at $GIT_DIR/configJunio C Hamano2007-02-172-8/+103
| * | Teach core.autocrlf to 'git apply'Junio C Hamano2007-02-172-10/+43
| * | t0020: add test for auto-crlfJunio C Hamano2007-02-141-0/+206
| * | Make AutoCRLF ternary variable.Linus Torvalds2007-02-143-2/+6
| * | Lazy man's auto-CRLFLinus Torvalds2007-02-148-5/+251
| |/
* | Merge branch 'maint'Junio C Hamano2007-02-224-2/+20
|\ \
| * | git-diff: fix combined diffJohannes Schindelin2007-02-221-1/+2
| * | Fix 'git commit -a' in a newly initialized repositoryFredrik Kuivinen2007-02-221-0/+4
| * | Include git-gui credits file in dist.Shawn O. Pearce2007-02-211-1/+2
| * | Document the new core.bare configuration option.Shawn O. Pearce2007-02-211-0/+12
* | | Merge branch 'maint'Junio C Hamano2007-02-217-123/+314
|\ \ \ | |/ /
| * | Merge branch 'master' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-02-216-120/+308
| |\ \
| | * | git-gui: Don't crash in citool mode on initial commit.gitgui-0.6.1Shawn O. Pearce2007-02-211-8/+8
| | * | git-gui: Remove TODO list.Shawn O. Pearce2007-02-211-44/+0
| | * | git-gui: Include browser in our usage message.Shawn O. Pearce2007-02-211-1/+1
| | * | git-gui: Change summary of git-gui.Shawn O. Pearce2007-02-211-1/+1
| | * | git-gui: Display all authors of git-gui.Shawn O. Pearce2007-02-214-10/+136
| | * | git-gui: Use mixed path for docs on Cygwin.Shawn O. Pearce2007-02-211-1/+1
| | * | git-gui: Correct crash when saving options in blame mode.Shawn O. Pearce2007-02-181-15/+21
| | * | git-gui: Expose the browser as a subcommand.Shawn O. Pearce2007-02-161-5/+21
| | * | git-gui: Create new branches from a tag.Martin Koegler2007-02-151-0/+30
| | * | git-gui: Prefer version file over git-describe.Shawn O. Pearce2007-02-141-6/+11
| | * | git-gui: Print version on the console.Shawn O. Pearce2007-02-141-0/+7
| | * | git-gui: More consistently display the application name.Shawn O. Pearce2007-02-141-4/+4
| | * | git-gui: Permit merging tags into the current branch.Shawn O. Pearce2007-02-131-3/+5
| | * | git-gui: Basic version check to ensure git 1.5.0 or later is used.Shawn O. Pearce2007-02-131-0/+32
| | * | git-gui: Refactor 'exec git subcmd' idiom.Shawn O. Pearce2007-02-131-23/+31
| * | | Use gunzip -c over gzcat in import-tars example.Michael Loeffler2007-02-211-3/+6
* | | | git-remote: support remotes with a dot in the namePavel Roskin2007-02-211-1/+1
* | | | Teach diff -B about coloursJohannes Schindelin2007-02-211-14/+25
* | | | Allow git-remote to update named groups of remotesTheodore Ts'o2007-02-203-17/+46