| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach git-commit about commit message templates. | Steven Grimm | 2007-07-24 | 1 | -0/+8 |
* | user-manual: fix typolets. | Junio C Hamano | 2007-07-24 | 1 | -4/+4 |
* | Mark user-manual as UTF-8 | Junio C Hamano | 2007-07-24 | 2 | -1/+6 |
* | Teach revision machinery about --no-walk | Johannes Schindelin | 2007-07-23 | 1 | -0/+9 |
* | filter-branch: Big syntax change; support rewriting multiple refs | Johannes Schindelin | 2007-07-23 | 1 | -23/+28 |
* | fsck --lost-found: write blob's contents, not their SHA-1 | Johannes Schindelin | 2007-07-22 | 1 | -2/+4 |
* | Synonyms: -i == --regexp-ignore-case, -E == --extended-regexp | Junio C Hamano | 2007-07-22 | 1 | -3/+4 |
* | Documentation/gitignore.txt: Fix the seriously misleading priority explanation | David Kastrup | 2007-07-21 | 1 | -8/+14 |
* | Fix VISUAL/EDITOR preference order in Documentation/config.txt. | Junio C Hamano | 2007-07-21 | 1 | -2/+2 |
* | Add GIT_EDITOR environment and core.editor configuration variables | Adam Roben | 2007-07-20 | 3 | -6/+16 |
* | Document how to tell git to not launch a pager | Steven Grimm | 2007-07-20 | 1 | -1/+3 |
* | Document "git stash message..." | しらいしななこ | 2007-07-18 | 1 | -4/+7 |
* | Merge branch 'maint' | Junio C Hamano | 2007-07-18 | 1 | -0/+6 |
|\ |
|
| * | Force listingblocks to be monospaced in manpages | Julian Phillips | 2007-07-18 | 1 | -0/+6 |
* | | Fix git-branch documentation when using remote refs | Francis Moreau | 2007-07-16 | 1 | -2/+2 |
* | | GIT v1.5.3-rc2v1.5.3-rc2 | Junio C Hamano | 2007-07-15 | 1 | -1/+15 |
* | | Demote git-p4import to contrib status. | Sean | 2007-07-15 | 1 | -167/+0 |
* | | Use $(RM) in Makefiles instead of 'rm -f' | Emil Medve | 2007-07-14 | 1 | -7/+8 |
* | | Merge branch 'master' of git://repo.or.cz/git/fastimport | Junio C Hamano | 2007-07-14 | 1 | -5/+35 |
|\ \ |
|
| * | | Teach fast-import to recursively copy files/directories | Shawn O. Pearce | 2007-07-15 | 1 | -5/+35 |
| * | | Correct trivial typo in fast-import documentation | Shawn O. Pearce | 2007-07-10 | 1 | -1/+1 |
* | | | Documentation/git-commit-tree: remove description of a nonexistent limitation | Junio C Hamano | 2007-07-14 | 1 | -1/+1 |
* | | | More permissive "git-rm --cached" behavior without -f. | Matthieu Moy | 2007-07-13 | 1 | -1/+2 |
* | | | Document new --date=<format> | Junio C Hamano | 2007-07-13 | 1 | -2/+9 |
* | | | Support output ISO 8601 format dates | Robin Rosenberg | 2007-07-13 | 1 | -0/+2 |
* | | | Document git commit --untracked-files and --verbose | Jakub Narebski | 2007-07-12 | 1 | -1/+14 |
* | | | Document long options '--message=<msg>' and '--no-commit' | Jakub Narebski | 2007-07-12 | 2 | -1/+2 |
* | | | Update git-merge documentation. | Jakub Narebski | 2007-07-12 | 3 | -0/+21 |
* | | | GIT v1.5.3-rc1v1.5.3-rc1 | Junio C Hamano | 2007-07-12 | 1 | -1/+9 |
* | | | Documentation for git-log --follow | Steven Walter | 2007-07-12 | 1 | -0/+9 |
* | | | Add documentation for --window-memory, pack.windowMemory | Brian Downing | 2007-07-12 | 3 | -0/+28 |
* | | | Update list of older git docs | Junio C Hamano | 2007-07-12 | 1 | -1/+2 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-07-12 | 1 | -0/+28 |
|\ \ \
| | |/
| |/| |
|
| * | | GIT 1.5.2.4v1.5.2.4 | Junio C Hamano | 2007-07-12 | 1 | -0/+28 |
* | | | branch --track: code cleanup and saner handling of local branches | Johannes Schindelin | 2007-07-11 | 2 | -7/+3 |
| |/
|/| |
|
* | | Support wholesale directory renames in fast-import | Shawn O. Pearce | 2007-07-09 | 1 | -3/+25 |
* | | Merge branch 'maint' | Shawn O. Pearce | 2007-07-09 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Clarify documentation of fast-import's D subcommand | Shawn O. Pearce | 2007-07-09 | 1 | -3/+5 |
* | | Document custom hunk header selection | Junio C Hamano | 2007-07-08 | 1 | -4/+51 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-07-08 | 2 | -6/+23 |
|\ \
| |/ |
|
| * | user-manual: fix directory name in git-archive example | William Pursell | 2007-07-08 | 1 | -1/+1 |
| * | user-manual: more explanation of push and pull usage | J. Bruce Fields | 2007-07-08 | 1 | -1/+18 |
| * | tutorial: Fix typo | J. Bruce Fields | 2007-07-08 | 1 | -1/+1 |
| * | user-manual: grammar and style fixes | Andy Parkins | 2007-07-08 | 1 | -3/+3 |
* | | branch.autosetupmerge: allow boolean values, or "all" | Johannes Schindelin | 2007-07-08 | 2 | -3/+7 |
* | | git-submodule(1): update description and key names | Lars Hjemli | 2007-07-06 | 1 | -3/+3 |
* | | Enable "git rerere" by the config variable rerere.enabled | Johannes Schindelin | 2007-07-06 | 2 | -2/+7 |
* | | Add [verse] to the SYNOPSIS section of git-submodule.txt. | Matt Kraai | 2007-07-06 | 1 | -0/+1 |
* | | Change "added.moved or removed" to "added, moved or removed" in | Matt Kraai | 2007-07-06 | 1 | -1/+1 |
* | | Fixed a formulation mistake in Documentation/user-manual.txt | Marcus Fritzsch | 2007-07-06 | 1 | -7/+7 |