| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-20 | 1 | -2/+4 |
|\ |
|
| * | avoid sprintf and strcpy with flex arrays | Jeff King | 2015-10-05 | 1 | -2/+4 |
* | | submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb() | Max Kirillov | 2015-09-14 | 1 | -8/+1 |
|/ |
|
* | Merge branch 'jc/am-state-fix' | Junio C Hamano | 2015-08-31 | 1 | -1/+1 |
|\ |
|
| * | write_file(): drop caller-supplied LF from calls to create a one-liner filejc/am-state-fix | Junio C Hamano | 2015-08-25 | 1 | -1/+1 |
| * | write_file(): drop "fatal" parameter | Junio C Hamano | 2015-08-24 | 1 | -1/+1 |
* | | Merge branch 'hv/submodule-config' | Junio C Hamano | 2015-08-31 | 1 | -96/+26 |
|\ \
| |/
|/| |
|
| * | submodule: allow erroneous values for the fetchRecurseSubmodules optionhv/submodule-config | Heiko Voigt | 2015-08-19 | 1 | -15/+0 |
| * | submodule: use new config API for worktree configurations | Heiko Voigt | 2015-08-19 | 1 | -134/+26 |
| * | submodule: extract functions for config set and lookup | Heiko Voigt | 2015-08-19 | 1 | -45/+97 |
| * | submodule: implement a config API for lookup of .gitmodules values | Heiko Voigt | 2015-08-19 | 1 | -0/+1 |
* | | convert "enum date_mode" into a struct | Jeff King | 2015-06-29 | 1 | -1/+1 |
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2015-06-05 | 1 | -3/+4 |
|\ \
| |/
|/| |
|
| * | submodule: rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -15/+7 |
| * | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -3/+12 |
* | | Merge branch 'rs/janitorial' | Junio C Hamano | 2015-06-01 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | use file_exists() to check if a file exists in the worktree | René Scharfe | 2015-05-20 | 1 | -2/+1 |
* | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | 1 | -7/+2 |
|\ \
| |/
|/| |
|
| * | use new wrapper write_file() for simple file writing | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -7/+2 |
* | | submodule: use capture_command | Jeff King | 2015-03-22 | 1 | -3/+1 |
* | | Merge branch 'jc/merge-bases' | Junio C Hamano | 2015-01-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | get_merge_bases(): always clean-up object flagsjc/merge-bases | Junio C Hamano | 2014-10-30 | 1 | -1/+1 |
* | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 1 | -14/+7 |
* | | Merge branch 'ta/string-list-init' | Junio C Hamano | 2014-07-23 | 1 | -4/+1 |
|\ \ |
|
| * | | replace memset with string-list initializersta/string-list-init | Tanay Abhra | 2014-07-21 | 1 | -4/+1 |
| |/ |
|
* | | submodule.c: use the ARRAY_SIZE macroep/submodule-code-cleanup | Elia Pinto | 2014-06-30 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'kb/fast-hashmap' | Junio C Hamano | 2014-02-27 | 1 | -24/+1 |
|\ |
|
| * | submodule: don't access the .gitmodules cache entry after removing it | Jens Lehmann | 2013-11-07 | 1 | -24/+1 |
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -0/+149 |
|\ |
|
| * | rm: delete .gitmodules entry of submodules removed from the work tree | Jens Lehmann | 2013-08-06 | 1 | -0/+33 |
| * | mv: update the path entry in .gitmodules for moved submodules | Jens Lehmann | 2013-08-06 | 1 | -0/+34 |
| * | submodule.c: add .gitmodules staging helper functions | Jens Lehmann | 2013-07-30 | 1 | -0/+51 |
| * | mv: move submodules using a gitfile | Jens Lehmann | 2013-07-30 | 1 | -0/+31 |
* | | Merge branch 'jl/some-submodule-config-are-not-boolean' | Junio C Hamano | 2013-09-04 | 1 | -0/+6 |
|\ \ |
|
| * | | avoid segfault on submodule.*.path set to an empty "true"jl/some-submodule-config-are-not-boolean | Jharrod LaFon | 2013-08-19 | 1 | -0/+6 |
* | | | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 2013-07-22 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entry | Nguyễn Thái Ngọc Duy | 2013-07-09 | 1 | -1/+1 |
* | | | Merge branch 'as/log-output-encoding-in-user-format' | Junio C Hamano | 2013-07-12 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | pretty: --format output should honor logOutputEncoding | Alexey Shumkin | 2013-06-26 | 1 | -0/+1 |
* | | | Merge branch 'mh/reflife' | Junio C Hamano | 2013-06-14 | 1 | -4/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | find_first_merges(): remove unnecessary code | Michael Haggerty | 2013-05-28 | 1 | -2/+1 |
| * | | find_first_merges(): initialize merges variable using initializer | Michael Haggerty | 2013-05-28 | 1 | -2/+1 |
* | | | submodule: remove redundant check for the_index.initialized | René Scharfe | 2013-06-09 | 1 | -3/+2 |
|/ / |
|
* | | submodule: print graph output next to submodule log | John Keeping | 2013-04-05 | 1 | -4/+9 |
|/ |
|
* | submodule: clarify logic in show_submodule_summary | Jeff King | 2013-03-22 | 1 | -7/+6 |
* | submodule: simplify memory handling in config parsing | Jeff King | 2013-01-23 | 1 | -16/+14 |
* | submodule: use parse_config_key when parsing config | Jeff King | 2013-01-23 | 1 | -9/+10 |
* | submodule: display summary header in bold | Ramkumar Ramachandra | 2012-11-18 | 1 | -4/+4 |
* | Merge branch 'jl/submodule-rm' | Jeff King | 2012-10-29 | 1 | -0/+80 |
|\ |
|