summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/pkt-log-pack'Junio C Hamano2015-08-031-0/+7
|\
| * pkt-line: support tracing verbatim pack contentsJeff King2015-06-161-0/+7
* | Merge branch 'mr/rebase-i-customize-insn-sheet'Junio C Hamano2015-08-031-0/+21
|\ \
| * | git-rebase--interactive.sh: add config option for custom instruction formatMichael Rappazzo2015-06-151-0/+21
* | | Merge branch 'rl/send-email-aliases'Junio C Hamano2015-08-033-10/+238
|\ \ \
| * | | send-email: suppress meaningless whitespaces in from fieldRemi Lespinet2015-07-071-0/+24
| * | | send-email: allow multiple emails using --cc, --to and --bccRemi Lespinet2015-07-071-0/+44
| * | | send-email: reduce dependencies impact on parse_address_lineRemi Lespinet2015-07-072-0/+94
| * | | t9001-send-email: refactor header variable fields replacementRemi Lespinet2015-06-301-4/+7
| * | | send-email: allow aliases in patch header and command script outputsRemi Lespinet2015-06-301-0/+60
| * | | t9001-send-email: move script creation in a setup testRemi Lespinet2015-06-301-6/+9
| |/ /
* | | Merge branch 'nd/export-worktree'Junio C Hamano2015-08-031-0/+17
|\ \ \
| * | | setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIRNguyễn Thái Ngọc Duy2015-06-261-0/+17
* | | | Merge branch 'ee/clean-remove-dirs'Junio C Hamano2015-08-032-0/+171
|\ \ \ \
| * | | | clean: improve performance when removing lots of directoriesErik Elfström2015-06-151-6/+4
| * | | | p7300: add performance tests for cleanErik Elfström2015-06-151-0/+31
| * | | | t7300: add tests to document behavior of clean and nested gitErik Elfström2015-06-151-0/+142
| | |/ / | |/| |
* | | | Merge branch 'cb/parse-magnitude'Junio C Hamano2015-08-031-5/+42
|\ \ \ \
| * | | | parse-options: move unsigned long option parsing out of pack-objects.cCharles Bailey2015-06-231-5/+40
| * | | | test-parse-options: update to handle negative intsCharles Bailey2015-06-231-0/+2
* | | | | Merge branch 'bc/gpg-verify-raw'Junio C Hamano2015-08-032-0/+153
|\ \ \ \ \
| * | | | | verify-tag: add option to print raw gpg status informationbrian m. carlson2015-06-221-0/+31
| * | | | | verify-commit: add option to print raw gpg status informationbrian m. carlson2015-06-221-0/+31
| * | | | | gpg: centralize signature checkbrian m. carlson2015-06-221-1/+1
| * | | | | verify-commit: add test for exit status on untrusted signaturebrian m. carlson2015-06-221-0/+7
| * | | | | verify-tag: add testsbrian m. carlson2015-06-221-0/+84
* | | | | | Merge branch 'pt/am-foreign'Junio C Hamano2015-08-031-0/+82
|\ \ \ \ \ \
| * | | | | | am: teach mercurial patch parser how to read from stdinPaul Tan2015-06-151-0/+10
| * | | | | | am: use gmtime() to parse mercurial patch datePaul Tan2015-06-151-0/+23
| * | | | | | t4150: test applying StGit seriesPaul Tan2015-06-151-0/+17
| * | | | | | am: teach StGit patch parser how to read from stdinPaul Tan2015-06-151-0/+10
| * | | | | | t4150: test applying StGit patchPaul Tan2015-06-081-0/+22
| |/ / / / /
* | | | | | Revert "git-am: add am.threeWay config variable"Junio C Hamano2015-07-241-19/+0
* | | | | | Merge branch 'es/worktree-add'Junio C Hamano2015-07-133-27/+52
|\ \ \ \ \ \
| * | | | | | worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine2015-07-071-0/+14
| * | | | | | worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine2015-07-061-0/+5
| * | | | | | tests: worktree: retrofit "checkout --to" tests for "worktree add"Eric Sunshine2015-07-063-29/+25
| * | | | | | checkout: fix bug with --to and relative HEADEric Sunshine2015-07-061-0/+10
* | | | | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-07-132-11/+19
|\| | | | | |
| * | | | | | worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy2015-06-291-11/+11
| * | | | | | checkout: don't check worktrees when not necessaryNguyễn Thái Ngọc Duy2015-06-131-0/+8
* | | | | | | Merge branch 'js/rebase-i-clean-up-upon-continue-to-skip'Junio C Hamano2015-07-131-0/+21
|\ \ \ \ \ \ \
| * | | | | | | rebase -i: do not leave a CHERRY_PICK_HEAD file behindJohannes Schindelin2015-06-291-1/+1
| * | | | | | | t3404: demonstrate CHERRY_PICK_HEAD bugJohannes Schindelin2015-06-291-0/+21
* | | | | | | | Merge branch 'jk/rev-list-no-bitmap-while-pruning'Junio C Hamano2015-07-101-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | rev-list: disable --use-bitmap-index when pruning commitsJeff King2015-07-011-0/+6
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'rh/test-color-avoid-terminfo-in-original-home'Junio C Hamano2015-07-101-52/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | test-lib.sh: fix color support when tput needs ~/.terminfoRichard Hansen2015-06-181-29/+28
| * | | | | | | | Revert "test-lib.sh: do tests for color support after changing HOME"Richard Hansen2015-06-171-47/+43
* | | | | | | | | Merge branch 'sb/p5310-and-chain'Junio C Hamano2015-07-101-3/+3
|\ \ \ \ \ \ \ \ \