Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-rebase: use canonical A..B syntax to format-patch | Junio C Hamano | 2006-05-21 | 1 | -1/+1 |
* | git-format-patch: now built-in. | Junio C Hamano | 2006-05-21 | 3 | -347/+3 |
* | fmt-patch: Support --attach | Johannes Schindelin | 2006-05-21 | 9 | -12/+68 |
* | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 2006-05-21 | 93 | -1004/+3881 |
|\ | |||||
| * | diff family: add --check option | Johannes Schindelin | 2006-05-21 | 2 | -1/+115 |
| * | Document that "git add" only adds non-ignored files. | Santi | 2006-05-21 | 1 | -1/+4 |
| * | Merge branch 'js/fetchconfig' | Junio C Hamano | 2006-05-20 | 2 | -4/+59 |
| |\ | |||||
| | * | Add a conversion tool to migrate remote information into the config | Johannes Schindelin | 2006-05-04 | 1 | -0/+35 |
| | * | fetch, pull: ask config for remote information | Johannes Schindelin | 2006-05-04 | 1 | -4/+24 |
| * | | Fix build procedure for builtin-init-db | Junio C Hamano | 2006-05-20 | 1 | -1/+1 |
| * | | Merge branch 'jc/read-tree-safety' | Junio C Hamano | 2006-05-20 | 5 | -31/+88 |
| |\ \ | |||||
| | * | | read-tree -m -u: do not overwrite or remove untracked working tree files. | Junio C Hamano | 2006-05-17 | 5 | -31/+88 |
| * | | | Merge branch 'jc/apply' | Junio C Hamano | 2006-05-20 | 1 | -4/+6 |
| |\ \ \ | |||||
| | * | | | apply --cached: do not check newly added file in the working tree | Junio C Hamano | 2006-05-18 | 1 | -4/+6 |
| * | | | | Merge branch 'eb/quilt' | Junio C Hamano | 2006-05-20 | 3 | -1/+180 |
| |\ \ \ \ | |||||
| | * | | | | Implement a --dry-run option to git-quiltimport | Eric W. Biederman | 2006-05-19 | 2 | -7/+25 |
| | * | | | | Implement git-quiltimport | Eric W. Biederman | 2006-05-19 | 3 | -1/+162 |
| * | | | | | Merge branch 'jc/grep' | Junio C Hamano | 2006-05-20 | 0 | -0/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | Revert "builtin-grep: workaround for non GNU grep." | Junio C Hamano | 2006-05-17 | 2 | -30/+3 |
| | * | | | | | builtin-grep: workaround for non GNU grep. | Junio C Hamano | 2006-05-17 | 2 | -3/+30 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge branch 'lt/grep' | Junio C Hamano | 2006-05-20 | 3 | -60/+75 |
| |\ \ \ \ \ | |||||
| | * | | | | | builtin-grep: workaround for non GNU grep. | Linus Torvalds | 2006-05-18 | 1 | -3/+20 |
| | * | | | | | Merge branch 'ew/pretty-fmt' | Junio C Hamano | 2006-05-18 | 1 | -14/+24 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'jc/apply' | Junio C Hamano | 2006-05-18 | 2 | -57/+55 |
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | / / | | | | |_|/ / | | | |/| | | | |||||
| | | * | | | | git-am: use apply --cached | Junio C Hamano | 2006-05-16 | 1 | -36/+2 |
| | | * | | | | apply --cached: apply a patch without using working tree. | Junio C Hamano | 2006-05-16 | 1 | -20/+52 |
| | | * | | | | apply --numstat: show new name, not old name. | Junio C Hamano | 2006-05-15 | 1 | -1/+1 |
| * | | | | | | Merge branch 'ts/doctar' | Junio C Hamano | 2006-05-20 | 2 | -3/+27 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Documentation/Makefile: create tarballs for the man pages and html files | Tilman Sauerbeck | 2006-05-19 | 2 | -3/+27 |
| | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Allow pickaxe and diff-filter options to be used by git log. | Sean | 2006-05-20 | 1 | -0/+7 |
| * | | | | | | Libify the index refresh logic | Linus Torvalds | 2006-05-20 | 3 | -122/+129 |
| * | | | | | | Builtin git-init-db | Timo Hirvonen | 2006-05-20 | 4 | -12/+15 |
| * | | | | | | Merge early part of 'sp/reflog' branch | Junio C Hamano | 2006-05-19 | 1 | -4/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | Remove unnecessary local in get_ref_sha1. | Shawn Pearce | 2006-05-18 | 1 | -4/+1 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | SubmittingPatches: The download location of External Editor has moved | Lukas Sandström | 2006-05-19 | 1 | -2/+2 |
| * | | | | | Make git-check-format-ref a builtin. | Lukas Sandström | 2006-05-19 | 5 | -20/+19 |
| * | | | | | Make "git rev-list" be a builtin | Linus Torvalds | 2006-05-19 | 4 | -5/+8 |
| * | | | | | builtin-diff: do not say files are renamed when blob and file are given | Junio C Hamano | 2006-05-18 | 1 | -1/+1 |
| * | | | | | Provide a way to flush git-diff-tree's output | Paul Mackerras | 2006-05-18 | 1 | -1/+4 |
| * | | | | | Merge branch 'maint' | Junio C Hamano | 2006-05-18 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | git-cvsimport: Handle "Removed" from pserver | Elrond | 2006-05-18 | 1 | -1/+1 |
| * | | | | | commit: allow --pretty= args to be abbreviated | Eric Wong | 2006-05-17 | 1 | -14/+24 |
| | |/ / / | |/| | | | |||||
| * | | | | Remove old "git-grep.sh" remnants | Linus Torvalds | 2006-05-17 | 2 | -64/+3 |
| * | | | | Merge branch 'maint' | Junio C Hamano | 2006-05-17 | 2 | -7/+20 |
| |\| | | | |||||
| | * | | | merge-base: Clarify the comments on post processing. | Junio C Hamano | 2006-05-17 | 1 | -3/+6 |
| | * | | | Update the documentation for git-merge-base | Fredrik Kuivinen | 2006-05-16 | 1 | -4/+14 |
| * | | | | Merge branch 'np/pack' | Junio C Hamano | 2006-05-17 | 2 | -13/+16 |
| |\ \ \ \ | |||||
| | * | | | | improve depth heuristic for maximum delta size | Nicolas Pitre | 2006-05-16 | 1 | -2/+5 |
| | * | | | | pack-object: slightly more efficient | Nicolas Pitre | 2006-05-15 | 2 | -7/+10 |
| | * | | | | simple euristic for further free packing improvements | Nicolas Pitre | 2006-05-15 | 1 | -5/+2 |