Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/format-patch-encoding' | Junio C Hamano | 2007-11-04 | 1 | -0/+42 |
|\ | |||||
| * | test format-patch -s: make sure MIME content type is shown as needed | Junio C Hamano | 2007-11-02 | 1 | -0/+42 |
* | | Merge branch 'jc/revert-merge' | Junio C Hamano | 2007-11-04 | 1 | -0/+123 |
|\ \ | |||||
| * | | cherry-pick/revert -m: add tests | Junio C Hamano | 2007-11-02 | 1 | -0/+123 |
* | | | Merge branch 'ss/mailsplit' | Junio C Hamano | 2007-11-04 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Make mailsplit and mailinfo strip whitespace from the start of the input | Simon Sasburg | 2007-11-02 | 1 | -0/+3 |
| | |/ | |/| | |||||
* | | | Merge branch 'jn/gitweb' | Junio C Hamano | 2007-11-04 | 1 | -1/+23 |
|\ \ \ | |||||
| * | | | gitweb: Add tests for overriding gitweb config with repo config | Jakub Narebski | 2007-11-02 | 1 | -0/+23 |
| * | | | gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test | Jakub Narebski | 2007-11-02 | 1 | -1/+0 |
| |/ / | |||||
* | | | git-reset: do not be confused if there is nothing to reset | Johannes Schindelin | 2007-11-03 | 1 | -0/+7 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-11-02 | 2 | -6/+6 |
|\ \ \ | |||||
| * | | | Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites. | Kristian Høgsberg | 2007-11-02 | 2 | -6/+6 |
* | | | | Merge branch 'ph/parseopt' | Junio C Hamano | 2007-11-02 | 2 | -0/+93 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Make builtin-for-each-ref.c use parse-opts. | Pierre Habouzit | 2007-10-29 | 1 | -0/+0 |
| * | | | parse-options: Allow abbreviated options when unambiguous | Johannes Schindelin | 2007-10-29 | 1 | -0/+23 |
| * | | | Add tests for parse-options.c | Johannes Schindelin | 2007-10-29 | 1 | -0/+70 |
| | |/ | |/| | |||||
* | | | Do no colorify test output if stdout is not a terminal | Alex Riesen | 2007-11-01 | 1 | -0/+1 |
* | | | Merge branch 'js/forkexec' | Junio C Hamano | 2007-11-01 | 1 | -1/+6 |
|\ \ \ | |||||
| * | | | t0021-conversion.sh: Test that the clean filter really cleans content. | Johannes Sixt | 2007-10-21 | 1 | -1/+6 |
* | | | | Merge branch 'cc/skip' into HEAD | Junio C Hamano | 2007-10-30 | 1 | -0/+118 |
|\ \ \ \ | |||||
| * | | | | Bisect run: "skip" current commit if script exit code is 125. | Christian Couder | 2007-10-26 | 1 | -0/+40 |
| * | | | | Bisect: add a "bisect replay" test case. | Christian Couder | 2007-10-26 | 1 | -0/+7 |
| * | | | | Bisect: implement "bisect skip" to mark untestable revisions. | Christian Couder | 2007-10-26 | 1 | -0/+71 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jk/send-pack' into HEAD | Junio C Hamano | 2007-10-30 | 1 | -0/+28 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | t5516: test update of local refs on push | Jeff King | 2007-10-18 | 1 | -0/+28 |
* | | | | Test suite: reset TERM to its previous value after testing. | Christian Couder | 2007-10-26 | 1 | -0/+4 |
* | | | | Support a --quiet option in the test-suite. | Pierre Habouzit | 2007-10-24 | 1 | -1/+4 |
* | | | | Add some fancy colors in the test library when terminal supports it. | Pierre Habouzit | 2007-10-24 | 1 | -17/+45 |
* | | | | Merge branch 'db/fetch-pack' | Junio C Hamano | 2007-10-24 | 15 | -14/+78 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | fetch: if not fetching from default remote, ignore default merge | Johannes Schindelin | 2007-10-16 | 2 | -2/+10 |
| * | | | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 | 16 | -25/+943 |
| |\ \ \ | |||||
| * | | | | Added a test for fetching remote tags when there is not tags. | Väinö Järvelä | 2007-10-15 | 1 | -0/+12 |
| * | | | | fetch/push: readd rsync support | Johannes Schindelin | 2007-10-01 | 1 | -0/+35 |
| * | | | | Correct handling of branch.$name.merge in builtin-fetch | Shawn O. Pearce | 2007-09-19 | 8 | -0/+10 |
| * | | | | Don't attempt to merge non-existant remotes in t5515 | Shawn O. Pearce | 2007-09-19 | 1 | -2/+1 |
| * | | | | Make fetch a builtin | Daniel Barkalow | 2007-09-19 | 10 | -10/+10 |
* | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-21 | 1 | -0/+48 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | send-pack: respect '+' on wildcard refspecs | Jeff King | 2007-10-19 | 1 | -0/+48 |
* | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-19 | 1 | -0/+7 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | attr: fix segfault in gitattributes parsing code | Steffen Prohaska | 2007-10-18 | 1 | -0/+7 |
* | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-18 | 1 | -0/+73 |
|\ \ \ \ | |/ / / | |||||
| * | | | git-blame shouldn't crash if run in an unmerged tree | Linus Torvalds | 2007-10-18 | 1 | -0/+73 |
* | | | | git-svn: add git svn proplist | Benoit Sigoure | 2007-10-17 | 1 | -0/+21 |
* | | | | git-svn: add git svn propget | Benoit Sigoure | 2007-10-17 | 1 | -0/+23 |
* | | | | git-svn: implement git svn create-ignore | Benoit Sigoure | 2007-10-17 | 1 | -3/+25 |
* | | | | gitweb: speed up project listing on large work trees by limiting find depth | Luke Lu | 2007-10-17 | 1 | -0/+1 |
* | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-16 | 2 | -1/+12 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | filter-branch: update current branch when rewritten | Johannes Schindelin | 2007-10-16 | 1 | -1/+3 |
| * | | Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREE | Johannes Schindelin | 2007-10-16 | 1 | -0/+9 |
* | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-15 | 2 | -2/+1 |
|\ \ \ | |/ / |