summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitweb: Add link to other blame implementation in blame viewsJakub Narebski2009-12-011-0/+11
* gitweb: Make linking to actions requiring JavaScript a featureJakub Narebski2009-11-301-1/+8
* gitweb.js: fix padLeftStr() and its usageStephen Boyd2009-11-251-5/+5
* gitweb.js: Harden setting blamed commit info in incremental blameJakub Narebski2009-11-251-1/+6
* gitweb.js: fix null object exception in initials calculationStephen Boyd2009-11-191-2/+5
* gitweb: Minify gitweb.js if JSMIN is definedJakub Narebski2009-09-011-0/+20
* gitweb: Create links leading to 'blame_incremental' using JavaScriptJakub Narebski2009-09-012-9/+53
* gitweb: Colorize 'blame_incremental' view during processingJakub Narebski2009-09-012-3/+110
* gitweb: Incremental blame (using JavaScript)Jakub Narebski2009-09-016-88/+940
* gitweb: Add optional "time to generate page" info in footerJakub Narebski2009-09-012-0/+36
* gitweb: Use light/dark for class names also in 'blame' viewJakub Narebski2009-07-252-8/+11
* gitweb: Add author initials in 'blame' view, a la "git gui blame"Jakub Narebski2009-07-251-0/+8
* gitweb: Mark commits with no "previous" in 'blame' viewJakub Narebski2009-07-252-2/+8
* gitweb: Use "previous" header of git-blame -p in 'blame' viewJakub Narebski2009-07-251-14/+15
* gitweb: Mark boundary commits in 'blame' viewJakub Narebski2009-07-252-2/+8
* gitweb: Make .error style genericJakub Narebski2009-07-251-1/+1
* Show the presence of untracked files in the bash prompt.Daniel Trstenjak2009-07-241-2/+13
* Merge branch 'maint'Junio C Hamano2009-07-244-33/+53
|\
| * SunOS grep does not understand -C<n> nor -eJunio C Hamano2009-07-241-0/+1
| * Fix export_marks() error handling.Matthias Andree2009-07-241-4/+10
| * git branch: clean up detached branch handlingLinus Torvalds2009-07-231-15/+23
| * git branch: avoid unnecessary object lookupsLinus Torvalds2009-07-231-10/+14
| * git branch: fix performance problemLinus Torvalds2009-07-231-5/+5
| * do_one_ref(): null_sha1 check is not about broken refJunio C Hamano2009-07-221-2/+3
* | git svn: fix shallow clone when upstream revision is too newEric Wong2009-07-222-0/+31
* | configure.ac: properly unset NEEDS_SSL_WITH_CRYPTO when sha1 func is missingv1.6.4-rc2Brandon Casey2009-07-221-3/+2
* | janitor: useless checks before freePierre Habouzit2009-07-222-3/+2
* | janitor: add DIV_ROUND_UP and use it.Pierre Habouzit2009-07-223-2/+4
* | refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit2009-07-223-3/+4
* | janitor: use NULL and not 0 for pointers.Pierre Habouzit2009-07-221-1/+1
* | git stash: modernize use of "dashed" git-XXX callsMartin Koegler2009-07-221-3/+3
* | Improve doc for format-patch threading options.Yann Dirson2009-07-222-12/+31
* | List send-email config options in config.txt.Yann Dirson2009-07-221-0/+44
* | configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN testsBrandon Casey2009-07-222-2/+3
* | Merge branch 'maint'Junio C Hamano2009-07-224-18/+118
|\ \ | |/
| * Trailing whitespace and no newline fixSZEDER Gábor2009-07-222-3/+20
| * diff --cc: a lost line at the beginning of the file is shown incorrectlyJunio C Hamano2009-07-222-7/+93
| * combine-diff.c: fix performance problem when folding common deleted linesJunio C Hamano2009-07-221-8/+5
* | git svn: fix reparenting when ugly http(s) URLs are usedEric Wong2009-07-191-2/+4
* | git svn: rename tests that had conflicting numbersEric Wong2009-07-192-0/+0
* | Updates to draft release notes to 1.6.4Junio C Hamano2009-07-181-10/+47
* | push: do not give big warning when no preference is configuredJunio C Hamano2009-07-183-28/+2
* | t4202-log.sh: Test git log --no-walk sort orderMichael J Gruber2009-07-181-0/+20
* | cvsexportcommit: reorder tests to quiet intermittent failureMike Ralphson2009-07-181-19/+22
* | Merge branch 'maint'Junio C Hamano2009-07-183-4/+4
|\ \ | |/
| * checkout -f: deal with a D/F conflict entry correctlyJunio C Hamano2009-07-181-1/+1
| * sha1_name.c: avoid unnecessary strbuf_releaseBrandon Casey2009-07-161-2/+0
| * refs.c: release file descriptor on error returnBrandon Casey2009-07-161-1/+3
* | Revert "mailinfo: Remove only one set of square brackets"v1.6.4-rc1Junio C Hamano2009-07-153-9/+2
* | Fix extraneous lstat's in 'git checkout -f'Linus Torvalds2009-07-141-1/+1