summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* line-log: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
* reset: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-10/+16
* add: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-152-101/+45
* check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-154-18/+32
* archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-152-9/+14
* ls-files: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-33/+13
* rm: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-12/+12
* checkout: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-13/+21
* rerere: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-153-8/+13
* status: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-153-14/+13
* commit: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-9/+9
* clean: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-7/+10
* guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-156-0/+51
* parse_pathspec: support prefixing original patternsNguyễn Thái Ngọc Duy2013-07-152-1/+12
* parse_pathspec: support stripping/checking submodule pathsNguyễn Thái Ngọc Duy2013-07-152-0/+36
* parse_pathspec: support stripping submodule trailing slashesNguyễn Thái Ngọc Duy2013-07-152-0/+11
* parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-157-10/+25
* convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-154-8/+17
* parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flagsNguyễn Thái Ngọc Duy2013-07-152-1/+16
* parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy2013-07-153-0/+4
* add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy2013-07-155-41/+163
* pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-153-6/+16
* pathspec: i18n-ize error strings in pathspec parsing codeNguyễn Thái Ngọc Duy2013-07-151-3/+3
* move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-1513-169/+182
* clean: remove unused variable "seen"Nguyễn Thái Ngọc Duy2013-07-151-9/+2
* Update draft release notes for 1.8.4Junio C Hamano2013-07-121-0/+7
* Merge branch 'jc/remote-http-argv-array'Junio C Hamano2013-07-121-16/+16
|\
| * remote-http: use argv-arrayJunio C Hamano2013-07-091-16/+16
* | Merge branch 'rs/pickaxe-simplify'Junio C Hamano2013-07-121-7/+4
|\ \
| * | diffcore-pickaxe: simplify has_changes and containsRené Scharfe2013-07-071-7/+4
* | | Merge branch 'tr/test-lint-no-export-assignment-in-shell'Junio C Hamano2013-07-122-1/+2
|\ \ \
| * | | test-lint: detect 'export FOO=bar'Thomas Rast2013-07-081-0/+1
| * | | t9902: fix 'test A == B' to use = operatorThomas Rast2013-07-081-1/+1
| | |/ | |/|
* | | Merge branch 'rr/name-rev-stdin-doc'Junio C Hamano2013-07-121-2/+4
|\ \ \
| * | | name-rev doc: rewrite --stdin paragraphRamkumar Ramachandra2013-07-071-2/+4
* | | | Merge branch 'ft/diff-rename-default-score-is-half'Junio C Hamano2013-07-121-1/+1
|\ \ \ \
| * | | | diff-options: document default similarity indexFraser Tweedale2013-07-061-1/+1
* | | | | Merge branch 'ml/cygwin-does-not-have-fifo'Junio C Hamano2013-07-121-1/+8
|\ \ \ \ \
| * | | | | test-lib.sh - cygwin does not have usable FIFOsMark Levedahl2013-07-051-1/+8
* | | | | | Merge branch 'tf/gitweb-extra-breadcrumbs'Junio C Hamano2013-07-122-3/+26
|\ \ \ \ \ \
| * | | | | | gitweb: allow extra breadcrumbs to prefix the trailTony Finch2013-07-052-3/+26
* | | | | | | Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano2013-07-126-14/+17
|\ \ \ \ \ \ \
| * | | | | | | Change "remote tracking" to "remote-tracking"Michael Schubert2013-07-036-14/+17
* | | | | | | | Merge branch 'jk/pull-to-integrate'Junio C Hamano2013-07-123-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | pull: change the description to "integrate" changesJohn Keeping2013-07-082-2/+2
| * | | | | | | | push: avoid suggesting "merging" remote changesJohn Keeping2013-07-071-6/+6
* | | | | | | | | Merge branch 'jk/maint-config-multi-order'Junio C Hamano2013-07-121-8/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-config(1): clarify precedence of multiple valuesJohn Keeping2013-07-071-8/+12
| |/ / / / / / / /
* | | | | | | | | Merge branch 'as/log-output-encoding-in-user-format'Junio C Hamano2013-07-129-136/+265
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t4205 (log-pretty-formats): avoid using `sed`Alexey Shumkin2013-07-051-16/+10