Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | show-branch: drop head_len variable | Jeff King | 2017-02-14 | 1 | -6/+2 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'jn/remote-helpers-with-git-dir' | Junio C Hamano | 2017-02-27 | 4 | -3/+22 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | remote helpers: avoid blind fall-back to ".git" when setting GIT_DIR | Jonathan Nieder | 2017-02-14 | 2 | -2/+12 | |
| * | | | | | | | remote: avoid reading $GIT_DIR config in non-repo | Jeff King | 2017-02-14 | 2 | -1/+10 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'jk/grep-no-index-fix' | Junio C Hamano | 2017-02-27 | 2 | -27/+121 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | grep: treat revs the same for --untracked as for --no-index | Jeff King | 2017-02-14 | 2 | -6/+6 | |
| * | | | | | | | grep: do not diagnose misspelt revs with --no-index | Jeff King | 2017-02-14 | 2 | -1/+6 | |
| * | | | | | | | grep: avoid resolving revision names in --no-index case | Jeff King | 2017-02-14 | 2 | -0/+19 | |
| * | | | | | | | grep: fix "--" rev/pathspec disambiguation | Jeff King | 2017-02-14 | 2 | -5/+57 | |
| * | | | | | | | grep: re-order rev-parsing loop | Jeff King | 2017-02-14 | 1 | -9/+11 | |
| * | | | | | | | grep: do not unnecessarily query repo for "--" | Jonathan Tan | 2017-02-14 | 2 | -4/+20 | |
| * | | | | | | | grep: move thread initialization a little lower | Jeff King | 2017-02-14 | 1 | -14/+14 | |
* | | | | | | | | Merge branch 'dt/gc-ignore-old-gc-logs' | Junio C Hamano | 2017-02-27 | 3 | -7/+71 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | gc: ignore old gc.log files | David Turner | 2017-02-14 | 3 | -7/+71 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'jh/preload-index-skip-skip' | Junio C Hamano | 2017-02-27 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | preload-index: avoid lstat for skip-worktree items | Jeff Hostetler | 2017-02-10 | 1 | -0/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'mh/submodule-hash' | Junio C Hamano | 2017-02-27 | 3 | -112/+134 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | read_loose_refs(): read refs using resolve_ref_recursively() | Michael Haggerty | 2017-02-14 | 3 | -18/+13 | |
| * | | | | | | | | files_ref_store::submodule: use NULL for the main repository | Michael Haggerty | 2017-02-10 | 1 | -8/+8 | |
| * | | | | | | | | base_ref_store_init(): remove submodule argument | Michael Haggerty | 2017-02-10 | 3 | -7/+5 | |
| * | | | | | | | | refs: push the submodule attribute down | Michael Haggerty | 2017-02-10 | 3 | -42/+43 | |
| * | | | | | | | | refs: store submodule ref stores in a hashmap | Michael Haggerty | 2017-02-10 | 2 | -19/+45 | |
| * | | | | | | | | register_ref_store(): new function | Michael Haggerty | 2017-02-10 | 1 | -14/+29 | |
| * | | | | | | | | refs: remove some unnecessary handling of submodule == "" | Michael Haggerty | 2017-02-10 | 1 | -11/+2 | |
| * | | | | | | | | refs: make some ref_store lookup functions private | Michael Haggerty | 2017-02-10 | 2 | -21/+17 | |
| * | | | | | | | | refs: reorder some function definitions | Michael Haggerty | 2017-02-10 | 1 | -32/+32 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'sf/putty-w-args' | Junio C Hamano | 2017-02-27 | 4 | -19/+133 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | connect.c: stop conflating ssh command names and overrides | Junio C Hamano | 2017-02-10 | 1 | -13/+32 | |
| * | | | | | | | | connect: Add the envvar GIT_SSH_VARIANT and ssh.variant config | Segev Finer | 2017-02-01 | 4 | -3/+51 | |
| * | | | | | | | | git_connect(): factor out SSH variant handling | Johannes Schindelin | 2017-02-01 | 1 | -26/+46 | |
| * | | | | | | | | connect: rename tortoiseplink and putty variables | Junio C Hamano | 2017-01-26 | 1 | -10/+13 | |
| * | | | | | | | | connect: handle putty/plink also in GIT_SSH_COMMAND | Segev Finer | 2017-01-25 | 2 | -7/+31 | |
* | | | | | | | | | Merge branch 'js/rebase-helper' | Junio C Hamano | 2017-02-27 | 7 | -1/+58 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | rebase -i: use the rebase--helper builtin | Johannes Schindelin | 2017-02-09 | 2 | -1/+14 | |
| * | | | | | | | | | rebase--helper: add a builtin helper for interactive rebases | Johannes Schindelin | 2017-02-09 | 5 | -0/+44 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'bw/attr' | Junio C Hamano | 2017-02-27 | 14 | -444/+816 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | attr: reformat git_attr_set_direction() function | Brandon Williams | 2017-02-01 | 2 | -30/+22 | |
| * | | | | | | | | | attr: push the bare repo check into read_attr() | Brandon Williams | 2017-02-01 | 1 | -60/+54 | |
| * | | | | | | | | | attr: store attribute stack in attr_check structure | Brandon Williams | 2017-02-01 | 2 | -89/+199 | |
| * | | | | | | | | | attr: tighten const correctness with git_attr and match_attr | Brandon Williams | 2017-02-01 | 3 | -8/+9 | |
| * | | | | | | | | | attr: remove maybe-real, maybe-macro from git_attr | Brandon Williams | 2017-02-01 | 1 | -38/+37 | |
| * | | | | | | | | | attr: eliminate global check_all_attr array | Brandon Williams | 2017-02-01 | 2 | -39/+87 | |
| * | | | | | | | | | attr: use hashmap for attribute dictionary | Brandon Williams | 2017-02-01 | 3 | -45/+133 | |
| * | | | | | | | | | attr: change validity check for attribute names to use positive logic | Junio C Hamano | 2017-02-01 | 1 | -14/+20 | |
| * | | | | | | | | | attr: pass struct attr_check to collect_some_attrs | Brandon Williams | 2017-02-01 | 1 | -20/+13 | |
| * | | | | | | | | | attr: retire git_check_attrs() API | Junio C Hamano | 2017-02-01 | 3 | -32/+58 | |
| * | | | | | | | | | attr: convert git_check_attrs() callers to use the new API | Junio C Hamano | 2017-02-01 | 6 | -86/+45 | |
| * | | | | | | | | | attr: convert git_all_attrs() to use "struct attr_check" | Junio C Hamano | 2017-02-01 | 3 | -56/+43 | |
| * | | | | | | | | | attr: (re)introduce git_check_attr() and struct attr_check | Junio C Hamano | 2017-02-01 | 2 | -0/+91 | |
| * | | | | | | | | | attr: rename function and struct related to checking attributes | Junio C Hamano | 2017-02-01 | 9 | -41/+42 |