Age | Commit message (Expand) | Author | Files | Lines |
2013-04-18 | pretty: support padding placeholders, %< %> and %>< | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2013-04-18 | pretty: add %C(auto) for auto-coloring | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2013-04-18 | pretty-formats.txt: wrap long lines | Nguyễn Thái Ngọc Duy | 1 | -6/+12 |
2013-04-18 | Update draft release notes to 1.8.3 | Junio C Hamano | 1 | -1/+25 |
2013-04-18 | Merge branch 'fc/send-email-annotate' | Junio C Hamano | 3 | -4/+12 |
2013-04-18 | Merge branch 'jk/daemon-user-doc' | Junio C Hamano | 1 | -0/+7 |
2013-04-18 | Merge branch 'jc/detached-head-doc' | Junio C Hamano | 1 | -3/+16 |
2013-04-17 | gitweb/INSTALL: GITWEB_CONFIG_SYSTEM is for backward compatibility | Jonathan Nieder | 1 | -0/+7 |
2013-04-15 | Update draft release notes to 1.8.3 | Junio C Hamano | 1 | -0/+25 |
2013-04-15 | Merge branch 'jk/diff-algo-finishing-touches' | Junio C Hamano | 1 | -0/+6 |
2013-04-15 | dir.c: git-status --ignored: don't scan the work tree twice | Karsten Blees | 1 | -3/+22 |
2013-04-15 | glossary: improve definitions of refspec and pathspec | Thomas Ackermann | 1 | -23/+10 |
2013-04-15 | The name of the hash function is "SHA-1", not "SHA1" | Thomas Ackermann | 31 | -68/+68 |
2013-04-15 | glossary: improve description of SHA-1 related topics | Thomas Ackermann | 1 | -10/+10 |
2013-04-15 | glossary: remove outdated/misleading/irrelevant entries | Thomas Ackermann | 1 | -10/+1 |
2013-04-15 | branch: colour upstream branches | Felipe Contreras | 1 | -1/+2 |
2013-04-15 | transport-helper: add 'signed-tags' capability | John Keeping | 1 | -0/+4 |
2013-04-15 | fast-export: add --signed-tags=warn-strip mode | John Keeping | 1 | -4/+6 |
2013-04-15 | checkout: add --ignore-skip-worktree-bits in sparse checkout mode | Nguyễn Thái Ngọc Duy | 2 | -0/+10 |
2013-04-13 | doc/http-backend: match query-string in apache half-auth example | Jeff King | 1 | -8/+24 |
2013-04-12 | Sync with 'maint' | Junio C Hamano | 9 | -10/+12 |
2013-04-12 | Merge branch 'mg/texinfo-5' into maint | Junio C Hamano | 1 | -0/+1 |
2013-04-12 | Merge branch 'cn/commit-amend-doc' into maint | Junio C Hamano | 1 | -8/+9 |
2013-04-12 | doc: various spelling fixes | Stefano Lattarini | 8 | -9/+9 |
2013-04-12 | Merge branch 'maint-1.8.1' into maint | Junio C Hamano | 1 | -1/+3 |
2013-04-12 | doc: clarify that "git daemon --user=<user>" option does not export HOME=~user | Junio C Hamano | 1 | -0/+7 |
2013-04-12 | Documentation: distinguish between ref and offset deltas in pack-format | Stefan Saasen | 1 | -1/+3 |
2013-04-12 | Support FTP-over-SSL/TLS for regular FTP | Modestas Vainius | 1 | -0/+8 |
2013-04-11 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+3 |
2013-04-11 | Update dtaft release notes to 1.8.3 | Junio C Hamano | 1 | -6/+21 |
2013-04-11 | Merge branch 'po/help-guides' | Junio C Hamano | 1 | -7/+21 |
2013-04-11 | archive: clarify explanation of --worktree-attributes | René Scharfe | 1 | -1/+3 |
2013-04-11 | doc/http-backend: give some lighttpd config examples | Jeff King | 1 | -0/+55 |
2013-04-11 | doc/http-backend: clarify "half-auth" repo configuration | Jeff King | 1 | -0/+9 |
2013-04-10 | count-objects: add -H option to humanize sizes | Antoine Pelisse | 1 | -4/+10 |
2013-04-10 | strbuf: create strbuf_humanise_bytes() to show byte sizes | Antoine Pelisse | 1 | -0/+5 |
2013-04-07 | Sync with 1.8.2.1 | Junio C Hamano | 3 | -2/+14 |
2013-04-07 | Git 1.8.2.1 | Junio C Hamano | 2 | -1/+7 |
2013-04-07 | Update draft release notes to 1.8.3 | Junio C Hamano | 1 | -0/+20 |
2013-04-07 | Merge branch 'cn/commit-amend-doc' | Junio C Hamano | 1 | -8/+9 |
2013-04-07 | Merge branch 'mg/texinfo-5' | Junio C Hamano | 1 | -0/+1 |
2013-04-07 | Merge branch 'rr/triangle' | Junio C Hamano | 1 | -3/+21 |
2013-04-07 | format-patch: add format.coverLetter configuration variable | Felipe Contreras | 2 | -2/+8 |
2013-04-07 | Sync with 1.8.1.6 | Junio C Hamano | 2 | -1/+7 |
2013-04-07 | Git 1.8.1.6 | Junio C Hamano | 2 | -1/+7 |
2013-04-07 | send-email: make annotate configurable | Felipe Contreras | 2 | -2/+4 |
2013-04-07 | gitremote-helpers(1): clarify refspec behaviour | John Keeping | 1 | -2/+2 |
2013-04-07 | fast-export: Allow pruned-references in mark file | Antoine Pelisse | 1 | -0/+2 |
2013-04-05 | Update draft release notes to 1.8.3 | Junio C Hamano | 1 | -0/+12 |
2013-04-05 | Merge branch 'mh/rev-parse-verify-doc' | Junio C Hamano | 1 | -4/+15 |