Age | Commit message (Expand) | Author | Files | Lines |
2009-10-19 | Add a script to edit/inspect notes | Johannes Schindelin | 1 | -0/+114 |
2009-10-19 | Merge branch 'bg/rebase-reword' | Junio C Hamano | 2 | -3/+17 |
2009-10-18 | Merge branch 'jp/maint-send-email-fold' | Junio C Hamano | 1 | -20/+74 |
2009-10-18 | Merge branch 'cc/replace-no-replace' | Junio C Hamano | 1 | -0/+7 |
2009-10-18 | Merge branch 'jk/maint-1.6.3-ls-files-no-ignore-cached' | Junio C Hamano | 1 | -0/+32 |
2009-10-17 | Merge branch 'jc/maint-blank-at-eof' | Junio C Hamano | 3 | -3/+110 |
2009-10-17 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+66 |
2009-10-16 | Merge branch 'maint-1.6.4' into maint | Junio C Hamano | 1 | -0/+66 |
2009-10-16 | grep: do not segfault when -f is used | Matt Kraai | 1 | -0/+66 |
2009-10-14 | Merge branch 'pv/maint-add-p-no-exclude' | Junio C Hamano | 1 | -0/+14 |
2009-10-14 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+9 |
2009-10-14 | sha1_file: Fix infinite loop when pack is corrupted | Shawn O. Pearce | 1 | -0/+9 |
2009-10-13 | git: add --no-replace-objects option to disable replacing | Christian Couder | 1 | -0/+7 |
2009-10-12 | git check-ref-format --print | Junio C Hamano | 1 | -0/+17 |
2009-10-12 | Add tests for git check-ref-format | Jonathan Nieder | 1 | -0/+44 |
2009-10-12 | Let --decorate show HEAD position | Thomas Rast | 2 | -2/+2 |
2009-10-12 | ls-files: excludes should not impact tracked files | Jeff King | 1 | -0/+32 |
2009-10-10 | git-add--interactive: never skip files included in index | Pauli Virtanen | 1 | -0/+14 |
2009-10-09 | git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT... | Joe Perches | 1 | -20/+74 |
2009-10-09 | Merge branch 'rs/maint-archive-prefix' | Junio C Hamano | 1 | -0/+12 |
2009-10-08 | Git archive and trailing "/" in prefix | René Scharfe | 1 | -0/+12 |
2009-10-07 | Teach 'rebase -i' the command "reword" | Björn Gustavsson | 2 | -3/+17 |
2009-10-04 | Pretty-format: %[+-]x to tweak inter-item newlines | Junio C Hamano | 1 | -0/+22 |
2009-10-04 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+8 |
2009-10-04 | Merge branch 'jc/maint-1.6.4-show-branch-default' into maint | Junio C Hamano | 1 | -0/+8 |
2009-10-04 | show-branch: fix segfault when showbranch.default exists | Junio C Hamano | 1 | -0/+8 |
2009-10-03 | Fix '--relative-date' | Johan Sageryd | 1 | -0/+1 |
2009-10-02 | tests: make all test files executable | Mark Rada | 2 | -0/+0 |
2009-09-29 | gitweb: check given hash before trying to create snapshot | Mark Rada | 1 | -0/+39 |
2009-09-29 | parse-opt: ignore negation of OPT_NONEG for ambiguity checks | Andreas Schwab | 1 | -0/+20 |
2009-09-22 | git submodule add: make the <path> parameter optional | Jens Lehmann | 1 | -0/+16 |
2009-09-16 | Merge branch 'jc/maint-unpack-objects-strict' into maint | Junio C Hamano | 1 | -0/+35 |
2009-09-16 | Merge branch 'jk/maint-1.6.3-checkout-unborn' into maint | Junio C Hamano | 1 | -0/+40 |
2009-09-16 | Merge branch 'jc/maint-checkout-index-to-prefix' into maint | Junio C Hamano | 1 | -0/+9 |
2009-09-15 | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a... | Junio C Hamano | 3 | -3/+110 |
2009-09-14 | diff --whitespace: fix blank lines at end | Junio C Hamano | 1 | -1/+1 |
2009-09-13 | test local clone by copying | Clemens Buchacher | 1 | -21/+33 |
2009-09-13 | Merge branch 'jt/pushinsteadof' | Junio C Hamano | 1 | -0/+47 |
2009-09-13 | Merge branch 'maint' | Junio C Hamano | 2 | -0/+31 |
2009-09-13 | svn: properly escape arguments for authors-prog | Mark Lodato | 1 | -0/+14 |
2009-09-13 | Merge branch 'cb/maint-1.6.3-grep-relative-up' into maint | Junio C Hamano | 1 | -0/+17 |
2009-09-08 | Add url.<base>.pushInsteadOf: URL rewriting for push only | Josh Triplett | 1 | -0/+47 |
2009-09-07 | Merge branch 'jc/mailinfo-scissors' | Junio C Hamano | 8 | -8/+265 |
2009-09-07 | Merge branch 'jk/clone-b' | Junio C Hamano | 1 | -0/+68 |
2009-09-07 | Merge branch 'jc/upload-pack-hook' | Junio C Hamano | 1 | -0/+69 |
2009-09-07 | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 5 | -0/+291 |
2009-09-07 | grep: accept relative paths outside current working directory | Clemens Buchacher | 1 | -0/+17 |
2009-09-04 | diff --color: color blank-at-eof | Junio C Hamano | 1 | -0/+9 |
2009-09-04 | diff --whitespace=warn/error: fix blank-at-eof check | Junio C Hamano | 1 | -0/+7 |
2009-09-04 | diff --whitespace=warn/error: obey blank-at-eof | Junio C Hamano | 2 | -3/+3 |