| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-10-17 | sequencer: use memoized sequencer directory path | Johannes Schindelin | 1 | -1/+1 |
| 2016-09-26 | Merge branch 'tg/add-chmod+x-fix' | Junio C Hamano | 1 | -1/+1 |
| 2016-09-15 | add: modify already added files when --chmod is given | Thomas Gummerer | 1 | -1/+1 |
| 2016-09-08 | Merge branch 'jh/status-v2-porcelain' | Junio C Hamano | 1 | -44/+34 |
| 2016-08-11 | status: print branch info with --porcelain=v2 --branch | Jeff Hostetler | 1 | -0/+5 |
| 2016-08-11 | status: collect per-file data for --porcelain=v2 | Jeff Hostetler | 1 | -0/+3 |
| 2016-08-10 | Merge branch 'os/no-verify-skips-commit-msg-too' into maint | Junio C Hamano | 1 | -1/+1 |
| 2016-08-08 | Merge branch 'pb/commit-editmsg-path' into maint | Junio C Hamano | 1 | -7/+8 |
| 2016-08-05 | status: support --porcelain[=<version>] | Jeff Hostetler | 1 | -3/+18 |
| 2016-08-05 | status: cleanup API to wt_status_print | Jeff Hostetler | 1 | -42/+9 |
| 2016-08-05 | status: rename long-format print routines | Jeff Hostetler | 1 | -2/+2 |
| 2016-08-03 | Merge branch 'os/no-verify-skips-commit-msg-too' | Junio C Hamano | 1 | -1/+1 |
| 2016-07-28 | Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maint | Junio C Hamano | 1 | -1/+1 |
| 2016-07-26 | commit: describe that --no-verify skips the commit-msg hook in the help text | Orgad Shaneh | 1 | -1/+1 |
| 2016-07-11 | Merge branch 'js/find-commit-subject-ignore-leading-blanks' | Junio C Hamano | 1 | -1/+1 |
| 2016-07-06 | Merge branch 'pb/commit-editmsg-path' | Junio C Hamano | 1 | -7/+8 |
| 2016-06-29 | commit -C: skip blank lines at the beginning of the message | Johannes Schindelin | 1 | -1/+1 |
| 2016-06-09 | builtin/commit.c: memoize git-path for COMMIT_EDITMSG | Pranit Bauva | 1 | -7/+8 |
| 2016-06-07 | add: add --chmod=+x / --chmod=-x options | Edward Thomson | 1 | -1/+1 |
| 2016-05-23 | Merge branch 'pb/commit-verbose-config' | Junio C Hamano | 1 | -0/+10 |
| 2016-05-10 | commit: add a commit.verbose config variable | Pranit Bauva | 1 | -0/+10 |
| 2016-05-02 | Merge branch 'ad/commit-have-m-option' into maint | Junio C Hamano | 1 | -3/+3 |
| 2016-04-22 | Merge branch 'ad/commit-have-m-option' | Junio C Hamano | 1 | -3/+3 |
| 2016-04-14 | Merge branch 'ss/commit-squash-msg' into maint | Junio C Hamano | 1 | -1/+10 |
| 2016-04-07 | commit: do not ignore an empty message given by -m '' | Jeff King | 1 | -3/+3 |
| 2016-04-06 | Merge branch 'ss/commit-squash-msg' | Junio C Hamano | 1 | -1/+10 |
| 2016-03-21 | commit: do not lose SQUASH_MSG contents | Sven Strickroth | 1 | -1/+10 |
| 2016-02-25 | diff: activate diff.renames by default | Matthieu Moy | 1 | -0/+1 |
| 2016-01-28 | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 1 | -1/+1 |
| 2016-01-20 | Merge branch 'js/fopen-harder' | Junio C Hamano | 1 | -1/+1 |
| 2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
| 2016-01-07 | commit: allow editing the commit message even in shared repos | Johannes Schindelin | 1 | -1/+1 |
| 2015-12-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -4/+4 |
| 2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -4/+4 |
| 2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -4/+4 |
| 2015-11-16 | allow hooks to ignore their standard input stream | Clemens Buchacher | 1 | -0/+3 |
| 2015-10-16 | strbuf: make stripspace() part of strbuf | Tobias Klauser | 1 | -3/+3 |
| 2015-09-01 | Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd... | Junio C Hamano | 1 | -3/+1 |
| 2015-08-31 | commit: don't rewrite shared index unnecessarily | David Turner | 1 | -3/+1 |
| 2015-08-25 | Merge branch 'mh/tempfile' | Junio C Hamano | 1 | -7/+8 |
| 2015-08-10 | memoize common git-path "constant" files | Jeff King | 1 | -16/+16 |
| 2015-08-10 | lockfile: add accessor get_lock_file_path() | Michael Haggerty | 1 | -7/+8 |
| 2015-06-29 | convert "enum date_mode" into a struct | Jeff King | 1 | -2/+2 |
| 2015-06-05 | Merge branch 'pt/xdg-config-path' into maint | Junio C Hamano | 1 | -5/+3 |
| 2015-05-26 | Merge branch 'nd/untracked-cache' | Junio C Hamano | 1 | -2/+3 |
| 2015-05-11 | Merge branch 'pt/xdg-config-path' | Junio C Hamano | 1 | -5/+3 |
| 2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -1/+1 |
| 2015-05-06 | git-commit: replace use of home_config_paths() | Paul Tan | 1 | -5/+3 |
| 2015-03-23 | commit.c: fix a memory leak | Stefan Beller | 1 | -2/+4 |
| 2015-03-12 | status: enable untracked cache | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
| 2015-03-05 | Merge branch 'mh/refs-have-new' | Junio C Hamano | 1 | -2/+2 |
| 2015-02-17 | commit: avoid race when creating orphan commits | Michael Haggerty | 1 | -1/+1 |
| 2015-02-17 | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 1 | -1/+1 |
| 2015-02-17 | Merge branch 'mg/commit-author-no-match-malformed-message' | Junio C Hamano | 1 | -1/+1 |
| 2015-02-11 | Merge branch 'ah/usage-strings' | Junio C Hamano | 1 | -2/+2 |
| 2015-02-11 | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 1 | -9/+3 |
| 2015-01-26 | commit: reword --author error message | Michael J Gruber | 1 | -1/+1 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -2/+2 |
| 2015-01-13 | builtin/commit.c: use xstrdup_or_null instead of envdup | Jeff King | 1 | -9/+3 |
| 2014-12-22 | Merge branch 'jk/commit-date-approxidate' | Junio C Hamano | 1 | -30/+18 |
| 2014-12-22 | Merge branch 'cc/interpret-trailers-more' | Junio C Hamano | 1 | -26/+2 |
| 2014-12-11 | commit: always populate GIT_AUTHOR_* variables | Jeff King | 1 | -21/+5 |
| 2014-12-11 | commit: loosen ident checks when generating template | Jeff King | 1 | -9/+14 |
| 2014-12-01 | commit: use SEQ_DIR instead of hardcoding "sequencer" | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2014-11-10 | commit: make ignore_non_trailer() non static | Christian Couder | 1 | -46/+0 |
| 2014-11-10 | Merge branch 'jc/conflict-hint' into cc/interpret-trailers-more | Junio C Hamano | 1 | -26/+48 |
| 2014-10-28 | merge & sequencer: turn "Conflicts:" hint into a comment | Junio C Hamano | 1 | -16/+31 |
| 2014-10-28 | builtin/commit.c: extract ignore_non_trailer() helper function | Junio C Hamano | 1 | -26/+33 |
| 2014-10-21 | Merge branch 'rs/ref-transaction' | Junio C Hamano | 1 | -3/+3 |
| 2014-10-20 | Merge branch 'jn/parse-config-slot' | Junio C Hamano | 1 | -12/+10 |
| 2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -1/+1 |
| 2014-10-15 | refs.c: pass the ref log message to _create/delete/update instead of _commit | Ronnie Sahlberg | 1 | -2/+2 |
| 2014-10-14 | color_parse: do not mention variable name in error message | Jeff King | 1 | -2/+1 |
| 2014-10-14 | pass config slots as pointers instead of offsets | Jonathan Nieder | 1 | -10/+9 |
| 2014-10-14 | Merge branch 'rs/more-uses-of-skip-prefix' | Junio C Hamano | 1 | -9/+9 |
| 2014-10-07 | use skip_prefix() to avoid more magic numbers | René Scharfe | 1 | -9/+9 |
| 2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
| 2014-10-01 | lockfile: change lock_file::filename into a strbuf | Michael Haggerty | 1 | -6/+6 |
| 2014-10-01 | prepare_index(): declare return value to be (const char *) | Michael Haggerty | 1 | -2/+2 |
| 2014-09-19 | Merge branch 'ah/grammofix' | Junio C Hamano | 1 | -1/+1 |
| 2014-09-19 | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 1 | -41/+48 |
| 2014-09-11 | Merge branch 'dt/cache-tree-repair' | Junio C Hamano | 1 | -1/+13 |
| 2014-09-11 | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 1 | -13/+12 |
| 2014-09-11 | Merge branch 'rs/child-process-init' | Junio C Hamano | 1 | -2/+1 |
| 2014-09-09 | Merge branch 'sb/prepare-revision-walk-error-check' | Junio C Hamano | 1 | -1/+2 |
| 2014-09-03 | commit.c: use ref transactions for updates | Ronnie Sahlberg | 1 | -13/+12 |
| 2014-09-02 | Merge branch 'mm/config-edit-global' | Junio C Hamano | 1 | -2/+33 |
| 2014-09-02 | grammofix in user-facing messages | Alex Henrie | 1 | -1/+1 |
| 2014-08-29 | determine_author_info(): copy getenv output | Jeff King | 1 | -13/+27 |
| 2014-08-29 | determine_author_info(): reuse parsing functions | Jeff King | 1 | -28/+21 |
| 2014-08-27 | date: use strbufs in date-formatting functions | Jeff King | 1 | -10/+10 |
| 2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
| 2014-08-12 | prepare_revision_walk(): check for return value in all places | Stefan Beller | 1 | -1/+2 |
| 2014-07-25 | commit: advertise config --global --edit on guessed identity | Matthieu Moy | 1 | -2/+33 |
| 2014-07-23 | Merge branch 'ta/string-list-init' | Junio C Hamano | 1 | -2/+1 |
| 2014-07-22 | Merge branch 'rs/code-cleaning' | Junio C Hamano | 1 | -1/+1 |
| 2014-07-21 | replace memset with string-list initializers | Tanay Abhra | 1 | -2/+1 |
| 2014-07-17 | strbuf: use strbuf_addstr() for adding C strings | René Scharfe | 1 | -1/+1 |
| 2014-07-16 | Merge branch 'nd/split-index' | Junio C Hamano | 1 | -19/+14 |
| 2014-07-16 | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 1 | -2/+2 |
| 2014-07-14 | cache-tree: Write updated cache-tree after commit | David Turner | 1 | -1/+17 |
| 2014-07-09 | Merge branch 'jk/skip-prefix' | Junio C Hamano | 1 | -3/+2 |
| 2014-07-02 | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 1 | -2/+2 |
| 2014-06-25 | Merge branch 'jl/status-added-submodule-is-never-ignored' into maint | Junio C Hamano | 1 | -2/+16 |
| 2014-06-25 | Merge branch 'jk/commit-C-pick-empty' into maint | Junio C Hamano | 1 | -3/+2 |
| 2014-06-20 | refactor skip_prefix to return a boolean | Jeff King | 1 | -3/+2 |
| 2014-06-16 | Merge branch 'jl/status-added-submodule-is-never-ignored' | Junio C Hamano | 1 | -2/+16 |
| 2014-06-13 | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 1 | -19/+14 |
| 2014-06-12 | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 1 | -2/+2 |
| 2014-06-06 | Merge branch 'nd/status-auto-comment-char' | Junio C Hamano | 1 | -0/+32 |
| 2014-06-06 | Merge branch 'fc/status-printf-squelch-format-zero-length-warnings' | Junio C Hamano | 1 | -1/+1 |
| 2014-06-06 | Merge branch 'jk/commit-C-pick-empty' | Junio C Hamano | 1 | -3/+2 |
| 2014-06-03 | Merge branch 'jk/commit-date-approxidate' | Junio C Hamano | 1 | -19/+60 |
| 2014-05-19 | commit: allow core.commentChar=auto for character auto selection | Nguyễn Thái Ngọc Duy | 1 | -0/+32 |
| 2014-05-07 | silence a bunch of format-zero-length warnings | Felipe Contreras | 1 | -1/+1 |
| 2014-05-02 | commit: accept more date formats for "--date" | Jeff King | 1 | -2/+25 |
| 2014-05-02 | commit: print "Date" line when the user has set date | Jeff King | 1 | -0/+19 |
| 2014-05-02 | commit: use split_ident_line to compare author/committer | Jeff King | 1 | -17/+16 |
| 2014-04-28 | commit: do not complain of empty messages from -C | Jeff King | 1 | -3/+2 |
| 2014-04-17 | commit.c: check for lock error and return early | Ronnie Sahlberg | 1 | -4/+4 |
| 2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 1 | -1/+1 |
| 2014-04-08 | Merge branch 'jc/rev-parse-argh-dashed-multi-words' | Junio C Hamano | 1 | -1/+1 |
| 2014-04-07 | commit -m: commit staged submodules regardless of ignore config | Jens Lehmann | 1 | -2/+16 |
| 2014-03-31 | code and test: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
| 2014-03-28 | Merge branch 'bp/commit-p-editor' | Junio C Hamano | 1 | -7/+28 |
| 2014-03-25 | Merge branch 'nd/commit-editor-cleanup' | Junio C Hamano | 1 | -3/+11 |
| 2014-03-24 | parse-options: multi-word argh should use dash to separate words | Junio C Hamano | 1 | -1/+1 |
| 2014-03-18 | commit: fix patch hunk editing with "commit -p -m" | Benoit Pierre | 1 | -7/+28 |
| 2014-02-27 | Merge branch 'ep/varscope' | Junio C Hamano | 1 | -5/+6 |
| 2014-02-27 | Merge branch 'nd/submodule-pathspec-ending-with-slash' | Junio C Hamano | 1 | -1/+1 |
| 2014-02-27 | Merge branch 'nv/commit-gpgsign-config' | Junio C Hamano | 1 | -0/+4 |
| 2014-02-25 | commit: add --cleanup=scissors | Nguyễn Thái Ngọc Duy | 1 | -3/+11 |
| 2014-02-24 | commit-tree: add the commit.gpgsign option to sign all commits | Nicolas Vigier | 1 | -0/+4 |
| 2014-02-24 | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2014-01-31 | builtin/commit.c: reduce scope of variables | Elia Pinto | 1 | -5/+6 |
| 2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -5/+5 |
| 2013-12-17 | Merge branch 'jl/commit-v-strip-marker' | Junio C Hamano | 1 | -6/+3 |
| 2013-12-05 | commit -v: strip diffs and submodule shortlogs from the commit message | Jens Lehmann | 1 | -6/+3 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -5/+5 |
| 2013-12-05 | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 1 | -2/+2 |
| 2013-10-24 | assume parse_commit checks for NULL commit | Jeff King | 1 | -2/+2 |
| 2013-09-20 | Merge branch 'mm/commit-template-squelch-advice-messages' | Junio C Hamano | 1 | -8/+17 |
| 2013-09-20 | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 1 | -1/+1 |
| 2013-09-20 | Merge branch 'mm/status-without-comment-char' | Junio C Hamano | 1 | -0/+10 |
| 2013-09-17 | Merge branch 'ap/commit-author-mailmap' | Junio C Hamano | 1 | -1/+7 |
| 2013-09-12 | commit: disable status hints when writing to COMMIT_EDITMSG | Matthieu Moy | 1 | -0/+6 |
| 2013-09-12 | wt-status: turn advice_status_hints into a field of wt_status | Matthieu Moy | 1 | -0/+1 |
| 2013-09-12 | commit: factor status configuration is a helper function | Matthieu Moy | 1 | -8/+10 |
| 2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -19/+18 |
| 2013-09-06 | status: disable display of '#' comment prefix by default | Matthieu Moy | 1 | -0/+10 |
| 2013-09-04 | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 1 | -25/+23 |
| 2013-08-30 | refs: report ref type from lock_any_ref_for_update | Brad King | 1 | -1/+1 |
| 2013-08-24 | commit: search author pattern against mailmap | Antoine Pelisse | 1 | -1/+7 |
| 2013-08-07 | branch, commit, name-rev: ease up boolean conditions | Stefan Beller | 1 | -1/+1 |
| 2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -18/+18 |
| 2013-08-05 | Remove deprecated OPTION_BOOLEAN for parsing arguments | Stefan Beller | 1 | -6/+4 |
| 2013-07-31 | Merge branch 'jk/commit-how-to-abort-cherry-pick' | Junio C Hamano | 1 | -3/+22 |
| 2013-07-29 | commit: tweak empty cherry pick advice for sequencer | Jeff King | 1 | -3/+22 |
| 2013-07-24 | Merge branch 'sb/misc-fixes' | Junio C Hamano | 1 | -1/+0 |
| 2013-07-22 | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 1 | -1/+1 |
| 2013-07-15 | convert common_prefix() to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-07-15 | convert add_files_to_cache to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-07-15 | convert refresh_index to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-07-15 | convert report_path_error to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -8/+6 |
| 2013-07-15 | convert read_cache_preload() to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2013-07-15 | status: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 1 | -4/+5 |
| 2013-07-15 | commit: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 1 | -9/+9 |
| 2013-07-15 | commit: Fix a memory leak in determine_author_info | Stefan Beller | 1 | -1/+0 |
| 2013-07-11 | Merge branch 'jg/status-config' | Junio C Hamano | 1 | -19/+64 |
| 2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-06-24 | Merge branch 'jh/libify-note-handling' | Junio C Hamano | 1 | -1/+2 |
| 2013-06-24 | status/commit: make sure --porcelain is not affected by user-facing config | Junio C Hamano | 1 | -22/+55 |
| 2013-06-24 | commit: make it work with status.short | Ramkumar Ramachandra | 1 | -0/+1 |
| 2013-06-24 | status: introduce status.branch to enable --branch by default | Jorge Juan Garcia Garcia | 1 | -0/+4 |
| 2013-06-24 | status: introduce status.short to enable --short by default | Jorge Juan Garcia Garcia | 1 | -0/+7 |
| 2013-06-24 | Revert "Merge branch 'jg/status-config'" | Junio C Hamano | 1 | -11/+0 |
| 2013-06-23 | Merge branch 'jg/status-config' | Junio C Hamano | 1 | -0/+11 |
| 2013-06-15 | status: introduce status.branch to enable --branch by default | Jorge Juan Garcia Garcia | 1 | -0/+4 |
| 2013-06-12 | Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c | Johan Herland | 1 | -0/+1 |
| 2013-06-12 | finish_copy_notes_for_rewrite(): Let caller provide commit message | Johan Herland | 1 | -1/+1 |
| 2013-06-11 | status: introduce status.short to enable --short by default | Jorge Juan Garcia Garcia | 1 | -0/+7 |
| 2013-06-05 | Merge branch 'rs/commit-m-no-edit' | Junio C Hamano | 1 | -4/+6 |
| 2013-05-28 | commit: don't start editor if empty message is given with -m | René Scharfe | 1 | -4/+6 |
| 2013-04-18 | pretty: save commit encoding from logmsg_reencode if the caller needs it | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-04-01 | Merge branch 'bc/append-signed-off-by' | Junio C Hamano | 1 | -1/+1 |
| 2013-02-19 | git-commit: only append a newline to -m mesg if necessary | Brandon Casey | 1 | -1/+3 |
| 2013-02-12 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
| 2013-02-12 | sequencer.c: teach append_signoff how to detect duplicate s-o-b | Brandon Casey | 1 | -1/+1 |
| 2013-02-12 | Replace filepattern with pathspec for consistency | Matthieu Moy | 1 | -2/+2 |
| 2013-02-04 | Merge branch 'jk/read-commit-buffer-data-after-free' | Junio C Hamano | 1 | -12/+2 |
| 2013-02-04 | Merge branch 'jc/custom-comment-char' | Junio C Hamano | 1 | -6/+6 |
| 2013-01-26 | logmsg_reencode: never return NULL | Jeff King | 1 | -12/+2 |
| 2013-01-26 | commit: drop useless xstrdup of commit message | Jeff King | 1 | -1/+1 |
| 2013-01-23 | Merge branch 'as/pre-push-hook' | Junio C Hamano | 1 | -4/+2 |
| 2013-01-16 | Allow custom "comment char" | Junio C Hamano | 1 | -6/+6 |
| 2013-01-14 | hooks: Add function to check if a hook exists | Aaron Schrab | 1 | -4/+2 |
| 2013-01-10 | commit: make default of "cleanup" option configurable | Ralf Thielow | 1 | -1/+3 |
| 2012-11-15 | ident: keep separate "explicit" flags for author and committer | Jeff King | 1 | -2/+2 |
| 2012-10-18 | status: add --long output format option | Jeff King | 1 | -6/+23 |
| 2012-10-01 | Merge branch 'os/commit-submodule-ignore' | Junio C Hamano | 1 | -0/+1 |