Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ab/branch-list-doc' | Junio C Hamano | 2017-03-28 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branch doc: update description for `--list`ab/branch-list-doc | Junio C Hamano | 2017-03-24 | 1 | -2/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branch doc: change `git branch <pattern>` to use `<branchname>` | Ævar Arnfjörð Bjarmason | 2017-03-23 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/pager-in-use' | Junio C Hamano | 2017-03-28 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pager_in_use: use git_env_bool()jk/pager-in-use | Jeff King | 2017-03-24 | 1 | -3/+1 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'tg/stash-push-fixup' | Junio C Hamano | 2017-03-28 | 3 | -6/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stash: keep untracked files intact in stash -k | Thomas Gummerer | 2017-03-22 | 2 | -1/+17 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stash: pass the pathspec argument to git reset | Thomas Gummerer | 2017-03-22 | 2 | -1/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stash: don't show internal implementation details | Thomas Gummerer | 2017-03-22 | 2 | -5/+5 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 2017-03-28 | 17 | -113/+1084 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/read-tree: add --recurse-submodules switch | Stefan Beller | 2017-03-16 | 4 | -1/+49 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/checkout: add --recurse-submodules switch | Stefan Beller | 2017-03-16 | 4 | -5/+62 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | entry.c: create submodules when interesting | Stefan Beller | 2017-03-16 | 1 | -0/+30 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unpack-trees: check if we can perform the operation for submodules | Stefan Beller | 2017-03-16 | 2 | -9/+123 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unpack-trees: pass old oid to verify_clean_submodule | Stefan Beller | 2017-03-16 | 1 | -7/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update submodules: add submodule_move_head | Stefan Beller | 2017-03-16 | 2 | -0/+144 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | submodule.c: get_super_prefix_or_empty | Stefan Beller | 2017-03-16 | 1 | -6/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update submodules: move up prepare_submodule_repo_env | Stefan Beller | 2017-03-15 | 1 | -12/+17 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | submodules: introduce check to see whether to touch a submodule | Stefan Beller | 2017-03-15 | 2 | -0/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update submodules: add a config option to determine if submodules are updated | Stefan Beller | 2017-03-15 | 2 | -0/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update submodules: add submodule config parsing | Stefan Beller | 2017-03-15 | 2 | -8/+29 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make is_submodule_populated gently | Stefan Beller | 2017-03-15 | 3 | -7/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib-submodule-update.sh: define tests for recursing into submodules | Stefan Beller | 2017-03-15 | 1 | -2/+504 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib-submodule-update.sh: replace sha1 by hash | Stefan Beller | 2017-03-15 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib-submodule-update: teach test_submodule_content the -C <dir> flag | Stefan Beller | 2017-03-15 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib-submodule-update.sh: do not use ./. as submodule remote | Stefan Beller | 2017-03-15 | 1 | -2/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib-submodule-update.sh: reorder create_lib_submodule_repo | Stefan Beller | 2017-03-15 | 1 | -20/+29 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | submodule--helper.c: remove duplicate code | Valery Tolstov | 2017-03-15 | 1 | -20/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connect_work_tree_and_git_dir: safely create leading directories | Stefan Beller | 2017-03-15 | 2 | -20/+23 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-03-28 | 2 | -17/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grep: fix builds with with no thread support | Brandon Williams | 2017-03-18 | 1 | -12/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grep: set default output method | Brandon Williams | 2017-03-17 | 1 | -5/+7 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eighth batch for 2.13 | Junio C Hamano | 2017-03-27 | 1 | -0/+22 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'km/config-grammofix' | Junio C Hamano | 2017-03-27 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc/config: grammar fixes for core.{editor,commentChar}km/config-grammofix | Kyle Meyer | 2017-03-23 | 1 | -3/+3 | |
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/t3600-rephrase' | Junio C Hamano | 2017-03-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t3600: rename test to describe its functionalitysb/t3600-rephrase | Stefan Beller | 2017-03-22 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/describe-broken' | Junio C Hamano | 2017-03-27 | 3 | -12/+66 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/describe: introduce --broken flagsb/describe-broken | Stefan Beller | 2017-03-22 | 3 | -12/+66 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/push-options-via-transport' | Junio C Hamano | 2017-03-27 | 5 | -14/+58 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remote-curl: allow push optionssb/push-options-via-transport | Brandon Williams | 2017-03-22 | 4 | -2/+50 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send-pack: send push options correctly in stateless-rpc case | Brandon Williams | 2017-03-22 | 1 | -12/+8 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'km/t1400-modernization' | Junio C Hamano | 2017-03-27 | 1 | -76/+78 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t1400: use test_when_finished for cleanup | Kyle Meyer | 2017-03-21 | 1 | -40/+41 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t1400: remove a set of unused output files | Kyle Meyer | 2017-03-21 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t1400: use test_path_is_* helpers | Kyle Meyer | 2017-03-21 | 1 | -22/+22 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t1400: set core.logAllRefUpdates in "logged by touch" tests | Kyle Meyer | 2017-03-21 | 1 | -11/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t1400: rename test descriptions to be unique | Kyle Meyer | 2017-03-21 | 1 | -4/+4 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/prefix-filename' | Junio C Hamano | 2017-03-27 | 17 | -75/+86 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bundle: use prefix_filename with bundle pathjk/prefix-filename | Jeff King | 2017-03-21 | 1 | -7/+1 |