aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* t3302-notes-index-expensive: Speed up create_repo()Johan Herland2009-10-19
* fast-import: Add support for importing commit notesJohan Herland2009-10-19
* Teach "-m <msg>" and "-F <file>" to "git notes edit"Johan Herland2009-10-19
* Add an expensive test for git-notesJohannes Schindelin2009-10-19
* Add a script to edit/inspect notesJohannes Schindelin2009-10-19
* Merge branch 'rs/maint-archive-prefix'Junio C Hamano2009-10-09
|\
| * Git archive and trailing "/" in prefixRené Scharfe2009-10-08
* | Merge branch 'maint'Junio C Hamano2009-10-04
|\ \ | |/
| * Merge branch 'jc/maint-1.6.4-show-branch-default' into maintJunio C Hamano2009-10-04
| |\
| | * show-branch: fix segfault when showbranch.default existsJunio C Hamano2009-10-04
| * | Merge branch 'jc/maint-unpack-objects-strict' into maintJunio C Hamano2009-09-16
| |\ \
| * \ \ Merge branch 'jk/maint-1.6.3-checkout-unborn' into maintJunio C Hamano2009-09-16
| |\ \ \
| * \ \ \ Merge branch 'jc/maint-checkout-index-to-prefix' into maintJunio C Hamano2009-09-16
| |\ \ \ \
* | | | | | Fix '--relative-date'Johan Sageryd2009-10-03
* | | | | | tests: make all test files executableMark Rada2009-10-02
* | | | | | parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab2009-09-29
* | | | | | test local clone by copyingClemens Buchacher2009-09-13
* | | | | | Merge branch 'jt/pushinsteadof'Junio C Hamano2009-09-13
|\ \ \ \ \ \
| * | | | | | Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett2009-09-08
* | | | | | | Merge branch 'maint'Junio C Hamano2009-09-13
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | svn: properly escape arguments for authors-progMark Lodato2009-09-13
| * | | | | | Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano2009-09-13
| |\ \ \ \ \ \
| | * | | | | | grep: accept relative paths outside current working directoryClemens Buchacher2009-09-07
| * | | | | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-09-03
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-09-03
| | |\ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ Merge branch 'jc/mailinfo-scissors'Junio C Hamano2009-09-07
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | am/mailinfo: Disable scissors processing by defaultJunio C Hamano2009-08-26
| * | | | | | | | | | Teach mailinfo to ignore everything before -- >8 -- markJunio C Hamano2009-08-26
* | | | | | | | | | | Merge branch 'jk/clone-b'Junio C Hamano2009-09-07
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clone: add --branch option to select a different HEADJeff King2009-08-26
* | | | | | | | | | | | Merge branch 'jc/upload-pack-hook'Junio C Hamano2009-09-07
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano2009-08-28
| * | | | | | | | | | | | upload-pack: add a trigger for post-upload-pack hookJunio C Hamano2009-08-28
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-07
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy2009-09-01
| * | | | | | | | | | | Make test case number uniqueJohannes Sixt2009-08-27
| * | | | | | | | | | | tests: disable interactive hunk selection tests if perl is not availableJeff King2009-08-18
| * | | | | | | | | | | Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano2009-08-15
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-31
| * | | | | | | | | | | | Implement 'git stash save --patch'Thomas Rast2009-08-15
| * | | | | | | | | | | | Implement 'git checkout --patch'Thomas Rast2009-08-15
| * | | | | | | | | | | | Implement 'git reset --patch'Thomas Rast2009-08-15
| * | | | | | | | | | | | Add a small patch-mode testing libraryThomas Rast2009-08-14
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-09-02
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-09-02
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-09-02
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / | | |/| | | | / / / / / / | | | | |_|_|/ / / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | clone: disconnect transport after fetchingJeff King2009-09-02
* | | | | | | | | | | | Merge branch 'lt/approxidate'Junio C Hamano2009-08-31
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fix approxidate parsing of relative months and yearsJeff King2009-08-30
| * | | | | | | | | | | | tests: add date printing and parsing testsJeff King2009-08-30
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |