Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: update IRIX64 section | Brandon Casey | 2009-07-10 | 1 | -6/+6 |
* | Makefile: add section for SGI IRIX 6.5 | Brandon Casey | 2009-07-10 | 1 | -0/+13 |
* | Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile arguments | Brandon Casey | 2009-07-10 | 2 | -0/+11 |
* | git-compat-util.h: adjust for SGI IRIX 6.5 | Brandon Casey | 2009-07-10 | 1 | -1/+2 |
* | unpack-trees.c: work around run-time array initialization flaw on IRIX 6.5 | Brandon Casey | 2009-07-10 | 1 | -1/+1 |
* | Merge branch 'lt/dir-cleanup' | Junio C Hamano | 2009-07-10 | 10 | -121/+167 |
|\ | |||||
| * | Make index preloading check the whole path to the file | Linus Torvalds | 2009-07-09 | 1 | -0/+4 |
| * | Export thread-safe version of 'has_symlink_leading_path()' | Linus Torvalds | 2009-07-09 | 2 | -11/+20 |
| * | Prepare symlink caching for thread-safety | Linus Torvalds | 2009-07-09 | 1 | -35/+40 |
| * | Avoid using 'lstat()' to figure out directories | Linus Torvalds | 2009-07-09 | 1 | -5/+42 |
| * | Avoid doing extra 'lstat()'s for d_type if we have an up-to-date cache entry | Linus Torvalds | 2009-07-09 | 1 | -5/+9 |
| * | Simplify read_directory[_recursive]() arguments | Linus Torvalds | 2009-07-09 | 3 | -31/+30 |
| * | Add 'fill_directory()' helper function for directory traversal | Linus Torvalds | 2009-07-09 | 6 | -52/+40 |
* | | Merge branch 'ae/maint-mailinfo-rm-only-one-patch-marker' | Junio C Hamano | 2009-07-10 | 3 | -2/+9 |
|\ \ | |||||
| * | | mailinfo: Remove only one set of square brackets | Andreas Ericsson | 2009-07-08 | 3 | -2/+9 |
* | | | Makefile: keep "git" when bindir is execdir | Junio C Hamano | 2009-07-10 | 1 | -2/+3 |
* | | | Makefile: install 'git' in execdirv1.6.4-rc0 | Jeff King | 2009-07-09 | 1 | -7/+7 |
* | | | Merge branch 'ld/push-porcelain-output-format' | Junio C Hamano | 2009-07-09 | 4 | -32/+58 |
|\ \ \ | |||||
| * | | | add --porcelain option to git-push | Larry D'Anna | 2009-06-27 | 4 | -32/+58 |
* | | | | Merge branch 'gb/gitweb-avatar' | Junio C Hamano | 2009-07-09 | 3 | -46/+196 |
|\ \ \ \ | |||||
| * | | | | gitweb: add empty alt text to avatar img | Giuseppe Bilotta | 2009-06-30 | 1 | -0/+1 |
| * | | | | gitweb: picon avatar provider | Giuseppe Bilotta | 2009-06-30 | 1 | -7/+27 |
| * | | | | gitweb: gravatar url cache | Giuseppe Bilotta | 2009-06-30 | 1 | -2/+22 |
| * | | | | gitweb: (gr)avatar support | Giuseppe Bilotta | 2009-06-30 | 3 | -3/+86 |
| * | | | | gitweb: use git_print_authorship_rows in 'tag' view too | Giuseppe Bilotta | 2009-06-30 | 1 | -7/+9 |
| * | | | | gitweb: uniform author info for commit and commitdiff | Giuseppe Bilotta | 2009-06-30 | 1 | -1/+5 |
| * | | | | gitweb: refactor author name insertion | Giuseppe Bilotta | 2009-06-30 | 2 | -39/+59 |
* | | | | | Merge branch 'ml/http' | Junio C Hamano | 2009-07-09 | 2 | -1/+53 |
|\ \ \ \ \ | |||||
| * | | | | | http.c: add http.sslCertPasswordProtected option | Mark Lodato | 2009-06-18 | 2 | -1/+14 |
| * | | | | | http.c: prompt for SSL client certificate password | Mark Lodato | 2009-06-18 | 1 | -1/+40 |
* | | | | | | Merge branch 'rs/grep-p' | Junio C Hamano | 2009-07-09 | 8 | -44/+228 |
|\ \ \ \ \ \ | |||||
| * | | | | | | grep: simplify -p output | René Scharfe | 2009-07-02 | 2 | -10/+6 |
| * | | | | | | grep -p: support user defined regular expressions | René Scharfe | 2009-07-01 | 5 | -3/+50 |
| * | | | | | | grep: add option -p/--show-function | René Scharfe | 2009-07-01 | 5 | -13/+98 |
| * | | | | | | grep: handle pre context lines on demand | René Scharfe | 2009-07-01 | 1 | -29/+32 |
| * | | | | | | grep: print context hunk marks between files | René Scharfe | 2009-07-01 | 4 | -1/+40 |
| * | | | | | | grep: move context hunk mark handling into show_line() | René Scharfe | 2009-07-01 | 2 | -15/+12 |
| * | | | | | | userdiff: add xdiff_clear_find_func() | René Scharfe | 2009-07-01 | 3 | -0/+17 |
* | | | | | | | Merge branch 'js/run-command-updates' (early part) | Junio C Hamano | 2009-07-09 | 2 | -1/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | MinGW: truncate exit()'s argument to lowest 8 bits | Johannes Sixt | 2009-07-05 | 2 | -1/+3 |
* | | | | | | | | git-svn.txt: fix description of fetch flags accepted by clone. | Yann Dirson | 2009-07-08 | 1 | -4/+4 |
* | | | | | | | | git-svn.txt: fix fetch flags incorrectly documented as init flags. | Yann Dirson | 2009-07-08 | 1 | -10/+11 |
* | | | | | | | | git-svn.txt: make formatting more consistent. | Yann Dirson | 2009-07-08 | 1 | -110/+101 |
* | | | | | | | | git-svn.txt: stop using dash-form of commands. | Yann Dirson | 2009-07-08 | 1 | -60/+60 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-07-08 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Merge branch 'cb/maint-fetch-refspec-wo-dst' into maint | Junio C Hamano | 2009-07-08 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'cf/maint-remote-uploadpack-useconfig-fix' into maint | Junio C Hamano | 2009-07-08 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Documentation: update description of shell aliases | Sitaram Chamarty | 2009-07-08 | 1 | -1/+3 |
* | | | | | | | | | | completion: __git_config_get_set_variables() handle values with spaces | Stephen Boyd | 2009-07-06 | 1 | -5/+6 |
* | | | | | | | | | | Merge branch 'tr/die_errno' | Junio C Hamano | 2009-07-06 | 60 | -207/+225 |
|\ \ \ \ \ \ \ \ \ \ |