Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'bc/checkout-tracking-name-plug-leak' | Junio C Hamano | 2013-06-27 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | builtin/checkout.c: don't leak memory in check_tracking_name | Brandon Casey | 2013-06-18 | 1 | -2/+5 |
* | | | | | | | | | | Merge branch 'tr/maint-apply-non-git-patch-parsefix' | Junio C Hamano | 2013-06-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | apply: carefully strdup a possibly-NULL name | Thomas Rast | 2013-06-21 | 1 | -1/+1 |
* | | | | | | | | | | | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' | Junio C Hamano | 2013-06-26 | 3 | -4/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | fix "builtin-*" references to be "builtin/*" | Phil Hord | 2013-06-18 | 3 | -4/+2 |
* | | | | | | | | | | | | Merge branch 'mm/rm-coalesce-errors' | Junio C Hamano | 2013-06-24 | 1 | -19/+82 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | rm: introduce advice.rmHints to shorten messages | Mathieu Lienard--Mayor | 2013-06-12 | 1 | -1/+2 |
| * | | | | | | | | | | | | rm: better error message on failure for multiple files | Mathieu Lienard--Mayor | 2013-06-12 | 1 | -19/+81 |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'jh/libify-note-handling' | Junio C Hamano | 2013-06-24 | 2 | -133/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c | Johan Herland | 2013-06-12 | 2 | -130/+2 |
| * | | | | | | | | | | | | finish_copy_notes_for_rewrite(): Let caller provide commit message | Johan Herland | 2013-06-12 | 2 | -5/+6 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Revert "Merge branch 'jg/status-config'" | Junio C Hamano | 2013-06-24 | 1 | -11/+0 |
* | | | | | | | | | | | | Merge branch 'jg/status-config' | Junio C Hamano | 2013-06-23 | 1 | -0/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | status: introduce status.branch to enable --branch by default | Jorge Juan Garcia Garcia | 2013-06-15 | 1 | -0/+4 |
| * | | | | | | | | | | | | status: introduce status.short to enable --short by default | Jorge Juan Garcia Garcia | 2013-06-11 | 1 | -0/+7 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'rs/logical-vs-binary-or' | Junio C Hamano | 2013-06-20 | 3 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ |