summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Update diff-options and config documentation.Junio C Hamano2006-07-072-4/+38
| * | | | | | | | diff.c: --no-color to defeat diff.color configuration.Junio C Hamano2006-07-071-0/+2
| * | | | | | | | diff.c: respect diff.renames config optionEric Wong2006-07-072-0/+19
* | | | | | | | | Merge branch 'ew/svn'Junio C Hamano2006-07-0915-97/+72
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fix some doubled word typosAlp Toker2006-07-091-1/+1
| * | | | | | | | Typofix in Makefile comment.Pavel Roskin2006-07-091-1/+1
| * | | | | | | | Makefile: export NO_SVN_TESTSJohannes Schindelin2006-07-071-0/+1
| * | | | | | | | git-svn: migrate out of contrib (follow-up)Junio C Hamano2006-07-071-2/+9
| * | | | | | | | git-svn: migrate out of contribEric Wong2006-07-0614-61/+28
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Fix typos involving the word 'commit'Alp Toker2006-07-092-7/+7
* | | | | | | | Fix some doubled word typosAlp Toker2006-07-091-1/+1
* | | | | | | | "git -p cmd" to page anywhereJunio C Hamano2006-07-094-1/+11
* | | | | | | | change ent to tree in git-diff documentationMatthias Lederhofer2006-07-092-10/+10
* | | | | | | | Assorted typo fixesPavel Roskin2006-07-0921-34/+34
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'sf/diff'Junio C Hamano2006-07-093-2/+13
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | diff-options: Explain --text and -aStephan Feder2006-07-071-0/+6
| * | | | | | Add -a and --text to common diff options helpStephan Feder2006-07-071-1/+2
| * | | | | | Teach diff -a as shorthand for --textStephan Feder2006-07-071-1/+1
| * | | | | | Teach --text option to diffStephan Feder2006-07-072-1/+5
| | |_|_|/ / | |/| | | |
* | | | | | Disable color detection during format-patchRyan Anderson2006-07-091-0/+3
* | | | | | git-cvsexportcommit can't handle merge commits correctlyPeter Baumann2006-07-091-2/+2
* | | | | | Using 'perl' in *.shMichal Rokos2006-07-086-5/+6
* | | | | | sed -e '/RE/r rfile/' needs space in 'r rfile'Michal Rokos2006-07-081-2/+2
* | | | | | Close the index file between writing and committingJohannes Schindelin2006-07-087-7/+8
* | | | | | colored diff: diff.color = auto fixJunio C Hamano2006-07-071-2/+8
|/ / / / /
* | | | | send-email: format 2822 datestring ourselves.Jakub Narebski2006-07-071-3/+38
* | | | | Do not drop data from '\0' until eol in patch outputStephan Feder2006-07-071-1/+3
* | | | | builtin-log: respect diff configuration optionsEric Wong2006-07-071-2/+5
* | | | | rev-parse documentation: talk about range notation.Junio C Hamano2006-07-061-8/+37
* | | | | show-branch: match documentation and usageJunio C Hamano2006-07-062-1/+6
* | | | | Merge branch 'js/merge-base'Junio C Hamano2006-07-066-244/+355
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | builtin-rev-parse.c: constness tighteningJunio C Hamano2006-07-061-1/+1
| * | | | Re-fix clear_commit_marks().Junio C Hamano2006-07-043-16/+8
| * | | | rev-list: free commit_list in ... handlerRene Scharfe2006-07-041-0/+1
| * | | | Teach rev-parse the ... syntax.Santi BĂ©jar2006-07-041-18/+47
| * | | | Merge branch 'master' into js/merge-baseJunio C Hamano2006-07-0313-95/+163
| |\ \ \ \
| * | | | | revert clear-commit-marks for now.Junio C Hamano2006-07-033-7/+17
| * | | | | get_merge_bases: clean up even when there is no common commit.Junio C Hamano2006-07-031-1/+2
| * | | | | commit.c: do not redefine UNINTERESTING bit.Junio C Hamano2006-07-021-20/+20
| * | | | | Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe2006-07-024-19/+9
| * | | | | Make clear_commit_marks() clean harderRene Scharfe2006-07-011-4/+3
| * | | | | Add '...' operator for revisionsRene Scharfe2006-07-012-9/+53
| * | | | | Add get_merge_bases_clean()Rene Scharfe2006-07-012-4/+17
| * | | | | move get_merge_bases() to core lib.Johannes Schindelin2006-06-293-238/+242
| * | | | | refactor merge_bases() as preparation to libify merge-baseJohannes Schindelin2006-06-291-18/+46
* | | | | | Merge branch 'ew/instaweb'Junio C Hamano2006-07-064-1/+335
|\ \ \ \ \ \
| * | | | | | instaweb: fix unportable ';' usage in sedEric Wong2006-07-021-3/+3
| * | | | | | Makefile: replace ugly and unportable sed invocationJohannes Schindelin2006-07-021-5/+5
| * | | | | | Add git-instaweb, instantly browse the working repo with gitwebEric Wong2006-07-014-1/+335
| * | | | | | gitweb: Declare global variables with "our"Dennis Stosberg2006-07-011-28/+27