summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Teach fmt-patch about --numberedJohannes Schindelin2006-05-057-11/+25
* fmt-patch: implement -o <dir>Johannes Schindelin2006-05-051-10/+34
* fmt-patch: output file names to stdoutJohannes Schindelin2006-05-051-1/+6
* Teach fmt-patch to write individual files.Johannes Schindelin2006-05-051-1/+71
* Use RFC2822 dates from "git fmt-patch".Junio C Hamano2006-05-013-5/+28
* git-fmt-patch: thinkofix to show [PATCH] properly.Junio C Hamano2006-04-221-2/+3
* Merge branch 'master' into jc/fmt-patchJunio C Hamano2006-04-2120-369/+514
|\
| * Split up builtin commands into separate files from git.cLinus Torvalds2006-04-215-305/+342
| * Merge branch 'fix'Junio C Hamano2006-04-211-0/+2
| |\
| | * git-log produces no outputLinus Torvalds2006-04-211-0/+2
| * | Merge branch 'fix'Junio C Hamano2006-04-213-8/+12
| |\ \ | | |/
| | * fix pack-object buffer sizeNicolas Pitre2006-04-211-1/+1
| | * mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano2006-04-211-5/+7
| | * Reintroduce svn pools to solve the memory leak.Santi_BĂ©jar2006-04-201-1/+3
| | * pack-objects: do not stop at object that is "too small"Junio C Hamano2006-04-201-1/+1
| * | Merge branch 'fix'Junio C Hamano2006-04-202-7/+16
| |\ \ | | |/
| | * git-commit --amend: two fixes.Junio C Hamano2006-04-202-7/+16
| * | Merge branch 'lt/xsha1'Junio C Hamano2006-04-193-1/+67
| |\ \
| | * | get_tree_entry(): make it available from tree-walkJunio C Hamano2006-04-193-52/+52
| | * | sha1_name.c: no need to include diff.h; tree-walk.h will do.Junio C Hamano2006-04-191-1/+1
| | * | sha1_name.c: prepare to make get_tree_entry() reusable from others.Junio C Hamano2006-04-191-9/+10
| | * | get_sha1() shorthands for blob/tree objectsLinus Torvalds2006-04-181-1/+66
| * | | Merge branch 'maint'Junio C Hamano2006-04-192-1/+4
| |\ \ \ | | | |/ | | |/|
| | * | pre-commit hook: complain about conflict markers.Junio C Hamano2006-04-191-0/+3
| | * | git-merge: a bit more readable user guidance.Junio C Hamano2006-04-191-1/+1
| * | | diff: move diff.c to diff-lib.c to make room.Junio C Hamano2006-04-192-1/+1
| * | | git log: don't do merge diffs by defaultLinus Torvalds2006-04-191-2/+0
| * | | Allow "git repack" users to specify repacking window/depthLinus Torvalds2006-04-191-3/+5
| * | | Merge branch 'fix'Junio C Hamano2006-04-192-4/+24
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Document git-clone --referenceShawn Pearce2006-04-181-1/+20
| | * Fix filename scaling for binary filesJonas Fonseca2006-04-181-3/+4
| * | Fix uninteresting tags in new revision parsingLinus Torvalds2006-04-181-0/+1
* | | rename internal format-patch wipJunio C Hamano2006-04-201-1/+1
* | | Minor tweak on subject line in --pretty=emailJunio C Hamano2006-04-191-1/+1
* | | Tentative built-in format-patch.Junio C Hamano2006-04-184-13/+89
|/ /
* | Merge branch 'jc/pager-cat'Junio C Hamano2006-04-181-1/+1
|\ \
| * | Do not fork PAGER=catJunio C Hamano2006-04-161-1/+1
* | | Merge branch 'lt/logopt'Junio C Hamano2006-04-1814-437/+472
|\ \ \ | |_|/ |/| |
| * | Fix "git log --stat": make sure to set recursive with --stat.Junio C Hamano2006-04-182-2/+9
| * | combine-diff: show diffstat with the first parent.Junio C Hamano2006-04-171-5/+19
| * | git.c: LOGSIZE is unused after log printing cleanup.Junio C Hamano2006-04-171-2/+0
| * | Log message printout cleanups (#3): fix --pretty=onelineLinus Torvalds2006-04-171-2/+12
| * | Log message printout cleanups (#2)Linus Torvalds2006-04-172-8/+17
| * | Log message printout cleanupsLinus Torvalds2006-04-1711-185/+151
| * | rev-list --header: output format fixJunio C Hamano2006-04-171-0/+3
| * | Fixes for option parsingLinus Torvalds2006-04-162-4/+15
| * | log/whatchanged/show - log formatting cleanup.Junio C Hamano2006-04-163-15/+30
| * | Simplify common default options setup for built-in log family.Junio C Hamano2006-04-161-13/+7
| * | Merge branch 'master' into lt/logoptJunio C Hamano2006-04-168-21/+169
| |\ \ | | |/
| * | Tentative built-in "git show"Linus Torvalds2006-04-163-0/+24