git-lfs/git
Chris Darroch b8e7ad6b6d commands,git,lfs: rename left/right RefUpdate vars
Since at least PR #2706, and indeed earlier, the local and remote
refs which are part of the RefUpdate structure have been referred
to as the "left" and "right" refs, terminology which stems from
the origin of this structure in the "git lfs pre-push" hook command,
where each line of input contains commit information in the form:

  <local ref> <local sha1> <remote ref> <remote sha1>

However, outside of this context, "left" and "right" are ambiguous
terms, and may potentially be confused with the left and right
refs specified in a Git-style two-dot range notation.  We therefore
replace these terms with "local" and "remote", which should help
clarify their purpose throughout the codebase.
2022-02-06 21:32:27 -08:00
..
gitattr Merge branch 'main' into extra-git-string-translations 2022-01-31 11:41:17 -08:00
githistory git: rename left/right ref args in comments 2022-02-06 21:32:27 -08:00
attribs.go post-checkout: don't modify permissions of untracked files 2021-12-06 13:44:33 +00:00
config_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
config.go make additional message strings translatable 2022-01-29 22:36:19 -08:00
filter_process_scanner_test.go git: use pktline repository 2021-07-20 18:37:31 +00:00
filter_process_scanner.go make additional message strings translatable 2022-01-29 22:36:19 -08:00
filter_process_status.go make additional message strings translatable 2022-01-29 22:36:19 -08:00
git_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
git.go make additional message strings translatable 2022-01-29 22:36:19 -08:00
ls_files.go make additional message strings translatable 2022-01-29 22:36:19 -08:00
ls_tree_scanner_test.go commands/fsck: exit 1 on failed fsck 2021-07-14 18:15:31 +00:00
ls_tree_scanner.go fsck: don't detect symlinks as invalid pointers 2021-10-20 20:51:41 +00:00
object_scanner.go make additional message strings translatable 2022-01-29 22:36:19 -08:00
refs_test.go commands,git,lfs: rename left/right RefUpdate vars 2022-02-06 21:32:27 -08:00
refs.go commands,git,lfs: rename left/right RefUpdate vars 2022-02-06 21:32:27 -08:00
rev_list_scanner_test.go git: rename left/right ref args in comments 2022-02-06 21:32:27 -08:00
rev_list_scanner.go git: rename left/right ref args in comments 2022-02-06 21:32:27 -08:00
version.go Set package version to v3 2021-09-02 20:41:08 +00:00