| Commit message (Expand) | Author | Age | Files | Lines |
* | diff: handle lines containing only whitespace and tabs better | Kevin Ballard | 2010-10-20 | 2 | -3/+41 |
* | test-lib: extend test_decode_color to handle more color codes | Kevin Ballard | 2010-10-20 | 2 | -44/+77 |
* | t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To' | Antonio Ospite | 2010-10-19 | 1 | -1/+1 |
* | Clarify and extend the "git diff" format documentation | Andreas Gruenbacher | 2010-10-19 | 1 | -10/+30 |
* | git-show-ref.txt: clarify the pattern matching | Michael J Gruber | 2010-10-19 | 1 | -1/+5 |
* | documentation: git-config minor cleanups | Cliff Frey | 2010-10-19 | 1 | -7/+7 |
* | Update test script annotate-tests.sh to handle missing/extra authors | Kevin Ballard | 2010-10-19 | 1 | -6/+6 |
* | Better advice on using topic branches for kernel development | Luck, Tony | 2010-10-13 | 1 | -3/+6 |
* | Documentation: update implicit "--no-index" behavior in "git diff" | Jonathan Nieder | 2010-10-13 | 1 | -3/+3 |
* | Documentation: expand 'git diff' SEE ALSO section | Jonathan Nieder | 2010-10-13 | 1 | -2/+6 |
* | Documentation: diff can compare blobs | Jonathan Nieder | 2010-10-13 | 1 | -2/+3 |
* | Documentation: gitrevisions is in section 7 | Jonathan Nieder | 2010-10-13 | 16 | -20/+20 |
* | shell portability: no "export VAR=VAL" | Junio C Hamano | 2010-10-13 | 6 | -23/+23 |
* | CodingGuidelines: reword parameter expansion section | Junio C Hamano | 2010-10-13 | 1 | -12/+15 |
* | Documentation: update-index: -z applies also to --index-info | Bert Wesarg | 2010-10-13 | 1 | -2/+2 |
* | Documentation: No argument of ALLOC_GROW should have side-effects | Jonathan Nieder | 2010-10-08 | 1 | -1/+1 |
* | t/t3415: use && where applicable. | Yann Dirson | 2010-10-06 | 1 | -3/+3 |
* | SubmittingPatches: Document some extra tags used in commit messages | Ramkumar Ramachandra | 2010-10-06 | 1 | -6/+15 |
* | Documentation/git-clone: describe --mirror more verbosely | Uwe Kleine-König | 2010-10-06 | 1 | -1/+6 |
* | do not depend on signed integer overflow | Erik Faye-Lund | 2010-10-06 | 4 | -3/+15 |
* | work around buggy S_ISxxx(m) implementations | René Scharfe | 2010-10-06 | 1 | -3/+10 |
* | xdiff: cast arguments for ctype functions to unsigned char | Jonathan Nieder | 2010-10-06 | 3 | -10/+11 |
* | init: plug tiny one-time memory leak | Jonathan Nieder | 2010-10-06 | 1 | -13/+19 |
* | diffcore-pickaxe.c: remove unnecessary curly braces | Brandon Casey | 2010-10-05 | 1 | -2/+1 |
* | Merge early part of git-svn into maint | Junio C Hamano | 2010-10-05 | 3 | -5/+69 |
|\ |
|
| * | git-svn: fix processing of decorated commit hashes | Mathias Lafeldt | 2010-09-24 | 1 | -1/+2 |
| * | git-svn: check_cherry_pick should exclude commits already in our history | Steven Walter | 2010-09-24 | 2 | -1/+53 |
| * | Documentation/git-svn: discourage "noMetadata" | Eric Wong | 2010-09-24 | 1 | -3/+14 |
* | | t3020 (ls-files-error-unmatch): remove stray '1' from end of file | Elijah Newren | 2010-10-03 | 1 | -1/+0 |
* | | setup: make sure git dir path is in a permanent buffer | Jonathan Nieder | 2010-10-03 | 1 | -1/+3 |
* | | environment.c: remove unused variable | Jonathan Nieder | 2010-10-03 | 1 | -3/+1 |
* | | Fix typo in pack-objects' usage | Johannes Schindelin | 2010-09-30 | 1 | -1/+1 |
* | | Make sure that git_getpass() never returns NULL | Johannes Schindelin | 2010-09-30 | 1 | -2/+6 |
* | | t0004 (unwritable files): simplify error handling | Jonathan Nieder | 2010-09-30 | 1 | -38/+14 |
* | | rev-list-options: clarify --parents and --children | Michael J Gruber | 2010-09-30 | 1 | -4/+4 |
* | | MinGW: avoid collisions between "tags" and "TAGS" | Junio C Hamano | 2010-09-29 | 1 | -6/+9 |
* | | diff: trivial fix for --output file error message | Matthieu Moy | 2010-09-29 | 1 | -1/+1 |
* | | user-manual: fix anchor name Finding-comments-With-given-Content | Michael J Gruber | 2010-09-29 | 1 | -1/+1 |
* | | user-manual: be consistent in illustrations to 'git rebase' | Kirill Smelkov | 2010-09-29 | 1 | -2/+2 |
* | | stash: simplify parsing fixes | Jon Seymour | 2010-09-29 | 1 | -21/+7 |
* | | Git 1.7.3.1v1.7.3.1 | Junio C Hamano | 2010-09-29 | 4 | -3/+18 |
* | | stash: fix git stash branch regression when branch creation fails | Jon Seymour | 2010-09-29 | 2 | -4/+4 |
* | | stash drops the stash even if creating the branch fails because it already ex... | Tomas Carnecky | 2010-09-29 | 1 | -0/+11 |
* | | Fix missing 'does' in man-page for 'git checkout' | Linus Torvalds | 2010-09-27 | 1 | -8/+8 |
* | | dir.c: squelch false uninitialized memory warning | Pat Notz | 2010-09-27 | 1 | -1/+1 |
* | | git-send-email.perl: ensure $domain is defined before using it | Brandon Casey | 2010-09-27 | 1 | -1/+1 |
* | | wt-status.c: don't leak directory entries when processing untracked,ignored | Brandon Casey | 2010-09-27 | 1 | -10/+6 |
* | | t6050 (replace): fix bogus "fetch branch with replacement" test | Christian Couder | 2010-09-27 | 1 | -3/+10 |
* | | Documentation: Refer to git-commit-tree in git-filter-branch help | Wesley J. Landaker | 2010-09-27 | 1 | -1/+1 |
* | | update comment and documentation for :/foo syntax | Matthieu Moy | 2010-09-27 | 2 | -1/+4 |