summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* git-rebase: use canonical A..B syntax to format-patchJunio C Hamano2006-05-211-1/+1
* git-format-patch: now built-in.Junio C Hamano2006-05-213-347/+3
* fmt-patch: Support --attachJohannes Schindelin2006-05-219-12/+68
* Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-2193-1004/+3881
|\
| * diff family: add --check optionJohannes Schindelin2006-05-212-1/+115
| * Document that "git add" only adds non-ignored files.Santi2006-05-211-1/+4
| * Merge branch 'js/fetchconfig'Junio C Hamano2006-05-202-4/+59
| |\
| | * Add a conversion tool to migrate remote information into the configJohannes Schindelin2006-05-041-0/+35
| | * fetch, pull: ask config for remote informationJohannes Schindelin2006-05-041-4/+24
| * | Fix build procedure for builtin-init-dbJunio C Hamano2006-05-201-1/+1
| * | Merge branch 'jc/read-tree-safety'Junio C Hamano2006-05-205-31/+88
| |\ \
| | * | read-tree -m -u: do not overwrite or remove untracked working tree files.Junio C Hamano2006-05-175-31/+88
| * | | Merge branch 'jc/apply'Junio C Hamano2006-05-201-4/+6
| |\ \ \
| | * | | apply --cached: do not check newly added file in the working treeJunio C Hamano2006-05-181-4/+6
| * | | | Merge branch 'eb/quilt'Junio C Hamano2006-05-203-1/+180
| |\ \ \ \
| | * | | | Implement a --dry-run option to git-quiltimportEric W. Biederman2006-05-192-7/+25
| | * | | | Implement git-quiltimportEric W. Biederman2006-05-193-1/+162
| * | | | | Merge branch 'jc/grep'Junio C Hamano2006-05-200-0/+0
| |\ \ \ \ \
| | * | | | | Revert "builtin-grep: workaround for non GNU grep."Junio C Hamano2006-05-172-30/+3
| | * | | | | builtin-grep: workaround for non GNU grep.Junio C Hamano2006-05-172-3/+30
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'lt/grep'Junio C Hamano2006-05-203-60/+75
| |\ \ \ \ \
| | * | | | | builtin-grep: workaround for non GNU grep.Linus Torvalds2006-05-181-3/+20
| | * | | | | Merge branch 'ew/pretty-fmt'Junio C Hamano2006-05-181-14/+24
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'jc/apply'Junio C Hamano2006-05-182-57/+55
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | / / | | | | |_|/ / | | | |/| | |
| | | * | | | git-am: use apply --cachedJunio C Hamano2006-05-161-36/+2
| | | * | | | apply --cached: apply a patch without using working tree.Junio C Hamano2006-05-161-20/+52
| | | * | | | apply --numstat: show new name, not old name.Junio C Hamano2006-05-151-1/+1
| * | | | | | Merge branch 'ts/doctar'Junio C Hamano2006-05-202-3/+27
| |\ \ \ \ \ \
| | * | | | | | Documentation/Makefile: create tarballs for the man pages and html filesTilman Sauerbeck2006-05-192-3/+27
| | | |_|_|/ / | | |/| | | |
| * | | | | | Allow pickaxe and diff-filter options to be used by git log.Sean2006-05-201-0/+7
| * | | | | | Libify the index refresh logicLinus Torvalds2006-05-203-122/+129
| * | | | | | Builtin git-init-dbTimo Hirvonen2006-05-204-12/+15
| * | | | | | Merge early part of 'sp/reflog' branchJunio C Hamano2006-05-191-4/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Remove unnecessary local in get_ref_sha1.Shawn Pearce2006-05-181-4/+1
| | | |_|/ / | | |/| | |
| * | | | | SubmittingPatches: The download location of External Editor has movedLukas Sandström2006-05-191-2/+2
| * | | | | Make git-check-format-ref a builtin.Lukas Sandström2006-05-195-20/+19
| * | | | | Make "git rev-list" be a builtinLinus Torvalds2006-05-194-5/+8
| * | | | | builtin-diff: do not say files are renamed when blob and file are givenJunio C Hamano2006-05-181-1/+1
| * | | | | Provide a way to flush git-diff-tree's outputPaul Mackerras2006-05-181-1/+4
| * | | | | Merge branch 'maint'Junio C Hamano2006-05-181-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | git-cvsimport: Handle "Removed" from pserverElrond2006-05-181-1/+1
| * | | | | commit: allow --pretty= args to be abbreviatedEric Wong2006-05-171-14/+24
| | |/ / / | |/| | |
| * | | | Remove old "git-grep.sh" remnantsLinus Torvalds2006-05-172-64/+3
| * | | | Merge branch 'maint'Junio C Hamano2006-05-172-7/+20
| |\| | |
| | * | | merge-base: Clarify the comments on post processing.Junio C Hamano2006-05-171-3/+6
| | * | | Update the documentation for git-merge-baseFredrik Kuivinen2006-05-161-4/+14
| * | | | Merge branch 'np/pack'Junio C Hamano2006-05-172-13/+16
| |\ \ \ \
| | * | | | improve depth heuristic for maximum delta sizeNicolas Pitre2006-05-161-2/+5
| | * | | | pack-object: slightly more efficientNicolas Pitre2006-05-152-7/+10
| | * | | | simple euristic for further free packing improvementsNicolas Pitre2006-05-151-5/+2