Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach git-fetch to exploit server side automatic tag following | Shawn O. Pearce | 2008-03-04 | 1 | -0/+26 |
* | git-pack-objects: Automatically pack annotated tags if object was packed | Shawn O. Pearce | 2008-03-04 | 1 | -0/+84 |
* | Teach git-fetch to grab a tag at the same time as a commit | Shawn O. Pearce | 2008-03-03 | 1 | -0/+124 |
* | Merge branch 'maint' | Junio C Hamano | 2008-03-02 | 1 | -0/+9 |
|\ | |||||
| * | revert: actually check for a dirty index | Jeff King | 2008-03-02 | 1 | -0/+9 |
| * | tests: introduce test_must_fail | Junio C Hamano | 2008-03-02 | 2 | -8/+25 |
* | | format-patch: wrap cover-letter's shortlog sensibly | Johannes Schindelin | 2008-03-02 | 2 | -2/+21 |
* | | format-patch: use the diff options for the cover letter, too | Johannes Schindelin | 2008-03-02 | 1 | -4/+14 |
* | | Merge branch 'cb/http-test' | Junio C Hamano | 2008-03-02 | 5 | -2/+218 |
|\ \ | |||||
| * | | http-push: add regression tests | Clemens Buchacher | 2008-02-27 | 5 | -2/+218 |
* | | | Merge branch 'sb/describe-long' | Junio C Hamano | 2008-03-02 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | git-describe: --long shows the object name even for a tagged commit | Santi Béjar | 2008-02-25 | 1 | -0/+2 |
* | | | | Fix make_absolute_path() for parameters without a slash | Johannes Schindelin | 2008-03-02 | 1 | -0/+2 |
* | | | | diff: make sure work tree side is shown as 0{40} when different | Junio C Hamano | 2008-03-02 | 1 | -0/+53 |
* | | | | git rebase --abort: always restore the right commit | Mike Hommey | 2008-03-01 | 1 | -1/+1 |
* | | | | Add test for git rebase --abort | Mike Hommey | 2008-03-01 | 1 | -0/+59 |
* | | | | t6024: move "git reset" to prepare for a test inside the test itself | Junio C Hamano | 2008-03-01 | 1 | -1/+1 |
* | | | | clone: support cloning full bundles | Santi Béjar | 2008-02-29 | 1 | -0/+45 |
* | | | | use build-time SHELL_PATH in test scripts | Jeff King | 2008-02-29 | 2 | -1/+3 |
* | | | | Write index file on any checkout of files | Daniel Barkalow | 2008-02-29 | 1 | -0/+52 |
* | | | | Improve t6029 to check the real "subtree" case | Miklos Vajna | 2008-02-29 | 1 | -0/+47 |
* | | | | tests: introduce test_must_fail | Junio C Hamano | 2008-02-29 | 2 | -4/+21 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-27 | 1 | -3/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Eliminate confusing "won't bisect on seeked tree" failure | Carl Worth | 2008-02-27 | 1 | -1/+1 |
| * | | | send-email: fix In-Reply-To regression | Jay Soffian | 2008-02-27 | 1 | -0/+21 |
| * | | | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR | Johan Herland | 2008-02-27 | 1 | -1/+1 |
| * | | | Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR | Johan Herland | 2008-02-27 | 1 | -1/+17 |
| * | | | Don't use GIT_CONFIG in t5505-remote | Daniel Barkalow | 2008-02-27 | 1 | -3/+0 |
* | | | | Merge branch 'js/branch-track' | Junio C Hamano | 2008-02-27 | 2 | -1/+45 |
|\ \ \ \ | |||||
| * | | | | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 2008-02-19 | 2 | -1/+45 |
* | | | | | Merge branch 'db/checkout' | Junio C Hamano | 2008-02-27 | 2 | -16/+75 |
|\ \ \ \ \ | |||||
| * | | | | | Add merge-subtree back | Junio C Hamano | 2008-02-23 | 1 | -0/+32 |
| * | | | | | checkout: work from a subdirectory | Junio C Hamano | 2008-02-20 | 1 | -0/+34 |
| |/ / / / | |||||
| * | | | | Build in checkout | Daniel Barkalow | 2008-02-16 | 1 | -7/+0 |
| * | | | | Use diff -u instead of diff in t7201 | Daniel Barkalow | 2008-02-09 | 1 | -9/+9 |
* | | | | | Merge branch 'db/cover-letter' | Junio C Hamano | 2008-02-27 | 3 | -0/+214 |
|\ \ \ \ \ | |||||
| * | | | | | t4014: Replace sed's non-standard 'Q' by standard 'q' | Steffen Prohaska | 2008-02-23 | 1 | -4/+4 |
| * | | | | | Support a --cc=<email> option in format-patch | Daniel Barkalow | 2008-02-19 | 1 | -0/+8 |
| * | | | | | Combine To: and Cc: headers | Daniel Barkalow | 2008-02-19 | 1 | -1/+1 |
| * | | | | | Fix format.headers not ending with a newline | Daniel Barkalow | 2008-02-19 | 1 | -1/+1 |
| * | | | | | Add tests for extra headers in format-patch | Daniel Barkalow | 2008-02-19 | 1 | -0/+34 |
| * | | | | | Add a --cover-letter option to format-patch | Daniel Barkalow | 2008-02-19 | 3 | -0/+127 |
| * | | | | | Add more tests for format-patch | Daniel Barkalow | 2008-02-19 | 1 | -0/+45 |
* | | | | | | Merge branch 'js/merge' | Junio C Hamano | 2008-02-27 | 1 | -0/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUM | Johannes Schindelin | 2008-02-18 | 1 | -0/+10 |
| * | | | | | | xdl_merge(): make XDL_MERGE_ZEALOUS output simpler | Johannes Schindelin | 2008-02-18 | 1 | -0/+10 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'cw/bisect' | Junio C Hamano | 2008-02-27 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Eliminate confusing "won't bisect on seeked tree" failure | Carl Worth | 2008-02-24 | 1 | -1/+1 |
* | | | | | | | Merge branch 'gp/hash-stdin' | Junio C Hamano | 2008-02-27 | 1 | -0/+35 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | hash-object: cleanup handling of command line options | Gerrit Pape | 2008-02-22 | 1 | -0/+35 |
| |/ / / / / / |