Age | Commit message (Expand) | Author | Files | Lines |
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 | Adjust js/remote-improvements and db/refspec-wildcard-in-the-middle | Junio C Hamano | 17 | -330/+812 |
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 | ls-files: fix broken --no-empty-directory | Jeff King | 2 | -3/+15 |
2009-03-07 | t3000: use test_cmp instead of diff | Jeff King | 1 | -2/+2 |
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 |
2009-03-07 | Support '*' in the middle of a refspec | Daniel Barkalow | 3 | -11/+36 |
2009-03-07 | Keep '*' in pattern refspecs | Daniel Barkalow | 2 | -18/+19 |
2009-03-07 | Use the matching function to generate the match results | Daniel Barkalow | 1 | -22/+23 |
2009-03-07 | Use a single function to match names against patterns | Daniel Barkalow | 1 | -3/+9 |
2009-03-07 | Make clone parse the default refspec with the normal code | Daniel Barkalow | 1 | -12/+13 |
2009-03-07 | grep: add support for coloring with external greps | René Scharfe | 3 | -1/+48 |
2009-03-07 | grep: color patterns in output | René Scharfe | 5 | -12/+130 |
2009-03-07 | grep: add pmatch and eflags arguments to match_one_pattern() | René Scharfe | 1 | -11/+10 |
2009-03-07 | grep: remove grep_opt argument from match_expr_eval() | René Scharfe | 2 | -17/+18 |
2009-03-07 | grep: micro-optimize hit collection for AND nodes | René Scharfe | 1 | -7/+3 |
2009-03-07 | document config --bool-or-int | Jeff King | 1 | -0/+4 |
2009-03-07 | config: set help text for --bool-or-int | Jeff King | 1 | -1/+1 |
2009-03-07 | t1300: use test_must_fail as appropriate | Jeff King | 1 | -5/+5 |
2009-03-07 | cleanup: add isascii() | René Scharfe | 2 | -2/+3 |
2009-03-07 | Documentation: fix badly indented paragraphs in "--bisect-all" description | Christian Couder | 1 | -2/+2 |
2009-03-06 | Update draft release notes to 1.6.3 | Junio C Hamano | 1 | -0/+60 |
2009-03-05 | Make git blame's date output format configurable, like git log | Eugene Letuchy | 2 | -16/+59 |
2009-03-05 | Merge branch 'en/maint-hash-object' | Junio C Hamano | 1 | -2/+2 |
2009-03-05 | Merge branch 'jc/blame' | Junio C Hamano | 1 | -64/+43 |
2009-03-05 | Merge branch 'ns/pretty-format' | Junio C Hamano | 6 | -9/+85 |
2009-03-05 | Merge branch 'jk/sane-relative-time' | Junio C Hamano | 1 | -1/+19 |