Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | line-log: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 |
* | reset: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -10/+16 |
* | add: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -101/+45 |
* | check-ignore: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -18/+32 |
* | archive: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -9/+14 |
* | ls-files: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -33/+13 |
* | rm: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -12/+12 |
* | checkout: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -13/+21 |
* | rerere: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -8/+13 |
* | status: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -14/+13 |
* | commit: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -9/+9 |
* | clean: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -7/+10 |
* | guard against new pathspec magic in pathspec matching code | Nguyễn Thái Ngọc Duy | 2013-07-15 | 6 | -0/+51 |
* | parse_pathspec: support prefixing original patterns | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -1/+12 |
* | parse_pathspec: support stripping/checking submodule paths | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -0/+36 |
* | parse_pathspec: support stripping submodule trailing slashes | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -0/+11 |
* | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 2013-07-15 | 7 | -10/+25 |
* | convert some get_pathspec() calls to parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -8/+17 |
* | parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -1/+16 |
* | parse_pathspec: save original pathspec for reporting | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -0/+4 |
* | add parse_pathspec() that converts cmdline args to struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 5 | -41/+163 |
* | pathspec: add copy_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -6/+16 |
* | pathspec: i18n-ize error strings in pathspec parsing code | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -3/+3 |
* | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | 13 | -169/+182 |
* | clean: remove unused variable "seen" | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -9/+2 |
* | Update draft release notes for 1.8.4 | Junio C Hamano | 2013-07-12 | 1 | -0/+7 |
* | Merge branch 'jc/remote-http-argv-array' | Junio C Hamano | 2013-07-12 | 1 | -16/+16 |
|\ | |||||
| * | remote-http: use argv-array | Junio C Hamano | 2013-07-09 | 1 | -16/+16 |
* | | Merge branch 'rs/pickaxe-simplify' | Junio C Hamano | 2013-07-12 | 1 | -7/+4 |
|\ \ | |||||
| * | | diffcore-pickaxe: simplify has_changes and contains | René Scharfe | 2013-07-07 | 1 | -7/+4 |
* | | | Merge branch 'tr/test-lint-no-export-assignment-in-shell' | Junio C Hamano | 2013-07-12 | 2 | -1/+2 |
|\ \ \ | |||||
| * | | | test-lint: detect 'export FOO=bar' | Thomas Rast | 2013-07-08 | 1 | -0/+1 |
| * | | | t9902: fix 'test A == B' to use = operator | Thomas Rast | 2013-07-08 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'rr/name-rev-stdin-doc' | Junio C Hamano | 2013-07-12 | 1 | -2/+4 |
|\ \ \ | |||||
| * | | | name-rev doc: rewrite --stdin paragraph | Ramkumar Ramachandra | 2013-07-07 | 1 | -2/+4 |
* | | | | Merge branch 'ft/diff-rename-default-score-is-half' | Junio C Hamano | 2013-07-12 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | diff-options: document default similarity index | Fraser Tweedale | 2013-07-06 | 1 | -1/+1 |
* | | | | | Merge branch 'ml/cygwin-does-not-have-fifo' | Junio C Hamano | 2013-07-12 | 1 | -1/+8 |
|\ \ \ \ \ | |||||
| * | | | | | test-lib.sh - cygwin does not have usable FIFOs | Mark Levedahl | 2013-07-05 | 1 | -1/+8 |
* | | | | | | Merge branch 'tf/gitweb-extra-breadcrumbs' | Junio C Hamano | 2013-07-12 | 2 | -3/+26 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gitweb: allow extra breadcrumbs to prefix the trail | Tony Finch | 2013-07-05 | 2 | -3/+26 |
* | | | | | | | Merge branch 'ms/remote-tracking-branches-in-doc' | Junio C Hamano | 2013-07-12 | 6 | -14/+17 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Change "remote tracking" to "remote-tracking" | Michael Schubert | 2013-07-03 | 6 | -14/+17 |
* | | | | | | | | Merge branch 'jk/pull-to-integrate' | Junio C Hamano | 2013-07-12 | 3 | -8/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | pull: change the description to "integrate" changes | John Keeping | 2013-07-08 | 2 | -2/+2 |
| * | | | | | | | | push: avoid suggesting "merging" remote changes | John Keeping | 2013-07-07 | 1 | -6/+6 |
* | | | | | | | | | Merge branch 'jk/maint-config-multi-order' | Junio C Hamano | 2013-07-12 | 1 | -8/+12 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | git-config(1): clarify precedence of multiple values | John Keeping | 2013-07-07 | 1 | -8/+12 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'as/log-output-encoding-in-user-format' | Junio C Hamano | 2013-07-12 | 9 | -136/+265 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t4205 (log-pretty-formats): avoid using `sed` | Alexey Shumkin | 2013-07-05 | 1 | -16/+10 |