Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | git-apply: require -p<n> when working in a subdirectory. | Junio C Hamano | 2007-02-19 | 2 | -28/+46 | |
| | * | git-apply: do not lose cwd when run from a subdirectory. | Junio C Hamano | 2007-02-19 | 1 | -4/+4 | |
| | * | Teach 'git apply' to look at $HOME/.gitconfig even outside of a repository | Junio C Hamano | 2007-02-18 | 1 | -5/+3 | |
| | * | Teach 'git apply' to look at $GIT_DIR/config | Junio C Hamano | 2007-02-17 | 2 | -8/+103 | |
| * | | Teach core.autocrlf to 'git apply' | Junio C Hamano | 2007-02-17 | 2 | -10/+43 | |
| * | | t0020: add test for auto-crlf | Junio C Hamano | 2007-02-14 | 1 | -0/+206 | |
| * | | Make AutoCRLF ternary variable. | Linus Torvalds | 2007-02-14 | 3 | -2/+6 | |
| * | | Lazy man's auto-CRLF | Linus Torvalds | 2007-02-14 | 8 | -5/+251 | |
| |/ | ||||||
* | | Merge branch 'maint' | Junio C Hamano | 2007-02-22 | 4 | -2/+20 | |
|\ \ | ||||||
| * | | git-diff: fix combined diff | Johannes Schindelin | 2007-02-22 | 1 | -1/+2 | |
| * | | Fix 'git commit -a' in a newly initialized repository | Fredrik Kuivinen | 2007-02-22 | 1 | -0/+4 | |
| * | | Include git-gui credits file in dist. | Shawn O. Pearce | 2007-02-21 | 1 | -1/+2 | |
| * | | Document the new core.bare configuration option. | Shawn O. Pearce | 2007-02-21 | 1 | -0/+12 | |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-02-21 | 7 | -123/+314 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'master' of git://repo.or.cz/git-gui into maint | Junio C Hamano | 2007-02-21 | 6 | -120/+308 | |
| |\ \ | ||||||
| | * | | git-gui: Don't crash in citool mode on initial commit.gitgui-0.6.1 | Shawn O. Pearce | 2007-02-21 | 1 | -8/+8 | |
| | * | | git-gui: Remove TODO list. | Shawn O. Pearce | 2007-02-21 | 1 | -44/+0 | |
| | * | | git-gui: Include browser in our usage message. | Shawn O. Pearce | 2007-02-21 | 1 | -1/+1 | |
| | * | | git-gui: Change summary of git-gui. | Shawn O. Pearce | 2007-02-21 | 1 | -1/+1 | |
| | * | | git-gui: Display all authors of git-gui. | Shawn O. Pearce | 2007-02-21 | 4 | -10/+136 | |
| | * | | git-gui: Use mixed path for docs on Cygwin. | Shawn O. Pearce | 2007-02-21 | 1 | -1/+1 | |
| | * | | git-gui: Correct crash when saving options in blame mode. | Shawn O. Pearce | 2007-02-18 | 1 | -15/+21 | |
| | * | | git-gui: Expose the browser as a subcommand. | Shawn O. Pearce | 2007-02-16 | 1 | -5/+21 | |
| | * | | git-gui: Create new branches from a tag. | Martin Koegler | 2007-02-15 | 1 | -0/+30 | |
| | * | | git-gui: Prefer version file over git-describe. | Shawn O. Pearce | 2007-02-14 | 1 | -6/+11 | |
| | * | | git-gui: Print version on the console. | Shawn O. Pearce | 2007-02-14 | 1 | -0/+7 | |
| | * | | git-gui: More consistently display the application name. | Shawn O. Pearce | 2007-02-14 | 1 | -4/+4 | |
| | * | | git-gui: Permit merging tags into the current branch. | Shawn O. Pearce | 2007-02-13 | 1 | -3/+5 | |
| | * | | git-gui: Basic version check to ensure git 1.5.0 or later is used. | Shawn O. Pearce | 2007-02-13 | 1 | -0/+32 | |
| | * | | git-gui: Refactor 'exec git subcmd' idiom. | Shawn O. Pearce | 2007-02-13 | 1 | -23/+31 | |
| * | | | Use gunzip -c over gzcat in import-tars example. | Michael Loeffler | 2007-02-21 | 1 | -3/+6 | |
* | | | | git-remote: support remotes with a dot in the name | Pavel Roskin | 2007-02-21 | 1 | -1/+1 | |
* | | | | Teach diff -B about colours | Johannes Schindelin | 2007-02-21 | 1 | -14/+25 | |
* | | | | Allow git-remote to update named groups of remotes | Theodore Ts'o | 2007-02-20 | 3 | -17/+46 | |
* | | | | Add config_boolean() method to the Git perl module | Theodore Ts'o | 2007-02-20 | 1 | -0/+30 | |
* | | | | Allow passing of an alternative CVSROOT via -d. | Simon 'corecode' Schubert | 2007-02-20 | 2 | -11/+23 | |
* | | | | disable t4016-diff-quote.sh on some filesystems | Alex Riesen | 2007-02-20 | 1 | -0/+4 | |
* | | | | Support for large files on 32bit systems. | Martin Waitz | 2007-02-20 | 1 | -0/+2 | |
* | | | | git grep: use pager | Johannes Schindelin | 2007-02-20 | 1 | -1/+1 | |
* | | | | Merge branch 'fk/autoconf' | Junio C Hamano | 2007-02-20 | 1 | -6/+25 | |
|\ \ \ \ | ||||||
| * | | | | New autoconf test for iconv | Fredrik Kuivinen | 2007-02-18 | 1 | -6/+25 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'js/name-rev-fix' | Junio C Hamano | 2007-02-20 | 1 | -7/+16 | |
|\ \ \ \ | ||||||
| * | | | | name-rev: avoid "^0" when unneeded | Johannes Schindelin | 2007-02-19 | 1 | -7/+16 | |
| |/ / / | ||||||
* | | | | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 2007-02-20 | 9 | -13/+13 | |
* | | | | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 | 13 | -44/+44 | |
* | | | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 48 | -211/+211 | |
* | | | | Add prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -0/+5 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-02-20 | 1 | -21/+16 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c. | Jason Riedy | 2007-02-20 | 1 | -21/+16 | |
* | | | | Link 1.5.0.1 documentation from the main page. | Junio C Hamano | 2007-02-20 | 1 | -0/+4 |