Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Allow querying all attributes on a file | Michael Haggerty | 2011-08-04 | 3 | -14/+67 | |
| * | | | | | | | | | | | Remove redundant check | Michael Haggerty | 2011-08-04 | 1 | -2/+1 | |
| * | | | | | | | | | | | Remove redundant call to bootstrap_attr_stack() | Michael Haggerty | 2011-08-04 | 1 | -1/+0 | |
| * | | | | | | | | | | | Extract a function collect_all_attrs() | Michael Haggerty | 2011-08-04 | 1 | -3/+14 | |
| * | | | | | | | | | | | Teach prepare_attr_stack() to figure out dirlen itself | Michael Haggerty | 2011-08-04 | 1 | -10/+11 | |
| * | | | | | | | | | | | git-check-attr: Use git_attr_name() | Michael Haggerty | 2011-08-04 | 1 | -7/+6 | |
| * | | | | | | | | | | | Provide access to the name attribute of git_attr | Michael Haggerty | 2011-08-04 | 3 | -1/+14 | |
| * | | | | | | | | | | | git-check-attr: Add tests of command-line parsing | Michael Haggerty | 2011-08-04 | 1 | -0/+7 | |
| * | | | | | | | | | | | git-check-attr: Add missing "&&" | Michael Haggerty | 2011-08-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | Disallow the empty string as an attribute name | Michael Haggerty | 2011-08-04 | 2 | -1/+7 | |
| * | | | | | | | | | | | Remove anachronism from comment | Michael Haggerty | 2011-08-04 | 1 | -4/+2 | |
| * | | | | | | | | | | | doc: Correct git_attr() calls in example code | Michael Haggerty | 2011-08-04 | 1 | -5/+5 | |
| * | | | | | | | | | | | doc: Add a link from gitattributes(5) to git-check-attr(1) | Michael Haggerty | 2011-08-04 | 1 | -0/+3 | |
* | | | | | | | | | | | | Merge branch 'js/bisect-no-checkout' | Junio C Hamano | 2011-08-17 | 7 | -178/+430 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | bisect: add support for bisecting bare repositories | Jon Seymour | 2011-08-09 | 4 | -3/+40 | |
| * | | | | | | | | | | | | bisect: further style nitpicks | Junio C Hamano | 2011-08-05 | 1 | -10/+8 | |
| * | | | | | | | | | | | | bisect: replace "; then" with "\n<tab>*then" | Jon Seymour | 2011-08-05 | 1 | -9/+18 | |
| * | | | | | | | | | | | | bisect: cleanup whitespace errors in git-bisect.sh. | Jon Seymour | 2011-08-05 | 1 | -134/+134 | |
| * | | | | | | | | | | | | bisect: add documentation for --no-checkout option. | Jon Seymour | 2011-08-04 | 1 | -1/+31 | |
| * | | | | | | | | | | | | bisect: add tests for the --no-checkout option. | Jon Seymour | 2011-08-04 | 1 | -0/+82 | |
| * | | | | | | | | | | | | bisect: introduce --no-checkout support into porcelain. | Jon Seymour | 2011-08-04 | 1 | -11/+37 | |
| * | | | | | | | | | | | | bisect: introduce support for --no-checkout option. | Jon Seymour | 2011-08-04 | 3 | -14/+28 | |
| * | | | | | | | | | | | | bisect: add tests to document expected behaviour in presence of broken trees. | Jon Seymour | 2011-08-04 | 1 | -0/+48 | |
| * | | | | | | | | | | | | bisect: use && to connect statements that are deferred with eval. | Jon Seymour | 2011-08-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | bisect: move argument parsing before state modification. | Jon Seymour | 2011-08-04 | 2 | -36/+44 | |
* | | | | | | | | | | | | | Merge branch 'rc/histogram-diff' | Junio C Hamano | 2011-08-17 | 14 | -285/+655 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | xdiff/xhistogram: drop need for additional variable | Tay Ray Chuan | 2011-08-08 | 1 | -5/+4 | |
| * | | | | | | | | | | | | | xdiff/xhistogram: rely on xdl_trim_ends() | Tay Ray Chuan | 2011-08-08 | 1 | -27/+4 | |
| * | | | | | | | | | | | | | xdiff/xhistogram: rework handling of recursed results | Tay Ray Chuan | 2011-08-08 | 1 | -6/+9 | |
| * | | | | | | | | | | | | | xdiff: do away with xdl_mmfile_next() | Tay Ray Chuan | 2011-08-03 | 3 | -20/+2 | |
| * | | | | | | | | | | | | | Make test number unique | Johannes Sixt | 2011-08-03 | 1 | -0/+0 | |
| * | | | | | | | | | | | | | xdiff/xprepare: use a smaller sample size for histogram diff | Tay Ray Chuan | 2011-07-12 | 3 | -10/+17 | |
| * | | | | | | | | | | | | | xdiff/xprepare: skip classification | Tay Ray Chuan | 2011-07-12 | 1 | -8/+16 | |
| * | | | | | | | | | | | | | teach --histogram to diff | Tay Ray Chuan | 2011-07-12 | 8 | -1/+407 | |
| * | | | | | | | | | | | | | t4033-diff-patience: factor out tests | Tay Ray Chuan | 2011-07-07 | 2 | -159/+168 | |
| * | | | | | | | | | | | | | xdiff/xpatience: factor out fall-back-diff function | Tay Ray Chuan | 2011-07-07 | 3 | -25/+35 | |
| * | | | | | | | | | | | | | xdiff/xprepare: refactor abort cleanups | Tay Ray Chuan | 2011-07-07 | 1 | -59/+32 | |
| * | | | | | | | | | | | | | xdiff/xprepare: use memset() | Tay Ray Chuan | 2011-07-07 | 1 | -7/+3 | |
* | | | | | | | | | | | | | | Merge branch 'jc/maint-smart-http-race-upload-pack' | Junio C Hamano | 2011-08-17 | 1 | -9/+98 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | helping smart-http/stateless-rpc fetch race | Junio C Hamano | 2011-08-08 | 1 | -9/+98 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'js/sh-style' | Junio C Hamano | 2011-08-17 | 4 | -12/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | filter-branch.sh: de-dent usage string | Junio C Hamano | 2011-08-05 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | misc-sh: fix up whitespace in some other .sh files. | Jon Seymour | 2011-08-05 | 4 | -12/+12 | |
* | | | | | | | | | | | | | | Merge branch 'js/ref-namespaces' | Junio C Hamano | 2011-08-17 | 15 | -24/+326 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | ref namespaces: tests | Josh Triplett | 2011-07-21 | 1 | -0/+85 | |
| * | | | | | | | | | | | | | | ref namespaces: documentation | Josh Triplett | 2011-07-11 | 7 | -5/+101 | |
| * | | | | | | | | | | | | | | ref namespaces: Support remote repositories via upload-pack and receive-pack | Josh Triplett | 2011-07-11 | 2 | -13/+47 | |
| * | | | | | | | | | | | | | | ref namespaces: infrastructure | Josh Triplett | 2011-07-06 | 6 | -2/+89 | |
| * | | | | | | | | | | | | | | Fix prefix handling in ref iteration functions | Josh Triplett | 2011-07-06 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | | Merge branch 'cb/maint-quiet-push' | Junio C Hamano | 2011-08-17 | 6 | -10/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |