Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert {read,fill}_directory to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -4/+6 |
* | convert refresh_index to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -10/+9 |
* | convert report_path_error to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -17/+18 |
* | checkout: convert read_tree_some to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -6/+3 |
* | convert run_add_interactive to use struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -25/+18 |
* | convert read_cache_preload() to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 5 | -7/+7 |
* | 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 | 1 | -58/+45 |
* | check-ignore: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -13/+22 |
* | 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 | 1 | -3/+5 |
* | status: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -4/+5 |
* | 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 | 1 | -0/+2 |
* | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+2 |
* | convert some get_pathspec() calls to parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -6/+15 |
* | pathspec: add copy_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -6/+7 |
* | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -0/+4 |
* | clean: remove unused variable "seen" | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -9/+2 |
* | Merge branch 'ms/remote-tracking-branches-in-doc' | Junio C Hamano | 2013-07-12 | 2 | -3/+3 |
|\ | |||||
| * | Change "remote tracking" to "remote-tracking"ms/remote-tracking-branches-in-doc | Michael Schubert | 2013-07-03 | 2 | -3/+3 |
| * | Merge branch 'nd/clone-connectivity-shortcut' (early part) into maint | Junio C Hamano | 2013-06-28 | 1 | -0/+4 |
| |\ | |||||
| * \ | Merge branch 'rr/push-head' into maint | Junio C Hamano | 2013-06-27 | 1 | -7/+14 |
| |\ \ | |||||
| * \ \ | Merge branch 'rs/commit-m-no-edit' into maint | Junio C Hamano | 2013-06-27 | 1 | -4/+6 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jh/checkout-auto-tracking' into maint | Junio C Hamano | 2013-06-27 | 1 | -20/+22 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'jk/pull-to-integrate' | Junio C Hamano | 2013-07-12 | 1 | -6/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | push: avoid suggesting "merging" remote changes | John Keeping | 2013-07-07 | 1 | -6/+6 |
* | | | | | | | Merge branch 'as/log-output-encoding-in-user-format' | Junio C Hamano | 2013-07-12 | 3 | -1/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | pretty: --format output should honor logOutputEncoding | Alexey Shumkin | 2013-06-26 | 3 | -1/+6 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jg/status-config' | Junio C Hamano | 2013-07-11 | 1 | -19/+64 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | status/commit: make sure --porcelain is not affected by user-facing config | Junio C Hamano | 2013-06-24 | 1 | -22/+55 |
| * | | | | | | | commit: make it work with status.short | Ramkumar Ramachandra | 2013-06-24 | 1 | -0/+1 |
| * | | | | | | | status: introduce status.branch to enable --branch by default | Jorge Juan Garcia Garcia | 2013-06-24 | 1 | -0/+4 |
| * | | | | | | | status: introduce status.short to enable --short by default | Jorge Juan Garcia Garcia | 2013-06-24 | 1 | -0/+7 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'rr/rebase-checkout-reflog' | Junio C Hamano | 2013-07-11 | 1 | -3/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | checkout: respect GIT_REFLOG_ACTION | Ramkumar Ramachandra | 2013-06-17 | 1 | -3/+8 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'jc/triangle-push-fixup' | Junio C Hamano | 2013-07-11 | 1 | -12/+31 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | push: change `simple` to accommodate triangular workflows | Ramkumar Ramachandra | 2013-06-24 | 1 | -12/+31 |
* | | | | | | | | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 2013-07-01 | 2 | -7/+9 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | toposort: rename "lifo" field | Junio C Hamano | 2013-06-11 | 2 | -7/+9 |
* | | | | | | | | | Merge branch 'mh/ref-races' | Junio C Hamano | 2013-06-30 | 2 | -6/+11 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Extract a struct stat_data from cache_entry | Michael Haggerty | 2013-06-20 | 1 | -5/+7 |
| * | | | | | | | | | refs: implement simple transactions for the packed-refs file | Michael Haggerty | 2013-06-20 | 1 | -1/+4 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'nk/name-rev-abbreviated-refs' | Junio C Hamano | 2013-06-30 | 1 | -7/+29 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | name-rev: allow to specify a subpath for --refs option | Namhyung Kim | 2013-06-18 | 1 | -7/+29 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jk/submodule-subdirectory-ok' | Junio C Hamano | 2013-06-30 | 1 | -5/+19 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | rev-parse: add --prefix option | John Keeping | 2013-06-17 | 1 | -5/+19 |
| |/ / / / / / / / |