Age | Commit message (Expand) | Author | Files | Lines |
2009-03-11 | Update draft release notes for 1.6.2.1 | Junio C Hamano | 1 | -0/+19 |
2009-03-11 | Merge branch 'js/maint-send-email' into maint | Junio C Hamano | 3 | -112/+305 |
2009-03-11 | Merge branch 'jk/sane-relative-time' into maint | Junio C Hamano | 1 | -1/+19 |
2009-03-11 | Merge branch 'jc/maint-add-p-unquote' into maint | Junio C Hamano | 2 | -10/+52 |
2009-03-11 | Merge branch 'fg/maint-exclude-bq' into maint | Junio C Hamano | 2 | -2/+9 |
2009-03-11 | Merge branch 'en/maint-hash-object' into maint | Junio C Hamano | 1 | -2/+2 |
2009-03-11 | Merge branch 'mg/maint-submodule-normalize-path' | Junio C Hamano | 2 | -3/+61 |
2009-03-11 | Merge branch 'jc/maint-1.6.0-keep-pack' | Junio C Hamano | 10 | -72/+51 |
2009-03-11 | Merge branch 'rs/memmem' | Junio C Hamano | 2 | -11/+12 |
2009-03-11 | Merge branch 'tv/rebase-stat' | Junio C Hamano | 5 | -14/+65 |
2009-03-11 | Merge branch 'jk/clone-post-checkout' | Junio C Hamano | 2 | -1/+18 |
2009-03-11 | Merge branch 'tr/format-patch-thread' | Junio C Hamano | 6 | -55/+307 |
2009-03-11 | Merge branch 'el/blame-date' | Junio C Hamano | 2 | -16/+59 |
2009-03-11 | Merge branch 'tr/gcov' | Junio C Hamano | 10 | -0/+341 |
2009-03-11 | test: do not LoadModule log_config_module unconditionally | Johannes Schindelin | 1 | -1/+3 |
2009-03-10 | winansi: support ESC [ K (erase in line) | Johannes Schindelin | 1 | -3/+15 |
2009-03-10 | recv_sideband: Bands #2 and #3 always go to stderr | Johannes Sixt | 4 | -14/+11 |
2009-03-10 | rsync transport: allow local paths, and fix tests | Johannes Schindelin | 2 | -27/+35 |
2009-03-10 | git-instaweb: fix lighttpd configuration on cygwin | Ramsay Jones | 1 | -3/+66 |
2009-03-10 | Give error when no remote is configured | Daniel Barkalow | 3 | -8/+35 |
2009-03-10 | Include log_config module in apache.conf | Daniel Barkalow | 1 | -0/+1 |
2009-03-10 | Typo and language fixes for git-checkout.txt | Michael J Gruber | 1 | -17/+16 |
2009-03-10 | connect.c: remove a few globals by using git_config callback data | Erik Faye-Lund | 1 | -6/+3 |
2009-03-09 | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 1 | -1/+4 |
2009-03-09 | parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used together | René Scharfe | 2 | -1/+5 |
2009-03-09 | parseopt: document KEEP_ARGV0, KEEP_UNKNOWN, NO_INTERNAL_HELP | René Scharfe | 1 | -0/+27 |
2009-03-09 | git-svn: support intermediate paths when matching tags/branches | Michael Lai | 1 | -1/+4 |
2009-03-08 | grep: cast printf %.*s "precision" argument explicitly to int | Junio C Hamano | 1 | -2/+2 |
2009-03-08 | Makefile: Set compiler switch for USE_NSEC | Brian Gernhardt | 1 | -0/+3 |
2009-03-08 | Create USE_ST_TIMESPEC and turn it on for Darwin | Brian Gernhardt | 2 | -0/+12 |
2009-03-08 | Not all systems use st_[cm]tim field for ns resolution file timestamp | Junio C Hamano | 2 | -3/+3 |
2009-03-08 | archive: use parseopt for local-only options | René Scharfe | 2 | -81/+40 |
2009-03-08 | parseopt: make usage optional | René Scharfe | 1 | -0/+3 |
2009-03-08 | parseopt: add PARSE_OPT_NO_INTERNAL_HELP | René Scharfe | 2 | -4/+7 |
2009-03-08 | parseopt: add PARSE_OPT_KEEP_UNKNOWN | René Scharfe | 2 | -3/+10 |
2009-03-08 | builtin-remote.c: no "commented out" code, please | Junio C Hamano | 1 | -1/+0 |
2009-03-07 | Merge branch 'maint' | Junio C Hamano | 7 | -9/+48 |
2009-03-07 | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2 | -0/+34 |
2009-03-07 | http.c: use strbuf API in quote_ref_url | Tay Ray Chuan | 1 | -20/+10 |
2009-03-07 | Move local variables to narrower scopes | Benjamin Kramer | 4 | -12/+8 |
2009-03-07 | Remove unused function scope local variables | Benjamin Kramer | 8 | -27/+9 |
2009-03-07 | MinGW: fix diff --no-index /dev/null ... | Johannes Schindelin | 2 | -1/+5 |
2009-03-07 | git-p4: remove tabs from usermap file | Pete Wyckoff | 1 | -1/+1 |
2009-03-07 | Add an (optional, since expensive) test for >2gb clones | Johannes Schindelin | 1 | -0/+45 |
2009-03-07 | Record ns-timestamps if possible, but do not use it without USE_NSEC | Kjetil Barvik | 5 | -30/+22 |
2009-03-07 | bash completion: teach fetch, pull, and push to complete their options | Jay Soffian | 1 | -5/+56 |
2009-03-07 | bash completion: refactor --strategy completion | Jay Soffian | 1 | -18/+20 |
2009-03-07 | bash completion: fix completion issues with fetch, pull, and push | Jay Soffian | 1 | -49/+60 |
2009-03-07 | Brown paper bag fix for MinGW 64-bit stat | Johannes Schindelin | 1 | -1/+1 |
2009-03-07 | builtin-revert.c: release index lock when cherry-picking an empty commit | Chris Johnsen | 2 | -0/+34 |