Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Skip t1300.70 and 71 on msysGit. | Pat Thoyts | 2010-10-01 | 3 | -10/+6 | |
| * | | | | | merge-octopus: Work around environment issue on Windows | Johannes Schindelin | 2010-10-01 | 1 | -0/+5 | |
| * | | | | | MinGW: Report errors when failing to launch the html browser. | Pat Thoyts | 2010-10-01 | 1 | -2/+6 | |
| * | | | | | MinGW: fix stat() and lstat() implementations for handling symlinks | Pat Thoyts | 2010-10-01 | 2 | -5/+37 | |
| * | | | | | MinGW: Add missing file mode bit defines | Sebastian Schuberth | 2010-10-01 | 1 | -1/+13 | |
| * | | | | | MinGW: Use pid_t more consequently, introduce uid_t for greater compatibility | Sebastian Schuberth | 2010-10-01 | 1 | -5/+6 | |
* | | | | | | Martin Langhoff has a new e-mail address | Junio C Hamano | 2010-10-06 | 5 | -9/+9 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'maint' | Junio C Hamano | 2010-09-30 | 4 | -45/+25 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix typo in pack-objects' usage | Johannes Schindelin | 2010-09-30 | 1 | -1/+1 | |
| * | | | | Make sure that git_getpass() never returns NULL | Johannes Schindelin | 2010-09-30 | 1 | -2/+6 | |
| * | | | | t0004 (unwritable files): simplify error handling | Jonathan Nieder | 2010-09-30 | 1 | -38/+14 | |
| * | | | | rev-list-options: clarify --parents and --children | Michael J Gruber | 2010-09-30 | 1 | -4/+4 | |
* | | | | | Start 1.7.4 cycle | Junio C Hamano | 2010-09-29 | 3 | -2/+56 | |
* | | | | | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' | Junio C Hamano | 2010-09-29 | 2 | -0/+49 | |
|\ \ \ \ \ | ||||||
| * | | | | | send-email: Refuse to send cover-letter template subject | Thomas Rast | 2010-09-08 | 2 | -0/+49 | |
* | | | | | | Merge branch 'ab/send-email-catfile' | Junio C Hamano | 2010-09-29 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | send-email: use catfile() to concatenate files | Ævar Arnfjörð Bjarmason | 2010-09-14 | 1 | -1/+2 | |
* | | | | | | | Merge branch 'jc/grep-header-all-match-fix' | Junio C Hamano | 2010-09-29 | 3 | -32/+101 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | log --author: take union of multiple "author" requests | Junio C Hamano | 2010-09-13 | 3 | -13/+83 | |
| * | | | | | | | grep: move logic to compile header pattern into a separate helper | Junio C Hamano | 2010-09-12 | 1 | -23/+22 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'jc/no-branch-name-with-dash-at-front' | Junio C Hamano | 2010-09-29 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | disallow branch names that start with a hyphen | Junio C Hamano | 2010-09-15 | 1 | -0/+2 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'jn/gitweb-test-lib' | Junio C Hamano | 2010-09-29 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | t/gitweb-lib.sh: Use tabs for indent consistently | Jakub Narebski | 2010-09-12 | 1 | -2/+2 | |
| * | | | | | | | t/gitweb-lib.sh: Use GIT_BUILD_DIR | Jakub Narebski | 2010-09-12 | 1 | -4/+4 | |
* | | | | | | | | Merge branch 'bc/fortran-userdiff' | Junio C Hamano | 2010-09-29 | 3 | -1/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | userdiff.c: add builtin fortran regex patterns | Brandon Casey | 2010-09-10 | 3 | -1/+20 | |
* | | | | | | | | | Merge branch 'jk/read-tree-empty' | Junio C Hamano | 2010-09-29 | 2 | -2/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | read-tree: deprecate syntax without tree-ish args | Jan Krüger | 2010-09-10 | 2 | -2/+14 | |
* | | | | | | | | | | Merge branch 'rr/format-patch-count-without-merges' | Junio C Hamano | 2010-09-29 | 3 | -7/+23 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | format-patch: Don't go over merge commits | Ramkumar Ramachandra | 2010-08-27 | 3 | -7/+18 | |
| * | | | | | | | | | | t4014-format-patch: Call test_tick before committing | Ramkumar Ramachandra | 2010-08-27 | 1 | -0/+5 | |
* | | | | | | | | | | | Merge branch 'jc/pickaxe-grep' | Junio C Hamano | 2010-09-29 | 10 | -9/+226 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | diff/log -G<pattern>: tests | Junio C Hamano | 2010-08-31 | 4 | -0/+55 | |
| * | | | | | | | | | | | git log/diff: add -G<regexp> that greps in the patch text | Junio C Hamano | 2010-08-31 | 4 | -4/+164 | |
| * | | | | | | | | | | | diff: pass the entire diff-options to diffcore_pickaxe() | Junio C Hamano | 2010-08-31 | 3 | -3/+5 | |
| * | | | | | | | | | | | gitdiffcore doc: update pickaxe description | Junio C Hamano | 2010-08-31 | 1 | -3/+3 | |
* | | | | | | | | | | | | Merge branch 'gb/shell-ext' | Junio C Hamano | 2010-09-29 | 5 | -21/+186 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | shell: Display errors from improperly-formatted command lines | Greg Brockman | 2010-08-27 | 1 | -3/+13 | |
| * | | | | | | | | | | | | Merge branch 'gb/split-cmdline-errmsg' into gb/shell-ext | Junio C Hamano | 2010-08-27 | 4 | -4/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | shell: Rewrite documentation and improve error message | Ramkumar Ramachandra | 2010-08-24 | 2 | -13/+22 | |
| * | | | | | | | | | | | | | Add sample commands for git-shell | Greg Brockman | 2010-08-12 | 3 | -0/+46 | |
| * | | | | | | | | | | | | | Add interactive mode to git-shell for user-friendliness | Greg Brockman | 2010-08-12 | 1 | -8/+68 | |
| * | | | | | | | | | | | | | Allow creation of arbitrary git-shell commands | Greg Brockman | 2010-08-12 | 1 | -2/+42 | |
* | | | | | | | | | | | | | | Merge branch 'rr/fmt-merge-msg' | Junio C Hamano | 2010-09-29 | 7 | -55/+163 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | t6200-fmt-merge-msg: Exercise '--log' to configure shortlog length | Ramkumar Ramachandra | 2010-09-09 | 1 | -0/+43 | |
| * | | | | | | | | | | | | | | t6200-fmt-merge-msg: Exercise 'merge.log' to configure shortlog length | Ramkumar Ramachandra | 2010-09-09 | 1 | -0/+48 | |
| * | | | | | | | | | | | | | | merge: Make 'merge.log' an integer or boolean option | Ramkumar Ramachandra | 2010-09-09 | 4 | -14/+21 | |
| * | | | | | | | | | | | | | | merge: Make '--log' an integer option for number of shortlog entries | Ramkumar Ramachandra | 2010-09-09 | 4 | -24/+37 | |
| * | | | | | | | | | | | | | | fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len | Ramkumar Ramachandra | 2010-09-09 | 3 | -27/+24 |