Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | submodule.c: correctly handle nested submodules in is_submodule_modifiedsb/submodule-short-status | Stefan Beller | 2017-03-29 | 1 | -2/+19 | |
| * | | | | | | submodule.c: stricter checking for submodules in is_submodule_modified | Stefan Beller | 2017-03-27 | 1 | -2/+3 | |
| * | | | | | | submodule.c: port is_submodule_modified to use porcelain 2 | Stefan Beller | 2017-03-27 | 1 | -4/+5 | |
| * | | | | | | submodule.c: convert is_submodule_modified to use strbuf_getwholeline | Stefan Beller | 2017-03-27 | 1 | -16/+14 | |
| * | | | | | | submodule.c: factor out early loop termination in is_submodule_modified | Stefan Beller | 2017-03-27 | 1 | -8/+8 | |
| * | | | | | | submodule.c: use argv_array in is_submodule_modified | Stefan Beller | 2017-03-27 | 1 | -8/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'sb/show-diff-for-submodule-in-diff-fix' | Junio C Hamano | 2017-04-16 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | diff: submodule inline diff to initialize env array.sb/show-diff-for-submodule-in-diff-fix | Stefan Beller | 2017-04-02 | 1 | -0/+1 | |
| * | | | | | | Merge branch 'bw/push-dry-run' into maint | Junio C Hamano | 2017-01-17 | 1 | -5/+8 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'hv/submodule-not-yet-pushed-fix' into maint | Junio C Hamano | 2017-01-17 | 1 | -26/+97 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge branch 'jk/snprintf-cleanups' | Junio C Hamano | 2017-04-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | convert unchecked snprintf into xsnprintf | Jeff King | 2017-03-30 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'bw/submodule-is-active' | Junio C Hamano | 2017-03-30 | 1 | -8/+42 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | submodule: decouple url and submodule interest | Brandon Williams | 2017-03-18 | 1 | -8/+42 | |
* | | | | | | | | | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 2017-03-28 | 1 | -32/+190 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | update submodules: add submodule_move_head | Stefan Beller | 2017-03-16 | 1 | -0/+137 | |
| * | | | | | | | 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 | 1 | -0/+16 | |
| * | | | | | | | update submodules: add a config option to determine if submodules are updated | Stefan Beller | 2017-03-15 | 1 | -0/+6 | |
| * | | | | | | | make is_submodule_populated gently | Stefan Beller | 2017-03-15 | 1 | -5/+2 | |
| * | | | | | | | connect_work_tree_and_git_dir: safely create leading directories | Stefan Beller | 2017-03-15 | 1 | -9/+2 | |
* | | | | | | | | Merge branch 'sb/rev-parse-show-superproject-root' | Junio C Hamano | 2017-03-17 | 1 | -0/+82 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | rev-parse: add --show-superproject-working-tree | Stefan Beller | 2017-03-08 | 1 | -0/+82 | |
| |/ / / / / / | ||||||
* | | | | | | | real_pathdup(): fix callsites that wanted it to die on errorjs/realpath-pathdup-fix | Johannes Schindelin | 2017-03-08 | 1 | -5/+5 | |
|/ / / / / / | ||||||
* | | | | | | submodule absorbing: fix worktree/gitdir pointers recursively for non-movessb/submodule-recursive-absorb | Stefan Beller | 2017-01-26 | 1 | -16/+46 | |
* | | | | | | Merge branch 'sb/submodule-cleanup-export-git-dir-env' | Junio C Hamano | 2017-01-18 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | submodule.c: use GIT_DIR_ENVIRONMENT consistentlysb/submodule-cleanup-export-git-dir-env | Stefan Beller | 2017-01-07 | 1 | -1/+2 | |
* | | | | | | | Merge branch 'sb/submodule-rm-absorb' | Junio C Hamano | 2017-01-18 | 1 | -19/+38 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | submodule: rename and add flags to ok_to_remove_submodule | Stefan Beller | 2016-12-27 | 1 | -12/+37 | |
| * | | | | | | submodule: modernize ok_to_remove_submodule to use argv_array | Stefan Beller | 2016-12-27 | 1 | -10/+4 | |
* | | | | | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-01-18 | 1 | -4/+54 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | submodules: load gitmodules file from commit sha1 | Brandon Williams | 2016-12-22 | 1 | -0/+12 | |
| * | | | | | | | submodules: add helper to determine if a submodule is initialized | Brandon Williams | 2016-12-22 | 1 | -0/+23 | |
| * | | | | | | | submodules: add helper to determine if a submodule is populated | Brandon Williams | 2016-12-22 | 1 | -0/+15 | |
| * | | | | | | | real_path: have callers use real_pathdup and strbuf_realpath | Brandon Williams | 2016-12-12 | 1 | -1/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'sb/submodule-embed-gitdir' | Junio C Hamano | 2017-01-10 | 1 | -24/+103 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | | | ||||||
| * | | | | | submodule: add absorb-git-dir function | Stefan Beller | 2016-12-12 | 1 | -0/+103 | |
| * | | | | | move connect_work_tree_and_git_dir to dir.h | Stefan Beller | 2016-12-12 | 1 | -25/+0 | |
| * | | | | | submodule: use absolute path for computing relative path connecting | Stefan Beller | 2016-12-09 | 1 | -6/+7 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'bw/push-dry-run' | Junio C Hamano | 2016-12-16 | 1 | -5/+8 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | push: fix --dry-run to not push submodulesbw/push-dry-run | Brandon Williams | 2016-11-23 | 1 | -5/+8 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'hv/submodule-not-yet-pushed-fix' | Junio C Hamano | 2016-12-16 | 1 | -26/+97 | |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | ||||||
| * | | submodule_needs_pushing(): explain the behaviour when we cannot answerhv/submodule-not-yet-pushed-fix | Heiko Voigt | 2016-11-16 | 1 | -0/+11 | |
| * | | batch check whether submodule needs pushing into one call | Heiko Voigt | 2016-11-16 | 1 | -29/+33 | |
| * | | serialize collection of refs that contain submodule changes | Heiko Voigt | 2016-11-16 | 1 | -15/+20 | |
| * | | serialize collection of changed submodules | Heiko Voigt | 2016-11-16 | 1 | -4/+55 | |
* | | | Merge branch 'rs/cocci' | Junio C Hamano | 2016-10-17 | 1 | -4/+3 | |
|\ \ \ | ||||||
| * | | | use strbuf_add_unique_abbrev() for adding short hashes, part 3 | René Scharfe | 2016-10-10 | 1 | -4/+3 | |
* | | | | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 2016-10-17 | 1 | -22/+1 | |
|\ \ \ \ | |_|/ / |/| | | |