Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Git 1.7.2.4v1.7.2.4 | Junio C Hamano | 2010-12-02 | 5 | -2/+32 |
|\ | |||||
| * | Git 1.7.1.3v1.7.1.3 | Junio C Hamano | 2010-12-02 | 4 | -2/+22 |
| |\ | |||||
| | * | Git 1.7.0.8v1.7.0.8 | Junio C Hamano | 2010-12-02 | 3 | -2/+12 |
* | | | Merge branch 'maint-1.7.1' into maint-1.7.2 | Junio C Hamano | 2010-12-02 | 2 | -2/+7 |
|\| | | |||||
| * | | Merge branch 'maint-1.7.0' into maint-1.7.1 | Junio C Hamano | 2010-12-02 | 2 | -2/+7 |
| |\| | |||||
| | * | add: introduce add.ignoreerrors synonym for add.ignore-errors | Jonathan Nieder | 2010-12-01 | 2 | -2/+7 |
* | | | bash: Match lightweight tags in prompt | knittl | 2010-12-01 | 1 | -1/+1 |
* | | | git-commit.txt: (synopsis): move -i and -o before "--" | Jari Aalto | 2010-12-01 | 1 | -2/+2 |
* | | | t3101: modernise style | Junio C Hamano | 2010-09-12 | 1 | -62/+64 |
* | | | compat/nedmalloc: don't force NDEBUG on the rest of git | René Scharfe | 2010-09-11 | 1 | -1/+6 |
* | | | config.txt: fix placement of diff.noprefix | Mark Lodato | 2010-09-10 | 1 | -2/+3 |
* | | | xdiff-interface.c: always trim trailing space from xfuncname matches | Brandon Casey | 2010-09-10 | 1 | -3/+2 |
* | | | diff.c: call regfree to free memory allocated by regcomp when necessary | Brandon Casey | 2010-09-10 | 1 | -1/+4 |
* | | | revert: Fix trivial comment style issue | Elijah Newren | 2010-09-07 | 1 | -1/+0 |
* | | | cache_tree_free: Fix small memory leak | Elijah Newren | 2010-09-07 | 1 | -1/+3 |
* | | | Merge branch 'xx/trivial' into maint | Junio C Hamano | 2010-09-06 | 3 | -11/+11 |
|\ \ \ | |||||
| * | | | tag.c: whitespace breakages fix | Junio C Hamano | 2010-09-06 | 1 | -9/+9 |
| * | | | Fix whitespace issue in object.c | Jared Hance | 2010-09-06 | 1 | -4/+4 |
| * | | | t5505: add missing && | Jens Lehmann | 2010-09-06 | 1 | -1/+1 |
* | | | | Git 1.7.2.3v1.7.2.3 | Junio C Hamano | 2010-09-03 | 3 | -9/+3 |
* | | | | builtin/merge_recursive.c: Add an usage string and make use of it. | Thiago Farina | 2010-09-03 | 1 | -1/+4 |
* | | | | Prepare for 1.7.2.3 | Junio C Hamano | 2010-09-02 | 2 | -1/+47 |
* | | | | Merge branch 'gp/pack-refs-remove-empty-dirs' into maint | Junio C Hamano | 2010-09-01 | 2 | -0/+38 |
|\ \ \ \ | |||||
| * | | | | pack-refs: remove newly empty directories | Greg Price | 2010-07-07 | 2 | -0/+38 |
* | | | | | Merge branch 'sg/rerere-gc-old-still-used' into maint | Junio C Hamano | 2010-09-01 | 4 | -11/+41 |
|\ \ \ \ \ | |||||
| * | | | | | rerere: fix overeager gc | SZEDER Gábor | 2010-07-14 | 3 | -9/+34 |
| * | | | | | mingw_utime(): handle NULL times parameter | SZEDER Gábor | 2010-07-13 | 1 | -2/+7 |
* | | | | | | Merge branch 'np/maint-huge-delta-generation' into maint | Junio C Hamano | 2010-09-01 | 1 | -1/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix >4GiB source delta assertion failure | Nicolas Pitre | 2010-08-22 | 1 | -1/+8 |
* | | | | | | | Merge branch 'dj/fetch-tagopt' into maint | Junio C Hamano | 2010-09-01 | 4 | -7/+56 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fetch: allow command line --tags to override config | Daniel Johnson | 2010-08-15 | 4 | -7/+56 |
* | | | | | | | | Merge branch 'da/fix-submodule-sync-superproject-config' into maint | Junio C Hamano | 2010-09-01 | 2 | -1/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | submodule sync: Update "submodule.<name>.url" | David Aguilar | 2010-08-18 | 2 | -1/+5 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'en/rebase-against-rebase-fix' into maint | Junio C Hamano | 2010-09-01 | 2 | -0/+71 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | pull --rebase: Avoid spurious conflicts and reapplying unnecessary patches | Elijah Newren | 2010-08-13 | 2 | -2/+11 |
| * | | | | | | | | t5520-pull: Add testcases showing spurious conflicts from git pull --rebase | Elijah Newren | 2010-08-13 | 1 | -0/+62 |
* | | | | | | | | | Merge branch 'maint-1.7.1' into maint | Junio C Hamano | 2010-08-30 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| * | | | | | | | | t0003: add missing && at end of lines | Matthieu Moy | 2010-08-30 | 1 | -5/+5 |
* | | | | | | | | | for-each-ref: fix objectname:short bug | Jay Soffian | 2010-08-27 | 1 | -1/+2 |
* | | | | | | | | | tree-walk: Correct bitrotted comment about tree_entry() | Elijah Newren | 2010-08-26 | 1 | -1/+4 |
* | | | | | | | | | Fix 'git log' early pager startup error case | Linus Torvalds | 2010-08-25 | 2 | -9/+4 |
* | | | | | | | | | parse-options: clarify PARSE_OPT_NOARG description | Jonathan Nieder | 2010-08-24 | 1 | -1/+1 |
* | | | | | | | | | t3302 (notes): Port to Solaris | Jonathan Nieder | 2010-08-24 | 1 | -1/+1 |
* | | | | | | | | | Typos in code comments, an error message, documentation | Ralf Wildenhues | 2010-08-22 | 17 | -26/+26 |
| |_|_|/ / / / / |/| | | | | | | | |||||
* | | | | | | | | t7403: add missing &&'s | Jens Lehmann | 2010-08-22 | 1 | -2/+2 |
* | | | | | | | | Tell ignore file about generate files in /gitweb/static | Mark Rada | 2010-08-22 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'jc/maint-follow-rename-fix' into maint | Junio C Hamano | 2010-08-20 | 5 | -18/+41 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | log: test for regression introduced in v1.7.2-rc0~103^2~2 | Ævar Arnfjörð Bjarmason | 2010-08-16 | 1 | -1/+13 |
| * | | | | | | | | diff --follow: do call diffcore_std() as necessary | Junio C Hamano | 2010-08-13 | 4 | -16/+27 |
| * | | | | | | | | diff --follow: do not waste cycles while recursing | Junio C Hamano | 2010-08-13 | 1 | -1/+1 |