summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * user-manual: clarify difference between tag and branchJ. Bruce Fields2007-01-211-0/+3
| * user-manual: minor quickstart reorganizationJ. Bruce Fields2007-01-211-8/+22
| * user-manual: add "quick start" as chapter 1J. Bruce Fields2007-01-201-2/+200
| * user-manual: rewrap, fix heading levelsJ. Bruce Fields2007-01-141-17/+23
| * Merge branch 'master' of git://git.kernel.org/pub/scm/git/gitJ. Bruce Fields2007-01-14133-1556/+3075
| |\
| * | user-manual: reindentJ. Bruce Fields2007-01-141-9/+22
| * | user-manual: replace init-db by initJ. Bruce Fields2007-01-111-2/+2
| * | user manual: answer some comments from JunioJ. Bruce Fields2007-01-101-23/+10
| * | User manual: fix typos in examplesJunio C Hamano2007-01-101-10/+26
| * | Documentation: rev-list -> rev-parse, other typos, start examplesJ. Bruce Fields2007-01-101-2/+57
| * | Documentation: begin discussion of git-remote in user manualJ. Bruce Fields2007-01-091-14/+54
| * | Documentation: reorder development section, todo'sJ. Bruce Fields2007-01-081-120/+123
| * | Documentation: more user-manual todo'sJ. Bruce Fields2007-01-081-1/+16
| * | Documentation: git-rebase discussion, miscellaneous user-manual updatesJ. Bruce Fields2007-01-071-4/+157
| * | Documentation: expand preface and todo'sJ. Bruce Fields2007-01-071-3/+28
| * | Documentation: add git user's manualJ. Bruce Fields2007-01-074-1/+1774
* | | t9200: do not test -x bit if the filesystem does not support it.Junio C Hamano2007-01-311-0/+6
* | | t9200: Re-code non-ascii path test in UTF-8Junio C Hamano2007-01-311-8/+8
* | | Update git-cat-file documentationAneesh Kumar K.V2007-01-311-1/+3
* | | Documentation: "git-checkout <tree> <path>" takes any tree-ishJunio C Hamano2007-01-311-5/+7
* | | Improved error message from git-rebaseDavid Kågedal2007-01-311-1/+2
* | | Fix git-update-index to work with relative pathnames.Alex Riesen2007-01-311-2/+6
* | | Escape --upload-pack from expr.Shawn O. Pearce2007-01-313-3/+3
* | | Don't coredump on bad refs in update-server-info.Shawn O. Pearce2007-01-311-0/+2
* | | tone down the detached head warningNicolas Pitre2007-01-311-3/+3
* | | Fix git-tag -uJunio C Hamano2007-01-301-3/+4
* | | blameview: Use git-cat-file to read the file content.Aneesh Kumar K.V2007-01-301-1/+2
* | | git-fetch: Allow fetching the remote HEADSanti Béjar2007-01-301-1/+1
* | | git-send-email: remove debugging output.Junio C Hamano2007-01-301-1/+1
* | | Add a missing fork() error check.Johannes Sixt2007-01-301-0/+2
* | | git-blame: somewhat better commenting.Junio C Hamano2007-01-291-38/+255
* | | Make fsck and fsck-objects be builtins.Mark Wooding2007-01-294-2/+5
* | | git-commit -s: no extra space when sign-offs appear at the end already.Junio C Hamano2007-01-291-1/+4
* | | Replace perl code with pure shell codeSimon 'corecode' Schubert2007-01-291-44/+23
* | | lock_any_ref_for_update(): do not accept malformatted refs.Junio C Hamano2007-01-292-4/+4
* | | git-fsck-objects is now synonym to git-fsckJunio C Hamano2007-01-2815-140/+159
* | | [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-2858-439/+460
* | | Heavily expanded update hook to send more useful emails than the old hookAndy Parkins2007-01-281-72/+268
* | | UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zoneAndy Parkins2007-01-281-1/+1
* | | Teach for-each-ref about a little language called Tcl.Shawn O. Pearce2007-01-284-2/+47
* | | Add a sample program 'blameview' to show how to use git-blame --incrementalJeff King2007-01-282-0/+128
* | | git-push through git protocolLinus Torvalds2007-01-281-0/+7
* | | Document 'git-blame --incremental'Junio C Hamano2007-01-281-1/+46
* | | Documentation/config.txt: Fix documentation of colour config tweaks.Mark Wooding2007-01-281-10/+16
* | | wt-status: Actually accept `color.status.BLAH' configuration variables.Mark Wooding2007-01-281-1/+1
* | | git-blame --incremental: don't use pagerRen,Ai(B Scharfe2007-01-282-1/+4
* | | Compute accurate distances in git-describe before output.Shawn O. Pearce2007-01-281-1/+41
* | | Update describe documentation.Junio C Hamano2007-01-281-9/+22
* | | Teach git-describe to display distances from tags.Shawn O. Pearce2007-01-281-2/+3
* | | git-blame --porcelain: quote filename in c-style when needed.Junio C Hamano2007-01-281-5/+10