Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/maint-1.6.0-keep-pack' | Junio C Hamano | 2009-03-11 | 10 | -72/+51 |
|\ | |||||
| * | is_kept_pack(): final clean-up | Junio C Hamano | 2009-02-28 | 5 | -21/+13 |
| * | Simplify is_kept_pack() | Junio C Hamano | 2009-02-28 | 5 | -51/+18 |
| * | Consolidate ignore_packed logic more | Junio C Hamano | 2009-02-28 | 4 | -21/+17 |
| * | has_sha1_kept_pack(): take "struct rev_info" | Junio C Hamano | 2009-02-28 | 4 | -9/+12 |
| * | has_sha1_pack(): refactor "pretend these packs do not exist" interface | Junio C Hamano | 2009-02-28 | 7 | -13/+33 |
| * | git-repack: resist stray environment variable | Junio C Hamano | 2009-02-28 | 1 | -0/+1 |
* | | Merge branch 'rs/memmem' | Junio C Hamano | 2009-03-11 | 2 | -11/+12 |
|\ \ | |||||
| * | | optimize compat/ memmem() | René Scharfe | 2009-03-02 | 1 | -1/+4 |
| * | | diffcore-pickaxe: use memmem() | René Scharfe | 2009-03-02 | 1 | -10/+8 |
* | | | Merge branch 'tv/rebase-stat' | Junio C Hamano | 2009-03-11 | 5 | -14/+65 |
|\ \ \ | |||||
| * | | | git-pull: Allow --stat and --no-stat to be used with --rebase | Tor Arne Vestbø | 2009-03-02 | 1 | -5/+5 |
| * | | | git-rebase: Add --stat and --no-stat for producing diffstat on rebase | Tor Arne Vestbø | 2009-03-02 | 4 | -9/+60 |
| |/ / | |||||
* | | | Merge branch 'jk/clone-post-checkout' | Junio C Hamano | 2009-03-11 | 2 | -1/+18 |
|\ \ \ | |||||
| * | | | clone: run post-checkout hook when checking out | Jeff King | 2009-03-02 | 2 | -1/+18 |
| |/ / | |||||
* | | | Merge branch 'tr/format-patch-thread' | Junio C Hamano | 2009-03-11 | 6 | -55/+307 |
|\ \ \ | |||||
| * | | | format-patch: support deep threading | Thomas Rast | 2009-02-21 | 4 | -5/+170 |
| * | | | format-patch: thread as reply to cover letter even with in-reply-to | Thomas Rast | 2009-02-21 | 2 | -8/+21 |
| * | | | format-patch: track several references | Thomas Rast | 2009-02-21 | 3 | -8/+19 |
| * | | | format-patch: threading test reactivation | Thomas Rast | 2009-02-19 | 1 | -39/+103 |
* | | | | Merge branch 'el/blame-date' | Junio C Hamano | 2009-03-11 | 2 | -16/+59 |
|\ \ \ \ | |||||
| * | | | | Make git blame's date output format configurable, like git log | Eugene Letuchy | 2009-03-05 | 2 | -16/+59 |
* | | | | | Merge branch 'tr/gcov' | Junio C Hamano | 2009-03-11 | 10 | -0/+341 |
|\ \ \ \ \ | |||||
| * | | | | | Test git-patch-id | Thomas Rast | 2009-02-20 | 1 | -0/+38 |
| * | | | | | Test rev-list --parents/--children | Thomas Rast | 2009-02-20 | 3 | -0/+17 |
| * | | | | | Test log --decorate | Thomas Rast | 2009-02-20 | 2 | -0/+35 |
| * | | | | | Test fsck a bit harder | Thomas Rast | 2009-02-20 | 1 | -0/+67 |
| * | | | | | Test log --graph | Thomas Rast | 2009-02-20 | 1 | -0/+148 |
| * | | | | | Test diff --dirstat functionality | Thomas Rast | 2009-02-20 | 2 | -0/+4 |
| * | | | | | Test that diff can read from stdin | Thomas Rast | 2009-02-20 | 1 | -0/+8 |
| * | | | | | Support coverage testing with GCC/gcov | Thomas Rast | 2009-02-20 | 1 | -0/+24 |
* | | | | | | test: do not LoadModule log_config_module unconditionally | Johannes Schindelin | 2009-03-11 | 1 | -1/+3 |
* | | | | | | git-instaweb: fix lighttpd configuration on cygwin | Ramsay Jones | 2009-03-10 | 1 | -3/+66 |
* | | | | | | Include log_config module in apache.conf | Daniel Barkalow | 2009-03-10 | 1 | -0/+1 |
* | | | | | | Typo and language fixes for git-checkout.txt | Michael J Gruber | 2009-03-10 | 1 | -17/+16 |
* | | | | | | connect.c: remove a few globals by using git_config callback data | Erik Faye-Lund | 2009-03-10 | 1 | -6/+3 |
* | | | | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2009-03-09 | 1 | -1/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-svn: support intermediate paths when matching tags/branches | Michael Lai | 2009-03-09 | 1 | -1/+4 |
* | | | | | | | parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used together | René Scharfe | 2009-03-09 | 2 | -1/+5 |
* | | | | | | | parseopt: document KEEP_ARGV0, KEEP_UNKNOWN, NO_INTERNAL_HELP | René Scharfe | 2009-03-09 | 1 | -0/+27 |
|/ / / / / / | |||||
* | | | | | | archive: use parseopt for local-only options | René Scharfe | 2009-03-08 | 2 | -81/+40 |
* | | | | | | parseopt: make usage optional | René Scharfe | 2009-03-08 | 1 | -0/+3 |
* | | | | | | parseopt: add PARSE_OPT_NO_INTERNAL_HELP | René Scharfe | 2009-03-08 | 2 | -4/+7 |
* | | | | | | parseopt: add PARSE_OPT_KEEP_UNKNOWN | René Scharfe | 2009-03-08 | 2 | -3/+10 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-03-07 | 7 | -9/+48 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-03-07 | 2 | -0/+34 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | builtin-revert.c: release index lock when cherry-picking an empty commit | Chris Johnsen | 2009-03-07 | 2 | -0/+34 |
| * | | | | | | | document config --bool-or-int | Jeff King | 2009-03-07 | 1 | -0/+4 |
| * | | | | | | | t1300: use test_must_fail as appropriate | Jeff King | 2009-03-07 | 1 | -5/+5 |
| * | | | | | | | cleanup: add isascii() | René Scharfe | 2009-03-07 | 2 | -2/+3 |