Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contrib/git-svn: several small bug fixes and changes | Eric Wong | 2006-03-03 | 1 | -10/+17 |
* | contrib/git-svn: add -b/--branch switch for branch detection | Eric Wong | 2006-03-03 | 2 | -1/+54 |
* | Prevent --index-info from ignoring -z. | Shawn Pearce | 2006-03-02 | 1 | -1/+3 |
* | manpages: insert two missing [verse] markers for multi-line SYNOPSIS | Jonas Fonseca | 2006-03-02 | 2 | -0/+2 |
* | gitview: pass the missing argument _show_clicked_cb. | Aneesh Kumar K.V | 2006-03-02 | 1 | -1/+1 |
* | Fix test case for some sed | Johannes Schindelin | 2006-03-02 | 1 | -1/+2 |
* | git-branch: add -r switch to list refs/remotes/* | Eric Wong | 2006-03-02 | 1 | -0/+10 |
* | cvsserver: fix checkouts with -d <somedir> | Martin Langhoff | 2006-03-02 | 1 | -5/+5 |
* | cvsserver: checkout faster by sending files in a sensible order | Martin Langhoff | 2006-03-02 | 1 | -2/+5 |
* | git-commit: make sure we protect against races. | Junio C Hamano | 2006-03-02 | 1 | -0/+2 |
* | git-commit --amend | Junio C Hamano | 2006-03-02 | 1 | -4/+39 |
* | show-branch --topics | Junio C Hamano | 2006-03-02 | 1 | -1/+18 |
* | GIT-VERSION-GEN: squelch unneeded error from "cat version" | Junio C Hamano | 2006-03-02 | 1 | -1/+4 |
* | Merge branch 'ml/cvsserver' | Junio C Hamano | 2006-03-02 | 1 | -10/+50 |
|\ | |||||
| * | cvsserver: Eclipse compat -- now "compare with latest from HEAD" works | Martin Langhoff | 2006-03-01 | 1 | -3/+24 |
| * | cvsserver: Checkout correctly on Eclipse | Martin Langhoff | 2006-03-01 | 1 | -7/+26 |
* | | annotate: resurrect raw timestamps. | Junio C Hamano | 2006-03-02 | 1 | -2/+7 |
* | | Documentation: rev-list --objects-edge | Junio C Hamano | 2006-03-02 | 1 | -1/+9 |
* | | Documentation: read-tree --aggressive | Junio C Hamano | 2006-03-02 | 2 | -2/+15 |
* | | war on whitespaces: documentation. | Junio C Hamano | 2006-03-02 | 4 | -4/+40 |
* | | contrib/git-svn: use refs/remotes/git-svn instead of git-svn-HEAD | Eric Wong | 2006-03-02 | 3 | -39/+78 |
* | | Merge branch 'maint' | Junio C Hamano | 2006-03-01 | 1 | -2/+4 |
|\ \ | |||||
| * | | read-tree --aggressive: remove deleted entry from the working tree. | Junio C Hamano | 2006-03-01 | 1 | -2/+4 |
* | | | Merge branch 'jc/tag' | Junio C Hamano | 2006-03-01 | 2 | -15/+125 |
|\ \ \ | |||||
| * | | | Pretty-print tagger dates. | Junio C Hamano | 2006-03-01 | 2 | -15/+125 |
| |/ / | |||||
* | | | Merge part of 'jc/diff' | Junio C Hamano | 2006-03-01 | 5 | -40/+61 |
|\ \ \ | |||||
| * | | | diffcore-rename: split out the delta counting code. | Junio C Hamano | 2006-02-28 | 5 | -40/+61 |
* | | | | Merge branch 'kh/svnimport' | Junio C Hamano | 2006-03-01 | 2 | -5/+25 |
|\ \ \ \ | |||||
| * | | | | Save username -> Full Name <email@addr.es> map file | Karl Hasselström | 2006-02-27 | 2 | -5/+25 |
* | | | | | Merge branch 'js/refs' | Junio C Hamano | 2006-03-01 | 1 | -2/+7 |
|\ \ \ \ \ | |||||
| * | | | | | Warn about invalid refs | Johannes Schindelin | 2006-03-01 | 1 | -2/+7 |
* | | | | | | annotate: fix -S parameter to take a string | Martin Langhoff | 2006-03-01 | 1 | -2/+3 |
* | | | | | | annotate: Add a basic set of test cases. | Ryan Anderson | 2006-03-01 | 1 | -0/+89 |
* | | | | | | annotate: handle \No newline at end of file. | Ryan Anderson | 2006-03-01 | 1 | -0/+6 |
* | | | | | | gitview: Use horizontal scroll bar in the tree view | Aneesh Kumar K.V | 2006-03-01 | 1 | -4/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Re-fix compilation warnings. | Luck, Tony | 2006-03-01 | 1 | -1/+1 |
* | | | | | Up to date with GIT 1.2.4 fixes | Junio C Hamano | 2006-03-01 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge branch 'lt/fix-apply' into maintv1.2.4 | Junio C Hamano | 2006-03-01 | 4 | -13/+161 |
| |\ \ \ \ | |||||
| | * | | | | git-am: --whitespace=x option. | Junio C Hamano | 2006-02-28 | 1 | -4/+9 |
| | * | | | | git-apply: war on whitespace -- finishing touches. | Junio C Hamano | 2006-02-28 | 1 | -0/+11 |
| | * | | | | git-apply --whitespace=nowarn | Junio C Hamano | 2006-02-27 | 1 | -2/+6 |
| | * | | | | apply --whitespace: configuration option. | Junio C Hamano | 2006-02-27 | 3 | -24/+51 |
| | * | | | | apply: squelch excessive errors and --whitespace=error-all | Junio C Hamano | 2006-02-27 | 1 | -8/+45 |
| | * | | | | apply --whitespace fixes and enhancements. | Junio C Hamano | 2006-02-27 | 1 | -23/+54 |
| | * | | | | The war on trailing whitespace | Linus Torvalds | 2006-02-27 | 1 | -0/+33 |
* | | | | | | Merge branch 'lt/apply' | Junio C Hamano | 2006-03-01 | 4 | -13/+161 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-am: --whitespace=x option. | Junio C Hamano | 2006-02-28 | 1 | -4/+9 |
| * | | | | | | git-apply: war on whitespace -- finishing touches. | Junio C Hamano | 2006-02-28 | 1 | -0/+11 |
| * | | | | | | git-apply --whitespace=nowarn | Junio C Hamano | 2006-02-27 | 1 | -2/+6 |
| * | | | | | | apply --whitespace: configuration option. | Junio C Hamano | 2006-02-27 | 3 | -24/+51 |